Skip to content

Commit d20816b

Browse files
authored
update tufaceous for more Diffable artifact types (#7959)
1 parent d563008 commit d20816b

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

Diff for: Cargo.lock

+12-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: workspace-hack/Cargo.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,14 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6363
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6464
hashbrown = { version = "0.15.1" }
65-
heck = { version = "0.4.1" }
6665
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6766
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
6867
hyper = { version = "1.6.0", features = ["full"] }
6968
idna = { version = "1.0.3" }
7069
indexmap = { version = "2.7.1", features = ["serde"] }
7170
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7271
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
73-
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
72+
itertools = { version = "0.10.5" }
7473
lalrpop-util = { version = "0.19.12" }
7574
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
7675
libc = { version = "0.2.171", features = ["extra_traits"] }
@@ -185,15 +184,14 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
185184
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
186185
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
187186
hashbrown = { version = "0.15.1" }
188-
heck = { version = "0.4.1" }
189187
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
190188
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
191189
hyper = { version = "1.6.0", features = ["full"] }
192190
idna = { version = "1.0.3" }
193191
indexmap = { version = "2.7.1", features = ["serde"] }
194192
inout = { version = "0.1.3", default-features = false, features = ["std"] }
195193
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
196-
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
194+
itertools = { version = "0.10.5" }
197195
lalrpop-util = { version = "0.19.12" }
198196
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
199197
libc = { version = "0.2.171", features = ["extra_traits"] }
@@ -337,7 +335,6 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
337335
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
338336
hyper-util = { version = "0.1.10", features = ["full"] }
339337
indicatif = { version = "0.17.11", features = ["rayon"] }
340-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
341338
mio = { version = "1.0.2", features = ["net", "os-ext"] }
342339
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
343340
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
@@ -352,7 +349,6 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
352349
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
353350
hyper-util = { version = "0.1.10", features = ["full"] }
354351
indicatif = { version = "0.17.11", features = ["rayon"] }
355-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
356352
mio = { version = "1.0.2", features = ["net", "os-ext"] }
357353
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
358354
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

0 commit comments

Comments
 (0)