Skip to content

Commit 25eb244

Browse files
chore(deps): update rust crate either to 1.10.0 (#5084)
1 parent cd90153 commit 25eb244

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ dns-service-client = { path = "clients/dns-service-client" }
201201
dpd-client = { path = "clients/dpd-client" }
202202
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
203203
dyn-clone = "1.0.16"
204-
either = "1.9.0"
204+
either = "1.10.0"
205205
expectorate = "1.1.0"
206206
fatfs = "0.3.6"
207207
filetime = "0.2.23"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
3939
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
4040
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"] }
4141
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
42-
either = { version = "1.9.0" }
42+
either = { version = "1.10.0" }
4343
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
4444
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
4545
flate2 = { version = "1.0.28" }
@@ -145,7 +145,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
145145
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
146146
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"] }
147147
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
148-
either = { version = "1.9.0" }
148+
either = { version = "1.10.0" }
149149
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
150150
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
151151
flate2 = { version = "1.0.28" }

0 commit comments

Comments
 (0)