Skip to content

Commit

Permalink
Merge pull request #129 from brave/renovate/thiserror-1.x
Browse files Browse the repository at this point in the history
Update Rust crate thiserror to 1.0.41
  • Loading branch information
rillian authored Jul 5, 2023
2 parents d591bd1 + 3de1dbb commit 53bad74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -14,7 +14,7 @@ curve25519-dalek = "3.2.0"
ppoprf = { git = "https://github.com/brave/sta-rs", rev = "1937393e9d76c5333af47dd2ae2778b7e63fafd4" }
serde = "1.0.166"
serde_json = "1.0.99"
thiserror = "1.0.40"
thiserror = "1.0.41"
time = { version = "0.3.22", features = ["formatting", "parsing"] }
tokio = { version = "1.29.1", features = ["full"] }
tower-http = { version = "0.4.1", features = ["trace"] }
Expand Down

0 comments on commit 53bad74

Please sign in to comment.