From 2083f9c77b8039215d027448045959accae5ef52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:45:49 +0000 Subject: [PATCH] Bump thiserror from 1.0.38 to 1.0.40 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.40. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.40) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- asn1-per/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f30b712..1db57cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2432,22 +2432,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.38" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" +checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.38" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" +checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" dependencies = [ "proc-macro2 1.0.56", "quote 1.0.26", - "syn 1.0.107", + "syn 2.0.13", ] [[package]] diff --git a/asn1-per/Cargo.toml b/asn1-per/Cargo.toml index a3aa65b..4ee954b 100644 --- a/asn1-per/Cargo.toml +++ b/asn1-per/Cargo.toml @@ -11,6 +11,6 @@ slog = "2.7.0" anyhow = "1.0.52" async-channel = "1.6.1" asn1-codecs = { git = "https://github.com/nplrkn/hampi" } -thiserror = "1.0.36" +thiserror = "1.0.40" num_enum = "0.5.11" bitvec = "1.0.1" \ No newline at end of file