From 3de1dbb12a6ee81492bcbfc769202d49908f8b55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:34:19 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.41 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f05ee65..cd0f8a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,18 +1070,18 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ba6a9d2..a48ef0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ curve25519-dalek = "3.2.0" ppoprf = { git = "https://github.com/brave/sta-rs", rev = "1937393e9d76c5333af47dd2ae2778b7e63fafd4" } serde = "1.0.166" serde_json = "1.0.99" -thiserror = "1.0.40" +thiserror = "1.0.41" time = { version = "0.3.22", features = ["formatting", "parsing"] } tokio = { version = "1.29.1", features = ["full"] } tower-http = { version = "0.4.1", features = ["trace"] }