diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 507083bdd..d69543be5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -144,9 +144,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "arboard" diff --git a/rust/connlib/clients/apple/Cargo.toml b/rust/connlib/clients/apple/Cargo.toml index 22779e061..bb0da919c 100644 --- a/rust/connlib/clients/apple/Cargo.toml +++ b/rust/connlib/clients/apple/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" mock = ["connlib-client-shared/mock"] [build-dependencies] -anyhow = "1.0.75" +anyhow = "1.0.80" swift-bridge-build = "0.1.52" walkdir = "2.3.3" diff --git a/rust/connlib/clients/shared/Cargo.toml b/rust/connlib/clients/shared/Cargo.toml index 72f468bca..841617909 100644 --- a/rust/connlib/clients/shared/Cargo.toml +++ b/rust/connlib/clients/shared/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" mock = ["connlib-shared/mock"] [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.80" tokio = { version = "1.36", default-features = false, features = ["sync", "rt"] } tokio-util = "0.7.10" secrecy = { workspace = true } diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index f512eb184..8ec8ce7a8 100644 --- a/rust/gateway/Cargo.toml +++ b/rust/gateway/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.80" async-trait = { version = "0.1", default-features = false } backoff = { workspace = true } boringtun = { workspace = true } diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index 201d92550..b7dfc4112 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] secrecy = { workspace = true } -anyhow = "1.0.75" +anyhow = "1.0.80" clap = { version = "4.4.18", features = ["derive", "env"] } bytecodec = "0.4.15" futures = "0.3.29"