Skip to content

Commit

Permalink
fix(deps): update rust crate http to v1 (#729)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate http to v1

* Update Cargo.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
  • Loading branch information
renovate[bot] and FabianLars authored Nov 30, 2023
1 parent e1eb82f commit aabb440
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
29 changes: 20 additions & 9 deletions 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 plugins/localhost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tauri.workspace = true
log.workspace = true
thiserror.workspace = true
tiny_http = "0.12"
http = "0.2"
http = "1"

0 comments on commit aabb440

Please sign in to comment.