Skip to content

Commit

Permalink
Merge pull request #131 from omjadas/dependabot/cargo/thiserror-2.0.0
Browse files Browse the repository at this point in the history
chore(deps): update thiserror requirement from 1.0.30 to 2.0.0
  • Loading branch information
omjadas authored Nov 6, 2024
2 parents 53163bb + 704c843 commit 1c3681e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ moka = { version = "0.12.0", features = ["future"], optional = true }
openssl = { version = "0.10.46", optional = true }
rand = { version = "0.8.0", optional = true }
rcgen = { version = "0.13.0", features = ["x509-parser"], optional = true }
thiserror = "1.0.30"
thiserror = "2.0.0"
time = { version = "0.3.35", optional = true }
tokio = { version = "1.24.2", features = ["macros", "rt"] }
tokio-graceful = "0.2.0"
Expand Down

0 comments on commit 1c3681e

Please sign in to comment.