Skip to content

Commit 933561b

Browse files
Update thiserror requirement from 1.0.61 to 2.0.6
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.61...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b7475f commit 933561b

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
@@ -77,7 +77,7 @@ sea-orm = { version = "1.0.0-rc.7", features = ["macros", "runtime-tokio-native-
7777
serde = { version = "1.0.204", features = ["derive"] }
7878
subtle = { version = "2.6.1", features = ["core_hint_black_box", "const-generics"] }
7979
systemd-duration = { version = "0.2.0", features = ["with-time"] }
80-
thiserror = "1.0.61"
80+
thiserror = "2.0.6"
8181
time = { version = "0.3.36", features = ["local-offset", "serde", "serde-human-readable", "serde-well-known"] }
8282
tokio = { version = "1.38.0", features = ["macros", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
8383
tracing = { version = "0.1.40", features = ["async-await", "log"] }

0 commit comments

Comments
 (0)