about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2023-08-17 19:48:22 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2023-08-17 19:48:22 +0000
commitdf3819bd96365ae03d64c33f2785a23cc334ccd0 (patch)
treefad21f69e994639d8f68f6289b7db3f5d90715a4
parent4a0402cd805aa1f4dd8e2d96b038be664db293c3 (diff)
downloadrust-df3819bd96365ae03d64c33f2785a23cc334ccd0.tar.gz
rust-df3819bd96365ae03d64c33f2785a23cc334ccd0.zip
update `thsiserror` to release >= 1.0.46
this version is the one containing the workaround for the provider API
changes on nightly
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d707067bb9..47d6b3c44a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5126,9 +5126,9 @@ checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
 
 [[package]]
 name = "thiserror"
-version = "1.0.40"
+version = "1.0.47"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
+checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
 dependencies = [
  "thiserror-impl",
 ]
@@ -5155,9 +5155,9 @@ dependencies = [
 
 [[package]]
 name = "thiserror-impl"
-version = "1.0.40"
+version = "1.0.47"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
+checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
 dependencies = [
  "proc-macro2",
  "quote",