Skip to content

Commit

Permalink
update platform010 & platform010-aarch64 symlinks
Browse files Browse the repository at this point in the history
Summary:
Release notes: https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html

This release is coupled with an update of the `anyhow` and `thiserror` crates because the unstable standard library API for backtraces has changed.

Fbcode changes:

- `feature(default_free_fn)` deleted (D50300881)
- `noop_method_call` lint becomes warn-by-default (D50486032, D50516201)
- stronger `invalid_reference_casting` detection (D50488164)
- `feature(unix_chown)` has been stabilized
- `feature(provide_any)` and `std::provider` deleted
- `clippy::unwrap_or_else_default` renamed to `clippy::unwrap_or_default`
- type inference ambiguities (D51780425)
- `nu-command` build error (D51779062)

Reviewed By: AndreasBackx, shayne-fletcher

Differential Revision: D50294321

fbshipit-source-id: 0fac87f6ba072ad029f9ce41ce94ed813e855b20
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Dec 2, 2023
1 parent cab38fa commit c383b5e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions thrift/lib/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
anyhow = "=1.0.72"
anyhow = "1.0.75"
async-trait = "0.1.71"
base64 = "0.13"
bufsize = "1.0.5"
Expand All @@ -21,7 +21,7 @@ num-traits = "0.2"
ordered-float = { version = "3.7", features = ["serde"] }
panic-message = "0.3"
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
thiserror = "1.0.43"
thiserror = "1.0.49"

[dev-dependencies]
quickcheck = "1.0"
4 changes: 2 additions & 2 deletions thrift/lib/rust/deterministic_hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
anyhow = "=1.0.72"
anyhow = "1.0.75"
fbthrift = { path = ".." }
ring = "0.16.20"
thiserror = "1.0.43"
thiserror = "1.0.49"
4 changes: 2 additions & 2 deletions thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "deterministic_hash_test"
path = "deterministic_hash_test.rs"

[dependencies]
anyhow = "=1.0.72"
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { path = "../../../../../../common/rust/shed/codegen_includer_proc_macro" }
const-cstr = "0.3.0"
Expand All @@ -32,7 +32,7 @@ indexmap = { version = "1.9.2", features = ["arbitrary", "rayon", "serde-1"] }
ref-cast = "1.0.18"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
teststructs__types = { package = "teststructs_types", path = "types" }
thiserror = "1.0.43"
thiserror = "1.0.49"
tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

Expand Down
4 changes: 2 additions & 2 deletions thrift/lib/rust/deterministic_hash/src/tests/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test = false
doctest = false

[dependencies]
anyhow = "=1.0.72"
anyhow = "1.0.75"
codegen_includer_proc_macro = { path = "../../../../../../../common/rust/shed/codegen_includer_proc_macro" }
fbthrift = { path = "../../../.." }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
Expand All @@ -24,7 +24,7 @@ ref-cast = "1.0.18"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_derive = "1.0.185"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
thiserror = "1.0.43"
thiserror = "1.0.49"

[build-dependencies]
thrift_compiler = { path = "../../../../../../../common/rust/shed/thrift_compiler" }
Expand Down
4 changes: 2 additions & 2 deletions thrift/lib/rust/src/dep_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ name = "fbthrift_test"
path = "lib.rs"

[dependencies]
anyhow = "=1.0.72"
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { path = "../../../../../common/rust/shed/codegen_includer_proc_macro" }
const-cstr = "0.3.0"
fbthrift = { path = "../.." }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
test_deprecated_optional_with_default_is_some_if__types = { package = "test_deprecated_optional_with_default_is_some_if_types", path = "types" }
thiserror = "1.0.43"
thiserror = "1.0.49"
tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

Expand Down
4 changes: 2 additions & 2 deletions thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ test = false
doctest = false

[dependencies]
anyhow = "=1.0.72"
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { path = "../../../../../../common/rust/shed/codegen_includer_proc_macro" }
const-cstr = "0.3.0"
fbthrift = { path = "../../.." }
fbthrift_test_if__types = { package = "fbthrift_test_if_types", path = "types" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
thiserror = "1.0.43"
thiserror = "1.0.49"
tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

Expand Down
4 changes: 2 additions & 2 deletions thrift/lib/rust/src/dep_tests/cargo_thrift/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ test = false
doctest = false

[dependencies]
anyhow = "=1.0.72"
anyhow = "1.0.75"
codegen_includer_proc_macro = { path = "../../../../../../../common/rust/shed/codegen_includer_proc_macro" }
fbthrift = { path = "../../../.." }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
once_cell = "1.12"
ref-cast = "1.0.18"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_derive = "1.0.185"
thiserror = "1.0.43"
thiserror = "1.0.49"

[build-dependencies]
thrift_compiler = { path = "../../../../../../../common/rust/shed/thrift_compiler" }
Expand Down
4 changes: 2 additions & 2 deletions thrift/lib/rust/src/dep_tests/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ test = false
doctest = false

[dependencies]
anyhow = "=1.0.72"
anyhow = "1.0.75"
codegen_includer_proc_macro = { path = "../../../../../../common/rust/shed/codegen_includer_proc_macro" }
fbthrift = { path = "../../.." }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
once_cell = "1.12"
ref-cast = "1.0.18"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_derive = "1.0.185"
thiserror = "1.0.43"
thiserror = "1.0.49"

[build-dependencies]
thrift_compiler = { path = "../../../../../../common/rust/shed/thrift_compiler" }
Expand Down

0 comments on commit c383b5e

Please sign in to comment.