Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.51 to 1.0.55
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.51 to 1.0.55.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.51...1.0.55)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
1 parent b9f308e commit 93bfe85
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.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]
Expand Down
2 changes: 1 addition & 1 deletion crates/diri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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"
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.55"
version-compare = "0.1"
tracing = "0.1"
sqlx = { version = "0.7", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/solis/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.55"
tokio = { version = "1.32.0", features = ["full"] }
toml = "0.7.4"
tracing = "0.1.34"
Expand Down

0 comments on commit 93bfe85

Please sign in to comment.