Skip to content

Commit

Permalink
fix(deps): update rust crate ureq to 2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 6f80f38 commit 04e46e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
28 changes: 2 additions & 26 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ solo2 = { version = "0.2.2", features = ["dev-pki"] }
tauri = { version = "1.5.4", features = ["clipboard-write-text", "dialog-open", "isolation", "shell-open", "updater", "window-set-decorations"] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tokio = { version = "1.33.0", features = ["sync", "time"] }
ureq = "2.8.0"
ureq = "2.9.6"
usb_enumeration = "0.2.0"
window-vibrancy = "0.4.3"

Expand Down

0 comments on commit 04e46e0

Please sign in to comment.