Skip to content

Commit ab7c4b7

Browse files
committed
bump thiserror to use syn 2.0
1 parent b9c5fdc commit ab7c4b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: Cargo.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4981,22 +4981,22 @@ checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
49814981

49824982
[[package]]
49834983
name = "thiserror"
4984-
version = "1.0.38"
4984+
version = "1.0.40"
49854985
source = "registry+https://github.com/rust-lang/crates.io-index"
4986-
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
4986+
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
49874987
dependencies = [
49884988
"thiserror-impl",
49894989
]
49904990

49914991
[[package]]
49924992
name = "thiserror-impl"
4993-
version = "1.0.38"
4993+
version = "1.0.40"
49944994
source = "registry+https://github.com/rust-lang/crates.io-index"
4995-
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
4995+
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
49964996
dependencies = [
49974997
"proc-macro2",
49984998
"quote",
4999-
"syn 1.0.102",
4999+
"syn 2.0.8",
50005000
]
50015001

50025002
[[package]]

0 commit comments

Comments
 (0)