Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 91489cf commit f09b89b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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 z2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"
tempfile = "3.14.0"
tera = "1.19.1"
thiserror = "2.0.6"
thiserror = "2.0.7"
tokio = {version = "1.42.0", features = ["macros", "rt-multi-thread", "sync", "io-std", "io-util", "process", "fs"]}
tokio-stream = "0.1.17"
toml = "0.8.19"
Expand Down
2 changes: 1 addition & 1 deletion zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blsful = { git = "https://github.com/JamesHinshelwood/agora-blsful", branch = "u
bech32 = "0.11.0"
cfg-if = "1.0.0"
serde_repr = "0.1.19"
thiserror = "2.0.6"
thiserror = "2.0.7"
lru-mem = "0.3.0"
opentelemetry-semantic-conventions = { version = "0.27.0", features = ["semconv_experimental"] }

Expand Down

0 comments on commit f09b89b

Please sign in to comment.