diff --git a/src/abacus/Cargo.lock b/src/abacus/Cargo.lock index 36045a53b9..3db4d919d7 100644 --- a/src/abacus/Cargo.lock +++ b/src/abacus/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "ascii" diff --git a/src/abacus/server/Cargo.toml b/src/abacus/server/Cargo.toml index c918aefa89..5385fee75a 100644 --- a/src/abacus/server/Cargo.toml +++ b/src/abacus/server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" publish = false [dependencies] -anyhow = { version = "1.0.93", default-features = false, features = ["std"] } +anyhow = { version = "1.0.94", default-features = false, features = ["std"] } async-trait = "0.1.83" axum = { version = "0.7.9", default-features = false, features = ["multipart"] } base64 = "0.22.1" diff --git a/src/x/Cargo.lock b/src/x/Cargo.lock index d05e978292..3a468aaf6b 100644 --- a/src/x/Cargo.lock +++ b/src/x/Cargo.lock @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "clap" diff --git a/src/x/Cargo.toml b/src/x/Cargo.toml index dd859f73e2..de5dfe9aa0 100644 --- a/src/x/Cargo.toml +++ b/src/x/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 = { version = "1.0.93", default-features = false } +anyhow = { version = "1.0.94", default-features = false } clap = { version = "4.5.21", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "string", "suggestions", "unicode", "usage"] } env_logger = { version = "0.11.5", default-features = false } log = { version = "0.4.22", default-features = false }