diff --git a/Cargo.lock b/Cargo.lock index 6648d443b..58696633c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8386,18 +8386,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.51" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" +checksum = "6e3de26b0965292219b4287ff031fcba86837900fe9cd2b34ea8ad893c0953d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.51" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" +checksum = "268026685b2be38d7103e9e507c938a1fcb3d7e6eb15e87870b617bf37b6d581" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 54f914ee8..67dd076eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ starknet = "0.8.0" anyhow = "1.0" tokio = { version = "1", features = ["full"] } log = "0.4.17" -thiserror = "1.0.40" +thiserror = "1.0.55" # Thoses dependencies are used by the examples + the lib.rs. [dependencies] diff --git a/crates/diri/Cargo.toml b/crates/diri/Cargo.toml index 74a82f5bd..b9213ee39 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.55" # 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 a0e879591..e3b048036 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.55" version-compare = "0.1" tracing = "0.1" sqlx = { version = "0.7", optional = true } diff --git a/crates/solis/Cargo.toml b/crates/solis/Cargo.toml index af514ae79..e08986aa6 100644 --- a/crates/solis/Cargo.toml +++ b/crates/solis/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.55" tokio = { version = "1.32.0", features = ["full"] } toml = "0.7.4" tracing = "0.1.34"