diff --git a/shed/bounded_traversal/Cargo.toml b/shed/bounded_traversal/Cargo.toml index b8aaf7506..1927b1ca6 100644 --- a/shed/bounded_traversal/Cargo.toml +++ b/shed/bounded_traversal/Cargo.toml @@ -16,7 +16,7 @@ smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specializat thiserror = "2.0.18" [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cloned = { version = "0.1.0", path = "../cloned" } lock_ext = { version = "0.1.0", path = "../lock_ext" } maplit = "1.0" diff --git a/shed/cached_config/Cargo.toml b/shed/cached_config/Cargo.toml index 4a336658d..74a4433a7 100644 --- a/shed/cached_config/Cargo.toml +++ b/shed/cached_config/Cargo.toml @@ -11,13 +11,13 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } fbinit = { version = "0.2.0", path = "../fbinit" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } slog = { package = "tracing_slog_compat", version = "0.1.0", path = "../tracing_slog_compat" } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/shed/cachelib_stub/Cargo.toml b/shed/cachelib_stub/Cargo.toml index 778ed8212..92d0416e4 100644 --- a/shed/cachelib_stub/Cargo.toml +++ b/shed/cachelib_stub/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } [lints] diff --git a/shed/chrome_trace/Cargo.toml b/shed/chrome_trace/Cargo.toml index b986e5878..16b90867c 100644 --- a/shed/chrome_trace/Cargo.toml +++ b/shed/chrome_trace/Cargo.toml @@ -11,12 +11,12 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } flate2 = { version = "1.0.33", features = ["rust_backend"], default-features = false } libc = "0.2.139" serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } zstd = { version = "0.13", features = ["experimental", "zstdmt"] } [dev-dependencies] diff --git a/shed/facet/Cargo.toml b/shed/facet/Cargo.toml index d35e26932..0469aada1 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.98" +anyhow = "1.0.100" async-trait = "0.1.86" facet_proc_macros = { version = "0.1.0", path = "proc_macros" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/shed/failure_ext/Cargo.toml b/shed/failure_ext/Cargo.toml index b9735c7de..92dcdbd89 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.98" +anyhow = "1.0.100" futures = "0.1.31" slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] } diff --git a/shed/fbthrift_ext/socket/Cargo.toml b/shed/fbthrift_ext/socket/Cargo.toml index 0c97bc7e7..03aff68fd 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.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", 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 1fdb75e15..76b72e580 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.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", 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/fsiomicrobench/Cargo.toml b/shed/fsiomicrobench/Cargo.toml index b09e4a004..a21e39d26 100644 --- a/shed/fsiomicrobench/Cargo.toml +++ b/shed/fsiomicrobench/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blake3 = { version = "=1.8.2", features = ["mmap", "rayon", "traits-preview"] } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } rand = { version = "0.9", features = ["small_rng"] } diff --git a/shed/futures_01_ext/Cargo.toml b/shed/futures_01_ext/Cargo.toml index 5628c9948..54a8328d8 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.98" +anyhow = "1.0.100" assert_matches = "1.5" cloned = { version = "0.1.0", path = "../cloned" } futures03 = { package = "futures", version = "0.3.31", features = ["async-await", "compat"] } diff --git a/shed/futures_ext/Cargo.toml b/shed/futures_ext/Cargo.toml index 972c8acc5..591fe0ce2 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.98" +anyhow = "1.0.100" futures = { version = "0.3.31", features = ["async-await", "compat"] } pin-project = "1.1.10" shared_error = { version = "0.1.0", path = "../shared_error" } diff --git a/shed/hostname/Cargo.toml b/shed/hostname/Cargo.toml index 8ee21ab6e..15e8ceaae 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.98" +anyhow = "1.0.100" real_hostname = { package = "hostname", version = "0.3" } [lints] diff --git a/shed/justknobs_stub/Cargo.toml b/shed/justknobs_stub/Cargo.toml index 2f3bb8cb4..6b1e44131 100644 --- a/shed/justknobs_stub/Cargo.toml +++ b/shed/justknobs_stub/Cargo.toml @@ -15,13 +15,13 @@ name = "justknobs_in_unnitest" path = "tests/justknobs_in_unittest.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arc-swap = { version = "1.5", features = ["weak"] } cached_config = { version = "0.1.0", path = "../cached_config" } futures = { version = "0.3.31", features = ["async-await", "compat"] } just_knobs_struct = { version = "0.1.0", path = "cached_config_thrift_struct" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } tracing_slog_compat = { version = "0.1.0", path = "../tracing_slog_compat" } diff --git a/shed/justknobs_stub/cached_config_thrift_struct/Cargo.toml b/shed/justknobs_stub/cached_config_thrift_struct/Cargo.toml index b69862fcf..1108f3f2b 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.98" +anyhow = "1.0.100" 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.31", 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 6f20653e1..612005b3f 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.98" +anyhow = "1.0.100" async-trait = "0.1.86" 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 900bc49d9..8085738e8 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.98" +anyhow = "1.0.100" async-trait = "0.1.86" 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 ef883d197..da009a07e 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.98" +anyhow = "1.0.100" async-trait = "0.1.86" 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 f4f96a6ec..bbe9d3d80 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.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } fbinit = { version = "0.2.0", path = "../../fbinit" } diff --git a/shed/netstring/Cargo.toml b/shed/netstring/Cargo.toml index 2005de6f8..c3004ad7e 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.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } thiserror = "2.0.18" tokio-util = { version = "0.7.15", features = ["full"] } diff --git a/shed/ods/Cargo.toml b/shed/ods/Cargo.toml index 530815c6d..0c2dfeb79 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.98" +anyhow = "1.0.100" fbinit = { version = "0.2.0", path = "../fbinit" } [lints] diff --git a/shed/panichandler/Cargo.toml b/shed/panichandler/Cargo.toml index 3e45599bd..52fa513e4 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.98" +anyhow = "1.0.100" assert_cmd = "2.1.2" buck-resources = "1" predicates = "1" diff --git a/shed/scuba_sample/Cargo.toml b/shed/scuba_sample/Cargo.toml index 6e5621d52..4e48ca4d6 100644 --- a/shed/scuba_sample/Cargo.toml +++ b/shed/scuba_sample/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" sampling = { version = "0.1.0", path = "../sampling" } scuba_sample_derive = { version = "0.1.0", path = "derive" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" [dev-dependencies] diff --git a/shed/scuba_sample/builder/Cargo.toml b/shed/scuba_sample/builder/Cargo.toml index 1c6e85863..f340f2cf9 100644 --- a/shed/scuba_sample/builder/Cargo.toml +++ b/shed/scuba_sample/builder/Cargo.toml @@ -15,4 +15,4 @@ fbinit = { version = "0.2.0", path = "../../fbinit" } rand = { version = "0.8", features = ["small_rng"] } sampling = { version = "0.1.0", path = "../../sampling" } scuba_sample = { version = "0.1.0", path = ".." } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/shed/scuba_sample/derive_tests/Cargo.toml b/shed/scuba_sample/derive_tests/Cargo.toml index 6fc9c57c7..424b272c5 100644 --- a/shed/scuba_sample/derive_tests/Cargo.toml +++ b/shed/scuba_sample/derive_tests/Cargo.toml @@ -16,4 +16,4 @@ path = "test.rs" [dev-dependencies] scuba_sample = { version = "0.1.0", path = ".." } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/shed/secure_utils/Cargo.toml b/shed/secure_utils/Cargo.toml index ff7b4fa5d..3d1584086 100644 --- a/shed/secure_utils/Cargo.toml +++ b/shed/secure_utils/Cargo.toml @@ -11,13 +11,13 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" hex = { version = "0.4.3", features = ["alloc"] } libc = "0.2.139" openssl = "0.10.72" openssl-sys = "0.9.99" serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] } tracing_slog_compat = { version = "0.1.0", path = "../tracing_slog_compat" } diff --git a/shed/shared_error/Cargo.toml b/shed/shared_error/Cargo.toml index 8d6d32817..6b88f9c2d 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.98" +anyhow = "1.0.100" slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] } thiserror = "2.0.18" diff --git a/shed/sql/Cargo.toml b/shed/sql/Cargo.toml index 9a4316d3e..d2c486658 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.98" +anyhow = "1.0.100" cloned = { version = "0.1.0", path = "../cloned" } frunk = "0.4.4" futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/shed/sql/common/Cargo.toml b/shed/sql/common/Cargo.toml index bd2cc7271..17c64d2a5 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.98" +anyhow = "1.0.100" async-trait = "0.1.86" cloned = { version = "0.1.0", path = "../../cloned" } futures = { version = "0.3.31", features = ["async-await", "compat"] } @@ -25,7 +25,7 @@ mysql_client_traits = { version = "0.1.0", path = "../mysql_client_traits" } mysql_derive = { version = "0.1.0", path = "../derive" } rusqlite = { version = "0.37.0", features = ["backup", "blob", "bundled", "column_decltype", "functions", "limits", "modern_sqlite", "serde_json"] } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } stats = { version = "0.1.0", path = "../../stats" } thiserror = "2.0.18" time_ext = { version = "0.1.0", path = "../../time_ext" } diff --git a/shed/sql/tests_lib/Cargo.toml b/shed/sql/tests_lib/Cargo.toml index 192c25009..dd1202e7f 100644 --- a/shed/sql/tests_lib/Cargo.toml +++ b/shed/sql/tests_lib/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } fbinit = { version = "0.2.0", path = "../../fbinit" } rand = { version = "0.9", features = ["small_rng"] } diff --git a/shed/thrift_compiler/Cargo.toml b/shed/thrift_compiler/Cargo.toml index 7d930137d..2a4df19ac 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.98" +anyhow = "1.0.100" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } dunce = "1.0.5" serde = { version = "1.0.219", features = ["derive", "rc"] } diff --git a/shed/time_ext/Cargo.toml b/shed/time_ext/Cargo.toml index ec6a2b032..1b10fefbf 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.98" +anyhow = "1.0.100" thiserror = "2.0.18" [dev-dependencies] diff --git a/shed/tracing_slog_compat/example/Cargo.toml b/shed/tracing_slog_compat/example/Cargo.toml index b45d08694..c9b89d397 100644 --- a/shed/tracing_slog_compat/example/Cargo.toml +++ b/shed/tracing_slog_compat/example/Cargo.toml @@ -14,7 +14,7 @@ name = "tracing_slog_compat_example" path = "main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" slog = { package = "tracing_slog_compat", version = "0.1.0", path = ".." } slog_glog_fmt = { version = "0.1.0", path = "../../slog_glog_fmt" } tracing = { version = "0.1.41", features = ["attributes", "valuable"] }