Skip to content

Commit

Permalink
Merge pull request #214 from alexrudy/dependabot/cargo/thiserror-2.0.3
Browse files Browse the repository at this point in the history
chore(deps): bump thiserror from 1.0.65 to 2.0.3
  • Loading branch information
alexrudy authored Nov 22, 2024
2 parents d7796c5 + 306578d commit f707441
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
42 changes: 31 additions & 11 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 @@ -38,7 +38,7 @@ parking_lot = { version = "0.12", optional = true, features = ["arc_lock"] }
pin-project = { version = "1" }
rustls-native-certs = { version = "0.8.0", optional = true }
socket2 = { version = "0.5", optional = true }
thiserror = { version = "1", optional = true }
thiserror = { version = "2", optional = true }
tokio = { version = "1", features = ["full"] }
tracing = { version = "^0.1" }

Expand Down

0 comments on commit f707441

Please sign in to comment.