From 2c2aa192d79fc52bc7b62026721226d5db9e3cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Roycourt?= <11146088+remiroyc@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:57:20 +0200 Subject: [PATCH] chore(deps): bump thiserror to 1.0.65 (#488) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/diri/Cargo.toml | 2 +- crates/pontos/Cargo.toml | 2 +- crates/sana/Cargo.toml | 2 +- crates/solis-legacy/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdd1ffde8..ec9769785 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6949,18 +6949,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.51" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.51" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a3c29bf67..be9fea7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ starknet = "0.10.0" anyhow = "1.0" tokio = { version = "1", features = ["full"] } log = "0.4.17" -thiserror = "1.0.40" +thiserror = "1.0.65" # Dependencies used by the examples + the lib.rs. [dependencies] diff --git a/crates/diri/Cargo.toml b/crates/diri/Cargo.toml index 093d45848..f646625f2 100644 --- a/crates/diri/Cargo.toml +++ b/crates/diri/Cargo.toml @@ -19,7 +19,7 @@ regex = "1.9.1" env_logger = "0.10.0" log = "0.4.17" dotenv = "0.15.0" -thiserror = "1.0.32" +thiserror = "1.0.65" # For now, Diri can't use the ark-starknet due to the dependency # on ArkProjectNFTs for of starknet-rs. starknet = "0.8.0" diff --git a/crates/pontos/Cargo.toml b/crates/pontos/Cargo.toml index d6671c8e6..032666111 100644 --- a/crates/pontos/Cargo.toml +++ b/crates/pontos/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4" num-bigint = { version = "0.4.3", default-features = false } serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0" -thiserror = "1.0.32" +thiserror = "1.0.65" version-compare = "0.2.0" tracing = "0.1" sqlx = { version = "0.7", optional = true } diff --git a/crates/sana/Cargo.toml b/crates/sana/Cargo.toml index 128cdec44..db6d5a538 100644 --- a/crates/sana/Cargo.toml +++ b/crates/sana/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4" num-bigint = { version = "0.4.3", default-features = false } serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0" -thiserror = "1.0.32" +thiserror = "1.0.65" version-compare = "0.2.0" tracing = "0.1" sqlx = { version = "0.7", optional = true, features = [ diff --git a/crates/solis-legacy/Cargo.toml b/crates/solis-legacy/Cargo.toml index 6c1ffa2f2..adaf1dfe5 100644 --- a/crates/solis-legacy/Cargo.toml +++ b/crates/solis-legacy/Cargo.toml @@ -81,7 +81,7 @@ starknet_api = "0.6.0-rc3" strum = "0.25" strum_macros = "0.25" test-log = "0.2.11" -thiserror = "1.0.32" +thiserror = "1.0.65" tokio = { version = "1.32.0", features = ["full"] } toml = "0.7.4" tracing = "0.1.34"