Skip to content

Commit 42b0483

Browse files
fix(deps): update rust crate thiserror to 1.0.53
1 parent 16df032 commit 42b0483

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sha2 = "0.10.7"
3737
similar = { version = "2.2", default-features = false, features = ["text"] }
3838
tap = "1.0"
3939
tempfile = "3.6"
40-
thiserror = "1.0.40"
40+
thiserror = "1.0.53"
4141
time = { version = "0.3", default-features = false, features = ["formatting", "macros", "serde", "std"] }
4242
tokio = { version = "1.28", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"] }
4343
tokio-stream = { version = "0.1", default-features = false, features = ["fs"] }

0 commit comments

Comments
 (0)