Skip to content

Commit 7f95d4d

Browse files
build(deps): update thiserror requirement from 1 to 2
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.0...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 959a538 commit 7f95d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dc/s2n-quic-dc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ s2n-codec = { version = "=0.49.0", path = "../../common/s2n-codec", default-feat
3737
s2n-quic-core = { version = "=0.49.0", path = "../../quic/s2n-quic-core", default-features = false }
3838
s2n-quic-platform = { version = "=0.49.0", path = "../../quic/s2n-quic-platform" }
3939
slotmap = "1"
40-
thiserror = "1"
40+
thiserror = "2"
4141
tokio = { version = "1", default-features = false, features = ["sync"] }
4242
tracing = "0.1"
4343
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }

0 commit comments

Comments
 (0)