Skip to content

Commit

Permalink
Upgrade to v0.3.26
Browse files Browse the repository at this point in the history
Summary: Updating `structopt` to `v0.3.26` since `snphost` in D51869681 has a dependency on a more recent version

Reviewed By: cfsmp3

Differential Revision: D52708468

fbshipit-source-id: 53a4c9917fd2e7b6adf701d3825d80dde3efd7f6
  • Loading branch information
CookieComputing authored and facebook-github-bot committed Mar 13, 2024
1 parent f5b3ceb commit aae14fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eden/scm/exec/eden_apfs_mount_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plist = "1.4.3"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
sha2 = "0.10.6"
structopt = "0.3.23"
structopt = "0.3.26"

[dev-dependencies]
pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/exec/fsprobe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
structopt = "0.3.23"
structopt = "0.3.26"
2 changes: 1 addition & 1 deletion eden/scm/lib/http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ regex = "1.9.2"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
structopt = "0.3.23"
structopt = "0.3.26"
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/xdiff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
structopt = "0.3.23"
structopt = "0.3.26"
xdiff-sys = { version = "0.1.0", path = "../xdiff-sys" }

0 comments on commit aae14fd

Please sign in to comment.