Skip to content

Commit b428762

Browse files
Update Rust crate thiserror to 1.0.34 (rust-lang#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c32426 commit b428762

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conduit-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
[dependencies]
1111
conduit = { version ="0.10.0", path = "../conduit" }
1212
route-recognizer = "0.3"
13-
thiserror = "1.0.33"
13+
thiserror = "1.0.34"
1414
tracing = "0.1.36"
1515

1616
[dev-dependencies]

0 commit comments

Comments
 (0)