Skip to content

Commit dd06fad

Browse files
committed
fix(deps): update rust crate thiserror to v2
1 parent bd3d406 commit dd06fad

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
@@ -53,7 +53,7 @@ sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio-rustls"] }
5353
structopt = { version = "0.3", features = ["paw"] }
5454
strum = "0.26"
5555
strum_macros = "0.26"
56-
thiserror = "1.0"
56+
thiserror = "2.0"
5757
tokio = { version = "1.36", features = ["macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] }
5858
tokio-stream = { version = "0.1", features = ["net"] }
5959
tokio-util = { version = "0.7", features = ["codec"] }

0 commit comments

Comments
 (0)