Skip to content

Commit f24cbe7

Browse files
zertoshfacebook-github-bot
authored andcommitted
Update and pin anyhow to 1.0.72
Summary: anyhow-1.0.73 [uses][1] the new `Error::provide` API. This API is available starting in Rust 1.73. This means that if you want backtraces, you need one: - anyhow-1.0.72 & Rust 1.72 - anyhow-1.0.73 & Rust 1.73 Since we're still on 1.72, pin the version to avoid accidentally losing backtraces. There are no real changes between anyhow-1.0.71 and anyhow-1.0.72. But update to anyhow-1.0.72 so that we're right up until the point where we get backtrace support. [1]: dtolnay/anyhow#319 Reviewed By: shayne-fletcher Differential Revision: D49970958 fbshipit-source-id: 1193611e6d16bc840e63b689e932ea3d33562152
1 parent 65bfc00 commit f24cbe7

389 files changed

Lines changed: 389 additions & 389 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configerator/structs/scm/hg/hgclientconf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
async-trait = "0.1.71"
1919
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2020
config__types = { package = "config_types", version = "0.1.0", path = "types" }

configerator/structs/scm/hg/hgclientconf/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1919
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
futures = { version = "0.3.28", features = ["async-await", "compat"] }

configerator/structs/scm/mononoke/lfs_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
async-trait = "0.1.71"
1919
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2020
const-cstr = "0.3.0"

configerator/structs/scm/mononoke/lfs_server/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1919
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
futures = { version = "0.3.28", features = ["async-await", "compat"] }

configerator/structs/scm/mononoke/megarepo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
async-trait = "0.1.71"
1919
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2020
const-cstr = "0.3.0"

configerator/structs/scm/mononoke/megarepo/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1919
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
futures = { version = "0.3.28", features = ["async-await", "compat"] }

configerator/structs/scm/mononoke/megarepo/version_cconf_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
async-trait = "0.1.71"
1919
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2020
const-cstr = "0.3.0"

configerator/structs/scm/mononoke/megarepo/version_cconf_index/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1919
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
futures = { version = "0.3.28", features = ["async-await", "compat"] }

configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
async-trait = "0.1.71"
1919
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2020
const-cstr = "0.3.0"

configerator/structs/scm/mononoke/mysql/replication_lag/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
doctest = false
1515

1616
[dependencies]
17-
anyhow = "1.0.71"
17+
anyhow = "=1.0.72"
1818
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1919
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
futures = { version = "0.3.28", features = ["async-await", "compat"] }

0 commit comments

Comments
 (0)