From dfee8abbd029c43497e2097ed312fb78399ad3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:10:17 +0000 Subject: [PATCH] Bump thiserror from 1.0.38 to 1.0.39 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- asn1-per/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caca4a4..008b2a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2393,18 +2393,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" +checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" +checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" dependencies = [ "proc-macro2 1.0.51", "quote 1.0.23", diff --git a/asn1-per/Cargo.toml b/asn1-per/Cargo.toml index a7b8ef6..0166511 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.39" num_enum = "0.5.11" bitvec = "1.0.1" \ No newline at end of file