Skip to content

Commit cecba50

Browse files
Update Rust crate criterion to 0.7.0 (#8703)
1 parent 41c9331 commit cecba50

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 6 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
@@ -399,7 +399,7 @@ cockroach-admin-types = { path = "cockroach-admin/types" }
399399
colored = "2.1"
400400
const_format = "0.2.34"
401401
cookie = "0.18"
402-
criterion = { version = "0.6.0", features = [ "async_tokio" ] }
402+
criterion = { version = "0.7.0", features = [ "async_tokio" ] }
403403
crossbeam = "0.8"
404404
crossterm = { version = "0.29.0", features = ["event-stream"] }
405405
# NOTE: if you change the pinned revision of the `crucible` dependencies, you

workspace-hack/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ inout = { version = "0.1.3", default-features = false, features = ["std"] }
7474
ipnet = { version = "2.11.0", features = ["serde"] }
7575
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
7676
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
77-
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7877
lalrpop-util = { version = "0.19.12" }
7978
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
8079
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -123,6 +122,7 @@ sha2 = { version = "0.10.9", features = ["oid"] }
123122
similar = { version = "2.7.0", features = ["bytes", "inline", "unicode"] }
124123
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
125124
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
125+
socket2 = { version = "0.5.10", default-features = false, features = ["all"] }
126126
spin = { version = "0.9.8" }
127127
string_cache = { version = "0.8.9" }
128128
strum-2f80eeee3b1b6c7e = { package = "strum", version = "0.26.3", features = ["derive"] }
@@ -210,7 +210,6 @@ inout = { version = "0.1.3", default-features = false, features = ["std"] }
210210
ipnet = { version = "2.11.0", features = ["serde"] }
211211
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
212212
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
213-
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
214213
lalrpop-util = { version = "0.19.12" }
215214
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
216215
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -259,6 +258,7 @@ sha2 = { version = "0.10.9", features = ["oid"] }
259258
similar = { version = "2.7.0", features = ["bytes", "inline", "unicode"] }
260259
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
261260
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
261+
socket2 = { version = "0.5.10", default-features = false, features = ["all"] }
262262
spin = { version = "0.9.8" }
263263
string_cache = { version = "0.8.9" }
264264
strum-2f80eeee3b1b6c7e = { package = "strum", version = "0.26.3", features = ["derive"] }
@@ -362,6 +362,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
362362
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
363363
hyper-util = { version = "0.1.16", features = ["full"] }
364364
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
365+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
365366
mio = { version = "1.0.2", features = ["net", "os-ext"] }
366367
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
367368
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
@@ -377,6 +378,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
377378
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
378379
hyper-util = { version = "0.1.16", features = ["full"] }
379380
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
381+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
380382
mio = { version = "1.0.2", features = ["net", "os-ext"] }
381383
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
382384
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }

0 commit comments

Comments
 (0)