diff --git a/Cargo.lock b/Cargo.lock index 4079a9db..045e4250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,9 +377,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "async-trait" diff --git a/server/Cargo.toml b/server/Cargo.toml index cbce5b58..adeb6c00 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -22,7 +22,7 @@ actix-service = "2.0.2" actix-web = { version = "4.4.0", features = ["rustls-0_21", "compress-zstd"] } ahash = "0.8.6" -anyhow = "1.0.75" +anyhow = "1.0.79" async-trait = "0.1.77" chrono = { version = "0.4.31", features = ["serde"] } cidr = "0.2.2"