Skip to content

Commit

Permalink
third-party/rust: Upgrade auto_impl from 0.4.0 -> 1.1.0
Browse files Browse the repository at this point in the history
Summary: 0.4.0 is almost 3 years old

Reviewed By: zertosh

Differential Revision: D48668112

fbshipit-source-id: 3a3455747fa3ce75105e58513f523d5b2fe19062
  • Loading branch information
ifd3f authored and facebook-github-bot committed Aug 30, 2023
1 parent d7b84ad commit a60ca76
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abomonation = { version = "0.7", features = ["smallvec"] }
abomonation_derive = "0.5"
anyhow = "1.0.71"
async-trait = "0.1.71"
auto_impl = "0.4"
auto_impl = "1.1.0"
bytes = { version = "1.1", features = ["serde"] }
clap = { version = "4.3.5", features = ["derive", "env", "string", "unicode", "wrap_help"] }
context = { version = "0.1.0", path = "../server/context" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore_sync_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "test/main.rs"
[dependencies]
anyhow = "1.0.71"
async-trait = "0.1.71"
auto_impl = "0.4"
auto_impl = "1.1.0"
context = { version = "0.1.0", path = "../server/context" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/changesets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abomonation = { version = "0.7", features = ["smallvec"] }
abomonation_derive = "0.5"
anyhow = "1.0.71"
async-trait = "0.1.71"
auto_impl = "0.4"
auto_impl = "1.1.0"
bytes = { version = "1.1", features = ["serde"] }
changeset_entry_thrift = { version = "0.1.0", path = "if" }
context = { version = "0.1.0", path = "../server/context" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "test/main.rs"
[dependencies]
anyhow = "1.0.71"
async-trait = "0.1.71"
auto_impl = "0.4"
auto_impl = "1.1.0"
context = { version = "0.1.0", path = "../../server/context" }
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/segmented_changelog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abomonation = { version = "0.7", features = ["smallvec"] }
abomonation_derive = "0.5"
anyhow = "1.0.71"
async-trait = "0.1.71"
auto_impl = "0.4"
auto_impl = "1.1.0"
blobrepo = { version = "0.1.0", path = "../blobrepo" }
blobstore = { version = "0.1.0", path = "../blobstore" }
blobstore_factory = { version = "0.1.0", path = "../blobstore/factory" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/walker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.71"
array-init = "0.1"
async-trait = "0.1.71"
async_compression = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
auto_impl = "0.4"
auto_impl = "1.1.0"
basename_suffix_skeleton_manifest = { version = "0.1.0", path = "../derived_data/basename_suffix_skeleton_manifest" }
bitflags = "1.3"
blame = { version = "0.1.0", path = "../derived_data/blame" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/config/model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.71"
auto_impl = "0.4"
auto_impl = "1.1.0"
minibytes = { version = "0.1.0", path = "../../minibytes" }
thiserror = "1.0.43"
util = { version = "0.1.0", path = "../../util" }
2 changes: 1 addition & 1 deletion eden/scm/lib/storemodel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.71"
async-trait = "0.1.71"
auto_impl = "0.4"
auto_impl = "1.1.0"
futures = { version = "0.3.28", features = ["async-await", "compat"] }
minibytes = { version = "0.1.0", path = "../minibytes" }
types = { version = "0.1.0", path = "../types" }

0 comments on commit a60ca76

Please sign in to comment.