Skip to content

Commit

Permalink
fix(dependencies): update rust crate thiserror to v1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2021
1 parent 2b723d1 commit 5ab61cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Expand Up @@ -213,7 +213,7 @@ strum = { version = "=0.21", features = ["derive"] }
strum_macros = "=0.21.1"
tar = { version = "=0.4.37", optional = true }
tempfile = "3.2.0"
thiserror = "=1.0.26"
thiserror = "=1.0.29"
tokio = { version = "=1.10.0", features = ["full"] }
tokio-tungstenite = { version = "=0.15.0", optional = true }
toml = "=0.5.8"
Expand Down

0 comments on commit 5ab61cf

Please sign in to comment.