Skip to content

Commit a02590e

Browse files
Update Rust crate daft to 0.1.4 (#8521)
1 parent 2b32fc6 commit a02590e

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -404,7 +404,7 @@ crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "e1
404404
# NOTE: See above!
405405
csv = "1.3.1"
406406
curve25519-dalek = "4"
407-
daft = { version = "0.1.3", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
407+
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
408408
display-error-chain = "0.2.2"
409409
omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
410410
datatest-stable = "0.3.2"

workspace-hack/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ crossbeam-utils = { version = "0.8.21" }
4141
crossterm = { version = "0.28.1", features = ["event-stream", "serde"] }
4242
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
4343
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
44-
daft = { version = "0.1.3", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
44+
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
4545
data-encoding = { version = "2.9.0" }
4646
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
4747
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
@@ -64,7 +64,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6464
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6565
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6666
hashbrown = { version = "0.15.4" }
67-
heck = { version = "0.4.1" }
6867
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
6968
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
7069
hyper = { version = "1.6.0", features = ["full"] }
@@ -73,7 +72,7 @@ indexmap = { version = "2.9.0", features = ["serde"] }
7372
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7473
ipnet = { version = "2.11.0", features = ["serde"] }
7574
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
76-
itertools = { version = "0.10.5" }
75+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7776
lalrpop-util = { version = "0.19.12" }
7877
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
7978
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -175,7 +174,7 @@ crossbeam-utils = { version = "0.8.21" }
175174
crossterm = { version = "0.28.1", features = ["event-stream", "serde"] }
176175
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
177176
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
178-
daft = { version = "0.1.3", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
177+
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
179178
data-encoding = { version = "2.9.0" }
180179
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
181180
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
@@ -198,7 +197,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
198197
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
199198
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
200199
hashbrown = { version = "0.15.4" }
201-
heck = { version = "0.4.1" }
202200
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
203201
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
204202
hyper = { version = "1.6.0", features = ["full"] }
@@ -207,7 +205,7 @@ indexmap = { version = "2.9.0", features = ["serde"] }
207205
inout = { version = "0.1.3", default-features = false, features = ["std"] }
208206
ipnet = { version = "2.11.0", features = ["serde"] }
209207
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
210-
itertools = { version = "0.10.5" }
208+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
211209
lalrpop-util = { version = "0.19.12" }
212210
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
213211
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -352,6 +350,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
352350
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
353351
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
354352
indicatif = { version = "0.17.11", features = ["rayon"] }
353+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
355354
mio = { version = "1.0.2", features = ["net", "os-ext"] }
356355
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
357356
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
@@ -366,6 +365,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
366365
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
367366
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
368367
indicatif = { version = "0.17.11", features = ["rayon"] }
368+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
369369
mio = { version = "1.0.2", features = ["net", "os-ext"] }
370370
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
371371
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

0 commit comments

Comments
 (0)