Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2022
1 parent 02c40a6 commit 2326f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tauri-build = { version = "1.2.1", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.2", features = ["api-all", "devtools", "system-tray", "updater"] }
anyhow = "1.0.67"
anyhow = "1.0.68"

[features]
# by default Tauri runs in production mode
Expand Down

0 comments on commit 2326f3f

Please sign in to comment.