Skip to content

Commit 8a5cc3d

Browse files
Update thiserror requirement from 1 to 2 (returnString#299)
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.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a63158 commit 8a5cc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convergence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/returnString/convergence"
1010
[dependencies]
1111
tokio = { version = "1", features = [ "net", "rt-multi-thread", "macros", "io-util", "io-std" ] }
1212
tokio-util = { version = "0.7", features = [ "codec" ] }
13-
thiserror = "1"
13+
thiserror = "2"
1414
bytes = "1"
1515
futures = "0.3"
1616
sqlparser = "0.55"

0 commit comments

Comments
 (0)