diff --git a/Cargo.lock b/Cargo.lock index 48f374b..c6ea316 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,9 +350,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index fb47c00..ce71ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ http-body-util = "0.1.3" hyper = { version = "1.10.1", features = ["server", "http1"] } hyper-util = { version = "0.1.20", features = ["server", "server-auto", "http1", "tokio"] } lazy_static = "1.5.0" -log = { version = "0.4.30", features = ["std"] } +log = { version = "0.4.31", features = ["std"] } pretty_env_logger = "0.5.0" rust-embed = { version = "8.11.0", features = ["interpolate-folder-path", "tokio"] } tokio = { version = "1.52.3", features = ["bytes", "fs", "rt", "macros", "net", "io-std"] }