diff --git a/shed/buffered_weighted/Cargo.toml b/shed/buffered_weighted/Cargo.toml index 882d811f1..8c6c011ac 100644 --- a/shed/buffered_weighted/Cargo.toml +++ b/shed/buffered_weighted/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" futures-util = "0.3.30" pin-project = "0.4.30" diff --git a/shed/cached_config/Cargo.toml b/shed/cached_config/Cargo.toml index faec51832..93012eec9 100644 --- a/shed/cached_config/Cargo.toml +++ b/shed/cached_config/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" bytes = { version = "1.6.0", features = ["serde"] } chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } fbinit = { version = "0.2.0", path = "../fbinit" } diff --git a/shed/cachelib_stub/Cargo.toml b/shed/cachelib_stub/Cargo.toml index 2f9c4f80c..7f8f69c45 100644 --- a/shed/cachelib_stub/Cargo.toml +++ b/shed/cachelib_stub/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" [dependencies] abomonation = { version = "0.7", features = ["smallvec"] } -anyhow = "1.0.86" +anyhow = "1.0.95" bytes = { version = "1.6.0", features = ["serde"] } [lints] diff --git a/shed/chrome_trace/Cargo.toml b/shed/chrome_trace/Cargo.toml index 8960216c5..bd5aabd5c 100644 --- a/shed/chrome_trace/Cargo.toml +++ b/shed/chrome_trace/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" bytes = { version = "1.6.0", features = ["serde"] } flate2 = { version = "1.0.33", features = ["rust_backend"], default-features = false } libc = "0.2.139" diff --git a/shed/facet/Cargo.toml b/shed/facet/Cargo.toml index 17dd176fb..a181fc812 100644 --- a/shed/facet/Cargo.toml +++ b/shed/facet/Cargo.toml @@ -46,7 +46,7 @@ name = "facet_tuple_struct_test" path = "test/tuple_struct_test.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" facet_proc_macros = { version = "0.1.0", path = "proc_macros" } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/shed/failure_ext/Cargo.toml b/shed/failure_ext/Cargo.toml index 0e4821eb0..7978578a6 100644 --- a/shed/failure_ext/Cargo.toml +++ b/shed/failure_ext/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" futures = "0.1.31" slog = { version = "2.7", features = ["max_level_trace", "nested-values"] } diff --git a/shed/fbthrift_ext/socket/Cargo.toml b/shed/fbthrift_ext/socket/Cargo.toml index 6b7be0453..5e10be115 100644 --- a/shed/fbthrift_ext/socket/Cargo.toml +++ b/shed/fbthrift_ext/socket/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" path = "lib.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" bytes = { version = "1.6.0", features = ["serde"] } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } fbthrift_framed = { version = "0.1.0", path = "../framed" } diff --git a/shed/fbthrift_ext/tcp/Cargo.toml b/shed/fbthrift_ext/tcp/Cargo.toml index b305a31c5..4d370c1ff 100644 --- a/shed/fbthrift_ext/tcp/Cargo.toml +++ b/shed/fbthrift_ext/tcp/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" path = "lib.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" bytes = { version = "1.6.0", features = ["serde"] } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } fbthrift_framed = { version = "0.1.0", path = "../framed" } diff --git a/shed/futures_01_ext/Cargo.toml b/shed/futures_01_ext/Cargo.toml index 992604398..a72cc194a 100644 --- a/shed/futures_01_ext/Cargo.toml +++ b/shed/futures_01_ext/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" futures = "0.1.31" [dev-dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" assert_matches = "1.5" cloned = { version = "0.1.0", path = "../cloned" } futures03 = { package = "futures", version = "0.3.30", features = ["async-await", "compat"] } diff --git a/shed/futures_ext/Cargo.toml b/shed/futures_ext/Cargo.toml index e0765ee16..6a8af9c33 100644 --- a/shed/futures_ext/Cargo.toml +++ b/shed/futures_ext/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" futures = { version = "0.3.30", features = ["async-await", "compat"] } maybe-owned = "0.3.4" pin-project = "0.4.30" diff --git a/shed/hostname/Cargo.toml b/shed/hostname/Cargo.toml index 081e9726e..ed41426a6 100644 --- a/shed/hostname/Cargo.toml +++ b/shed/hostname/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" real_hostname = { package = "hostname", version = "0.3" } [lints] diff --git a/shed/justknobs_stub/Cargo.toml b/shed/justknobs_stub/Cargo.toml index b47c64fd2..2b09902e5 100644 --- a/shed/justknobs_stub/Cargo.toml +++ b/shed/justknobs_stub/Cargo.toml @@ -15,7 +15,7 @@ name = "justknobs_in_unnitest" path = "tests/justknobs_in_unittest.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" arc-swap = "1.5" cached_config = { version = "0.1.0", path = "../cached_config" } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/shed/justknobs_stub/cached_config_thrift_struct/Cargo.toml b/shed/justknobs_stub/cached_config_thrift_struct/Cargo.toml index 8abfb2a82..53597458b 100644 --- a/shed/justknobs_stub/cached_config_thrift_struct/Cargo.toml +++ b/shed/justknobs_stub/cached_config_thrift_struct/Cargo.toml @@ -17,7 +17,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", path = "../../codegen_includer_proc_macro" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/shed/justknobs_stub/cached_config_thrift_struct/clients/Cargo.toml b/shed/justknobs_stub/cached_config_thrift_struct/clients/Cargo.toml index cdfb840f9..7910e1dfc 100644 --- a/shed/justknobs_stub/cached_config_thrift_struct/clients/Cargo.toml +++ b/shed/justknobs_stub/cached_config_thrift_struct/clients/Cargo.toml @@ -17,7 +17,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/shed/justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml b/shed/justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml index 3a291db59..372eb0432 100644 --- a/shed/justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml +++ b/shed/justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml @@ -17,7 +17,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/shed/justknobs_stub/cached_config_thrift_struct/services/Cargo.toml b/shed/justknobs_stub/cached_config_thrift_struct/services/Cargo.toml index f68c8417f..6b11598ce 100644 --- a/shed/justknobs_stub/cached_config_thrift_struct/services/Cargo.toml +++ b/shed/justknobs_stub/cached_config_thrift_struct/services/Cargo.toml @@ -17,7 +17,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/shed/memcache_stub/common/Cargo.toml b/shed/memcache_stub/common/Cargo.toml index 84b40db8a..4b7fbca38 100644 --- a/shed/memcache_stub/common/Cargo.toml +++ b/shed/memcache_stub/common/Cargo.toml @@ -13,6 +13,6 @@ license = "MIT OR Apache-2.0" path = "lib.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" bytes = { version = "1.6.0", features = ["serde"] } fbinit = { version = "0.2.0", path = "../../fbinit" } diff --git a/shed/netstring/Cargo.toml b/shed/netstring/Cargo.toml index ed7e18a2b..7bb5934ff 100644 --- a/shed/netstring/Cargo.toml +++ b/shed/netstring/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" bytes = { version = "1.6.0", features = ["serde"] } thiserror = "2" tokio-util = { version = "0.7.12", features = ["full"] } diff --git a/shed/ods/Cargo.toml b/shed/ods/Cargo.toml index 6b5b2e5ca..98c8fa505 100644 --- a/shed/ods/Cargo.toml +++ b/shed/ods/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" fbinit = { version = "0.2.0", path = "../fbinit" } [lints] diff --git a/shed/panichandler/Cargo.toml b/shed/panichandler/Cargo.toml index 15e72c906..e69507079 100644 --- a/shed/panichandler/Cargo.toml +++ b/shed/panichandler/Cargo.toml @@ -42,7 +42,7 @@ path = "test/testrunner.rs" backtrace = "0.3" [dev-dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" assert_cmd = "2.0" buck-resources = "1" predicates = "1" diff --git a/shed/secure_utils/Cargo.toml b/shed/secure_utils/Cargo.toml index b44c02782..3e34b1a9e 100644 --- a/shed/secure_utils/Cargo.toml +++ b/shed/secure_utils/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" hex = "0.4.3" libc = "0.2.139" openssl = "0.10.63" diff --git a/shed/shared_error/Cargo.toml b/shed/shared_error/Cargo.toml index 5994bb2ac..a675bcf10 100644 --- a/shed/shared_error/Cargo.toml +++ b/shed/shared_error/Cargo.toml @@ -11,6 +11,6 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" slog = { version = "2.7", features = ["max_level_trace", "nested-values"] } thiserror = "2" diff --git a/shed/slog_glog_fmt/Cargo.toml b/shed/slog_glog_fmt/Cargo.toml index c0390e793..14b9a754a 100644 --- a/shed/slog_glog_fmt/Cargo.toml +++ b/shed/slog_glog_fmt/Cargo.toml @@ -15,7 +15,7 @@ name = "slog_glog_fmt_example" path = "example/main.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } failure_ext = { version = "0.1.0", path = "../failure_ext" } hostname = "0.3" diff --git a/shed/sql/Cargo.toml b/shed/sql/Cargo.toml index f19fecfe1..9fe55826c 100644 --- a/shed/sql/Cargo.toml +++ b/shed/sql/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" cloned = { version = "0.1.0", path = "../cloned" } frunk = "0.4.2" futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/shed/sql/common/Cargo.toml b/shed/sql/common/Cargo.toml index 81a6bdad3..b45a784b3 100644 --- a/shed/sql/common/Cargo.toml +++ b/shed/sql/common/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" path = "lib.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" cloned = { version = "0.1.0", path = "../../cloned" } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/shed/thrift_compiler/Cargo.toml b/shed/thrift_compiler/Cargo.toml index cd988b673..b486f18ec 100644 --- a/shed/thrift_compiler/Cargo.toml +++ b/shed/thrift_compiler/Cargo.toml @@ -15,7 +15,7 @@ name = "compiler" path = "src/main.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] } dunce = "1.0.2" serde = { version = "1.0.185", features = ["derive", "rc"] } diff --git a/shed/time_ext/Cargo.toml b/shed/time_ext/Cargo.toml index 9e51984f1..d11003e0e 100644 --- a/shed/time_ext/Cargo.toml +++ b/shed/time_ext/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" thiserror = "2" [dev-dependencies]