Skip to content

Commit 3688e15

Browse files
chore(deps): update rust crate criterion to 0.8 (#8690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1771c4 commit 3688e15

File tree

2 files changed

+35
-14
lines changed

2 files changed

+35
-14
lines changed

Cargo.lock

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ dependencies = [
9494
"alloc-no-stdlib",
9595
]
9696

97+
[[package]]
98+
name = "alloca"
99+
version = "0.4.0"
100+
source = "registry+https://github.com/rust-lang/crates.io-index"
101+
checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
102+
dependencies = [
103+
"cc",
104+
]
105+
97106
[[package]]
98107
name = "allocator-api2"
99108
version = "0.2.21"
@@ -1900,10 +1909,11 @@ dependencies = [
19001909

19011910
[[package]]
19021911
name = "criterion"
1903-
version = "0.7.0"
1912+
version = "0.8.0"
19041913
source = "registry+https://github.com/rust-lang/crates.io-index"
1905-
checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
1914+
checksum = "a0dfe5e9e71bdcf4e4954f7d14da74d1cdb92a3a07686452d1509652684b1aab"
19061915
dependencies = [
1916+
"alloca",
19071917
"anes",
19081918
"cast",
19091919
"ciborium",
@@ -1913,6 +1923,7 @@ dependencies = [
19131923
"itertools 0.13.0",
19141924
"num-traits",
19151925
"oorandom",
1926+
"page_size",
19161927
"plotters",
19171928
"rayon",
19181929
"regex",
@@ -1925,9 +1936,9 @@ dependencies = [
19251936

19261937
[[package]]
19271938
name = "criterion-plot"
1928-
version = "0.6.0"
1939+
version = "0.8.0"
19291940
source = "registry+https://github.com/rust-lang/crates.io-index"
1930-
checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
1941+
checksum = "5de36c2bee19fba779808f92bf5d9b0fa5a40095c277aba10c458a12b35d21d6"
19311942
dependencies = [
19321943
"cast",
19331944
"itertools 0.13.0",
@@ -2260,7 +2271,7 @@ dependencies = [
22602271
"libc",
22612272
"option-ext",
22622273
"redox_users",
2263-
"windows-sys 0.59.0",
2274+
"windows-sys 0.61.0",
22642275
]
22652276

22662277
[[package]]
@@ -2476,7 +2487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
24762487
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
24772488
dependencies = [
24782489
"libc",
2479-
"windows-sys 0.52.0",
2490+
"windows-sys 0.60.2",
24802491
]
24812492

24822493
[[package]]
@@ -3476,7 +3487,7 @@ dependencies = [
34763487
"libc",
34773488
"percent-encoding",
34783489
"pin-project-lite",
3479-
"socket2 0.5.10",
3490+
"socket2 0.6.0",
34803491
"tokio",
34813492
"tower-service",
34823493
"tracing",
@@ -3747,7 +3758,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
37473758
dependencies = [
37483759
"hermit-abi",
37493760
"libc",
3750-
"windows-sys 0.52.0",
3761+
"windows-sys 0.59.0",
37513762
]
37523763

37533764
[[package]]
@@ -4370,7 +4381,7 @@ version = "0.50.3"
43704381
source = "registry+https://github.com/rust-lang/crates.io-index"
43714382
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
43724383
dependencies = [
4373-
"windows-sys 0.59.0",
4384+
"windows-sys 0.61.0",
43744385
]
43754386

43764387
[[package]]
@@ -4827,6 +4838,16 @@ dependencies = [
48274838
"sha2",
48284839
]
48294840

4841+
[[package]]
4842+
name = "page_size"
4843+
version = "0.6.0"
4844+
source = "registry+https://github.com/rust-lang/crates.io-index"
4845+
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
4846+
dependencies = [
4847+
"libc",
4848+
"winapi",
4849+
]
4850+
48304851
[[package]]
48314852
name = "parking"
48324853
version = "2.2.1"
@@ -5343,7 +5364,7 @@ dependencies = [
53435364
"once_cell",
53445365
"socket2 0.5.10",
53455366
"tracing",
5346-
"windows-sys 0.52.0",
5367+
"windows-sys 0.59.0",
53475368
]
53485369

53495370
[[package]]
@@ -5931,7 +5952,7 @@ dependencies = [
59315952
"errno",
59325953
"libc",
59335954
"linux-raw-sys",
5934-
"windows-sys 0.52.0",
5955+
"windows-sys 0.60.2",
59355956
]
59365957

59375958
[[package]]
@@ -6621,7 +6642,7 @@ dependencies = [
66216642
"getrandom 0.3.4",
66226643
"once_cell",
66236644
"rustix",
6624-
"windows-sys 0.52.0",
6645+
"windows-sys 0.61.0",
66256646
]
66266647

66276648
[[package]]
@@ -7709,7 +7730,7 @@ version = "0.1.10"
77097730
source = "registry+https://github.com/rust-lang/crates.io-index"
77107731
checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
77117732
dependencies = [
7712-
"windows-sys 0.52.0",
7733+
"windows-sys 0.60.2",
77137734
]
77147735

77157736
[[package]]

apollo-router-benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dev-dependencies]
1010
apollo-router = { path = "../apollo-router" }
11-
criterion = { version = "0.7", features = ["async_tokio", "async_futures"] }
11+
criterion = { version = "0.8", features = ["async_tokio", "async_futures"] }
1212
memory-stats = "1.1.0"
1313
once_cell.workspace = true
1414
serde_json.workspace = true

0 commit comments

Comments
 (0)