Skip to content

Commit

Permalink
Bump thiserror from 1.0.37 to 1.0.39
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.39.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.37...1.0.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2023
1 parent 2538f2f commit 275a614
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -65,7 +65,7 @@ serde_json = "1.0"
small-powers-of-tau = { git = "https://github.com/crate-crypto/small-powers-of-tau" }
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "any", "chrono"] }
strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.35"
thiserror = "1.0.39"
tokio = { version = "1", features = ["full", "test-util"] }
tokio-util = "0.7.4"
tower = { version = "0.4.13", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
sha2 = "0.10"
strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.34"
thiserror = "1.0.39"
tracing = "0.1.36"
zeroize = "1.5.7"

Expand Down

0 comments on commit 275a614

Please sign in to comment.