diff --git a/Cargo.lock b/Cargo.lock index 7da4952c..150e3472 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anyhow" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "async-attributes" diff --git a/Cargo.toml b/Cargo.toml index fca03baa..86396d7a 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.88", default-features = false } +anyhow = { version = "1.0.89", 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 }