Skip to content

Commit 55219b3

Browse files
committed
bump thiserror to use syn 2.0
1 parent c49c4fb commit 55219b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -6258,22 +6258,22 @@ checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
62586258

62596259
[[package]]
62606260
name = "thiserror"
6261-
version = "1.0.38"
6261+
version = "1.0.40"
62626262
source = "registry+https://github.com/rust-lang/crates.io-index"
6263-
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
6263+
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
62646264
dependencies = [
62656265
"thiserror-impl",
62666266
]
62676267

62686268
[[package]]
62696269
name = "thiserror-impl"
6270-
version = "1.0.38"
6270+
version = "1.0.40"
62716271
source = "registry+https://github.com/rust-lang/crates.io-index"
6272-
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
6272+
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
62736273
dependencies = [
62746274
"proc-macro2",
62756275
"quote",
6276-
"syn 1.0.102",
6276+
"syn 2.0.8",
62776277
]
62786278

62796279
[[package]]

0 commit comments

Comments
 (0)