diff --git a/Cargo.lock b/Cargo.lock index ad6d7583..20981a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "async-attributes" diff --git a/Cargo.toml b/Cargo.toml index c1008d70..49ba49f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ drawbridge-server = { path = "./crates/server", version = "0.4.3" } drawbridge-type = { path = "./crates/type", version = "0.4.3" } # External dependencies -anyhow = { version = "1.0.92", default-features = false } +anyhow = { version = "1.0.93", default-features = false } async-h1 = { version = "2.3.4", default-features = false } async-std = { version = "1.13.0", default-features = false } axum = { version = "0.5.17", default-features = false }