diff --git a/Cargo.lock b/Cargo.lock index dc040092..60e429d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,9 +31,9 @@ checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" [[package]] name = "async-attributes" diff --git a/Cargo.toml b/Cargo.toml index e5d1df13..08fa01ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ drawbridge-server = { path = "./crates/server", version = "0.4.0" } drawbridge-type = { path = "./crates/type", version = "0.4.1" } # External dependencies -anyhow = { version = "1.0.72", default-features = false } +anyhow = { version = "1.0.74", default-features = false } async-h1 = { version = "2.3.3", default-features = false } async-std = { version = "1.11.0", default-features = false } axum = { version = "0.5.17", default-features = false }