Skip to content

Commit

Permalink
fix(deps): update rust crate ureq to 2.7.1 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 36fb560 commit 6919518
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 39 deletions.
86 changes: 48 additions & 38 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.2.5", 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 = "dev" }
tokio = { version = "1.32.0", features = ["sync", "time"] }
ureq = "2.6.2"
ureq = "2.7.1"
usb_enumeration = "0.2.0"
window-vibrancy = "0.4.0"

Expand Down

0 comments on commit 6919518

Please sign in to comment.