Skip to content

Commit 760cbea

Browse files
Update thiserror requirement from 1.0.30 to 2.0.3
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.30...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9416ab commit 760cbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tokio-net = ["tokio/net"]
2323
[dependencies]
2424
futures-util = "0.3.8"
2525
pin-project-lite = "0.2.13"
26-
thiserror = "1.0.30"
26+
thiserror = "2.0.3"
2727
tokio = { version = "1.0", features = ["time"] }
2828
tokio-native-tls = { version = "0.3.0", optional = true }
2929
tokio-rustls = { version = ">=0.25.0,<0.27", default-features = false, optional = true }

0 commit comments

Comments
 (0)