Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.43 (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 15, 2021
1 parent c9fd859 commit 1c71f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ url = "2.2"
tao = { version = "0.5.2", default-features = false, features = [ "serde" ] }

[dev-dependencies]
anyhow = "1.0.42"
anyhow = "1.0.43"
chrono = "0.4.19"
tempfile = "3.2.0"

Expand Down
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Cross-platform WebView rendering library"
repository = "https://github.com/tauri-apps/wry"

[dependencies]
anyhow = "1.0.42"
anyhow = "1.0.43"
chrono = "0.4.19"
tempfile = "3.2.0"
serde_json = "1.0"
Expand Down

0 comments on commit 1c71f69

Please sign in to comment.