Skip to content

Commit 575a3da

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump anyhow 1.0.103 -> 1.0.104
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D114773451 fbshipit-source-id: 20c3af97508a0d196d910aba74249c4bfe106003
1 parent 536a610 commit 575a3da

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

shed/bounded_traversal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ smallvec = { version = "1.15.2", features = ["const_generics", "impl_bincode", "
1616
thiserror = "2.0.19"
1717

1818
[dev-dependencies]
19-
anyhow = "1.0.103"
19+
anyhow = "1.0.104"
2020
cloned = { version = "0.1.0", path = "../cloned" }
2121
lock_ext = { version = "0.1.0", path = "../lock_ext" }
2222
maplit = "1.0"

shed/cached_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed"
1111
license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
14-
anyhow = "1.0.103"
14+
anyhow = "1.0.104"
1515
bytes = { version = "1.12.1", features = ["serde"] }
1616
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
1717
fbinit = { version = "0.2.0", path = "../fbinit" }

shed/cachelib_stub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed"
1111
license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
14-
anyhow = "1.0.103"
14+
anyhow = "1.0.104"
1515
bytes = { version = "1.12.1", features = ["serde"] }
1616

1717
[lints.rust]

shed/chrome_trace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed"
1111
license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
14-
anyhow = "1.0.103"
14+
anyhow = "1.0.104"
1515
bytes = { version = "1.12.1", features = ["serde"] }
1616
flate2 = { version = "1.0.33", features = ["rust_backend"], default-features = false }
1717
libc = "0.2.186"

shed/facet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ name = "facet_tuple_struct_test"
4646
path = "test/tuple_struct_test.rs"
4747

4848
[dependencies]
49-
anyhow = "1.0.103"
49+
anyhow = "1.0.104"
5050
async-trait = "0.1.91"
5151
facet_proc_macros = { version = "0.1.0", path = "proc_macros" }
5252
futures = { version = "0.3.31", features = ["async-await", "compat"] }

shed/failure_ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed"
1111
license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
14-
anyhow = "1.0.103"
14+
anyhow = "1.0.104"
1515
futures = "0.1.31"
1616
slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] }
1717

shed/fbthrift_ext/socket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
path = "lib.rs"
1515

1616
[dependencies]
17-
anyhow = "1.0.103"
17+
anyhow = "1.0.104"
1818
bytes = { version = "1.12.1", features = ["serde"] }
1919
fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
fbthrift_framed = { version = "0.1.0", path = "../framed" }

shed/fbthrift_ext/tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
path = "lib.rs"
1515

1616
[dependencies]
17-
anyhow = "1.0.103"
17+
anyhow = "1.0.104"
1818
bytes = { version = "1.12.1", features = ["serde"] }
1919
fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
fbthrift_framed = { version = "0.1.0", path = "../framed" }

shed/fsiomicrobench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/facebookexperimental/rust-shed"
1010
license = "MIT OR Apache-2.0"
1111

1212
[dependencies]
13-
anyhow = "1.0.103"
13+
anyhow = "1.0.104"
1414
blake3 = { version = "=1.8.2", features = ["mmap", "rayon", "traits-preview"] }
1515
clap = { version = "4.6.2", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1616
rand = "0.10.2"

shed/futures_01_ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
futures = "0.1.31"
1515

1616
[dev-dependencies]
17-
anyhow = "1.0.103"
17+
anyhow = "1.0.104"
1818
assert_matches = "1.5"
1919
cloned = { version = "0.1.0", path = "../cloned" }
2020
futures03 = { package = "futures", version = "0.3.31", features = ["async-await", "compat"] }

0 commit comments

Comments
 (0)