Skip to content

Commit

Permalink
chore(deps): update rust crate anyhow to 1.0.71 (1.x) (#12150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <[email protected]>
  • Loading branch information
renovate[bot] and FabianLars authored Jan 3, 2025
1 parent 4667315 commit b681624
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tooling/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ description = "Cross-platform WebView rendering library"
repository = "https://github.com/tauri-apps/wry"

[dependencies]
anyhow = "1.0.40"
anyhow = "1"
time = { version = "0.3", features = ["formatting"] }
tempfile = "3.2.0"
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tempfile = "3"
serde_json = "1"
serde = { version = "1", features = [ "derive" ] }

[[bin]]
name = "run_benchmark"
Expand Down

0 comments on commit b681624

Please sign in to comment.