Skip to content

Commit 5aeb9e5

Browse files
authored
chore: bump canbench to 0.7.0 (#11056)
This includes canbench's [syn v2 upgrade](dfinity/canbench#182), moving one more dependency off of syn v1.
1 parent b8b3ea9 commit 5aeb9e5

5 files changed

Lines changed: 27 additions & 27 deletions

File tree

Cargo.Bazel.json.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "0ab74b113c84c2d02a55dcfc84f5926dc0476e40464e5202318783ea53e65207",
2+
"checksum": "8a58e6629043436f0afe8615a2313a77fc84aee00398ade2eb20df0ce1903423",
33
"crates": {
44
"actix-codec 0.5.1": {
55
"name": "actix-codec",
@@ -11209,14 +11209,14 @@
1120911209
],
1121011210
"license_file": "LICENSE-APACHE"
1121111211
},
11212-
"canbench-rs 0.6.0": {
11212+
"canbench-rs 0.7.0": {
1121311213
"name": "canbench-rs",
11214-
"version": "0.6.0",
11214+
"version": "0.7.0",
1121511215
"package_url": "https://github.com/dfinity/canbench",
1121611216
"repository": {
1121711217
"Http": {
11218-
"url": "https://static.crates.io/crates/canbench-rs/0.6.0/download",
11219-
"sha256": "11eef0544778ff515f65fbe5427807009a9cf44eb898404380f6f13c9af20025"
11218+
"url": "https://static.crates.io/crates/canbench-rs/0.7.0/download",
11219+
"sha256": "f219d11b441f13b811b48f3500e16193e5ff2478f2af1f444b825c723bd8f880"
1122011220
}
1122111221
},
1122211222
"targets": [
@@ -11259,28 +11259,28 @@
1125911259
"proc_macro_deps": {
1126011260
"common": [
1126111261
{
11262-
"id": "canbench-rs-macros 0.6.0",
11262+
"id": "canbench-rs-macros 0.7.0",
1126311263
"target": "canbench_rs_macros"
1126411264
}
1126511265
],
1126611266
"selects": {}
1126711267
},
11268-
"version": "0.6.0"
11268+
"version": "0.7.0"
1126911269
},
1127011270
"license": "Apache-2.0",
1127111271
"license_ids": [
1127211272
"Apache-2.0"
1127311273
],
1127411274
"license_file": null
1127511275
},
11276-
"canbench-rs-macros 0.6.0": {
11276+
"canbench-rs-macros 0.7.0": {
1127711277
"name": "canbench-rs-macros",
11278-
"version": "0.6.0",
11278+
"version": "0.7.0",
1127911279
"package_url": "https://github.com/dfinity/canbench",
1128011280
"repository": {
1128111281
"Http": {
11282-
"url": "https://static.crates.io/crates/canbench-rs-macros/0.6.0/download",
11283-
"sha256": "94a1c524c43e000e22c24816ead2fcf79d57aca4bae6747835dc088d57682f11"
11282+
"url": "https://static.crates.io/crates/canbench-rs-macros/0.7.0/download",
11283+
"sha256": "57f3091003ebefb0685c8c06cd4f165ea3ef28bca5e321e99de035229c624fda"
1128411284
}
1128511285
},
1128611286
"targets": [
@@ -11313,14 +11313,14 @@
1131311313
"target": "quote"
1131411314
},
1131511315
{
11316-
"id": "syn 1.0.109",
11316+
"id": "syn 2.0.119",
1131711317
"target": "syn"
1131811318
}
1131911319
],
1132011320
"selects": {}
1132111321
},
1132211322
"edition": "2021",
11323-
"version": "0.6.0"
11323+
"version": "0.7.0"
1132411324
},
1132511325
"license": "Apache-2.0",
1132611326
"license_ids": [
@@ -20529,7 +20529,7 @@
2052920529
"target": "cached"
2053020530
},
2053120531
{
20532-
"id": "canbench-rs 0.6.0",
20532+
"id": "canbench-rs 0.7.0",
2053320533
"target": "canbench_rs"
2053420534
},
2053520535
{
@@ -95681,7 +95681,7 @@
9568195681
"byteorder 1.5.0",
9568295682
"bytes 1.11.1",
9568395683
"cached 0.49.2",
95684-
"canbench-rs 0.6.0",
95684+
"canbench-rs 0.7.0",
9568595685
"candid 0.10.34",
9568695686
"candid_parser 0.1.4",
9568795687
"cargo_metadata 0.14.2",

Cargo.Bazel.toml.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,9 +1889,9 @@ dependencies = [
18891889

18901890
[[package]]
18911891
name = "canbench-rs"
1892-
version = "0.6.0"
1892+
version = "0.7.0"
18931893
source = "registry+https://github.com/rust-lang/crates.io-index"
1894-
checksum = "11eef0544778ff515f65fbe5427807009a9cf44eb898404380f6f13c9af20025"
1894+
checksum = "f219d11b441f13b811b48f3500e16193e5ff2478f2af1f444b825c723bd8f880"
18951895
dependencies = [
18961896
"canbench-rs-macros",
18971897
"candid",
@@ -1901,13 +1901,13 @@ dependencies = [
19011901

19021902
[[package]]
19031903
name = "canbench-rs-macros"
1904-
version = "0.6.0"
1904+
version = "0.7.0"
19051905
source = "registry+https://github.com/rust-lang/crates.io-index"
1906-
checksum = "94a1c524c43e000e22c24816ead2fcf79d57aca4bae6747835dc088d57682f11"
1906+
checksum = "57f3091003ebefb0685c8c06cd4f165ea3ef28bca5e321e99de035229c624fda"
19071907
dependencies = [
19081908
"proc-macro2",
19091909
"quote",
1910-
"syn 1.0.109",
1910+
"syn 2.0.119",
19111911
]
19121912

19131913
[[package]]

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -632,7 +632,7 @@ by_address = "^1.1.0"
632632
byteorder = "^1.3.4"
633633
bytes = "1.9.0"
634634
cached = { version = "0.49", default-features = false }
635-
canbench-rs = "0.6.0"
635+
canbench-rs = "0.7.0"
636636
candid = { version = "0.10.34" }
637637
candid_parser = { version = "0.1.2" }
638638
cargo_metadata = "^0.14.2"

bazel/rust.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ crate.spec(
242242
)
243243
crate.spec(
244244
package = "canbench-rs",
245-
version = "0.6.0",
245+
version = "0.7.0",
246246
)
247247
crate.spec(
248248
package = "candid",

0 commit comments

Comments
 (0)