Skip to content

Commit

Permalink
third-party/rust: add scopeguard to no_std universe
Browse files Browse the repository at this point in the history
Summary: Also bump to 1.2.0

Reviewed By: dtolnay

Differential Revision: D68536276

fbshipit-source-id: 5315619e54e5f9d3516bea05c5af01adbc0e75a6
  • Loading branch information
Jeremy Fitzhardinge authored and facebook-github-bot committed Jan 23, 2025
1 parent b15b611 commit eea638a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
scopeguard = "1.0.0"
scopeguard = "1.2.0"
shared_error = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repo_bookmark_attrs = { version = "0.1.0", path = "../../repo_attributes/repo_bo
repo_cross_repo = { version = "0.1.0", path = "../../repo_attributes/repo_cross_repo" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
scopeguard = "1.0.0"
scopeguard = "1.2.0"
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/gotham_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pin-project = "0.4.30"
quiet_stream = { version = "0.1.0", path = "../quiet_stream" }
rate_limiting = { version = "0.1.0", path = "../rate_limiting" }
sapling-clientinfo = { version = "0.1.0", path = "../../scm/lib/clientinfo" }
scopeguard = "1.0.0"
scopeguard = "1.2.0"
scuba_ext = { version = "0.1.0", path = "../common/scuba_ext" }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/third-party/streampager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lru = "0.12.3"
memmap2 = "0.5.10"
notify = { version = "5", optional = true }
regex = "1.9.2"
scopeguard = "1.0.0"
scopeguard = "1.2.0"
serde = { version = "1.0.185", features = ["derive"] }
smallvec = { version = "1.6.1", default-features = false }
tempfile = "3.8"
Expand Down

0 comments on commit eea638a

Please sign in to comment.