From d713b84d2b404d55244ebc1fe011751f18be8353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:05:31 +0000 Subject: [PATCH] chore: bump thiserror from 1.0.61 to 1.0.64 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.64) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80b53ed802c..d0f8440e643 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3544,18 +3544,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 9dcf42dc7f2..c1dcff1c1a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ derive_builder = "0.13.1" serde = { version = "1.0.203", features = ["derive"] } tokio = { version = "1.38", features = ["full"] } reqwest = { version = "0.11.27", default-features = false, features = ["json", "rustls-tls"] } -thiserror = "1.0.61" +thiserror = "1.0.64" serde_yaml = "0.9.33" serde_json = "1.0.117" chrono = { version = "0.4.38", features = ["clock", "serde"], default-features = false }