Skip to content

Commit

Permalink
chore(deps): update rust crate either to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Feb 16, 2024
1 parent 235420e commit 20e2c7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ dns-service-client = { path = "clients/dns-service-client" }
dpd-client = { path = "clients/dpd-client" }
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
dyn-clone = "1.0.16"
either = "1.9.0"
either = "1.10.0"
expectorate = "1.1.0"
fatfs = "0.3.6"
filetime = "0.2.23"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
diesel = { version = "2.1.4", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.9.0" }
either = { version = "1.10.0" }
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.0.28" }
Expand Down Expand Up @@ -145,7 +145,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
diesel = { version = "2.1.4", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.9.0" }
either = { version = "1.10.0" }
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.0.28" }
Expand Down

0 comments on commit 20e2c7f

Please sign in to comment.