Skip to content

Commit

Permalink
chore(deps): bump thiserror to 1.0.65 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc authored Oct 23, 2024
1 parent 2a042d3 commit 2c2aa19
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/diri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/pontos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion crates/sana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion crates/solis-legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c2aa19

Please sign in to comment.