Skip to content

Commit

Permalink
Merge pull request #48 from tmccombs/dependabot/cargo/thiserror-2.0.3
Browse files Browse the repository at this point in the history
Update thiserror requirement from 1.0.30 to 2.0.3
  • Loading branch information
tmccombs authored Dec 2, 2024
2 parents e9416ab + 760cbea commit 2dc0730
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 @@ -23,7 +23,7 @@ tokio-net = ["tokio/net"]
[dependencies]
futures-util = "0.3.8"
pin-project-lite = "0.2.13"
thiserror = "1.0.30"
thiserror = "2.0.3"
tokio = { version = "1.0", features = ["time"] }
tokio-native-tls = { version = "0.3.0", optional = true }
tokio-rustls = { version = ">=0.25.0,<0.27", default-features = false, optional = true }
Expand Down

0 comments on commit 2dc0730

Please sign in to comment.