Skip to content

Commit

Permalink
fix(deps): update rust crate http to v1 (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent eee8924 commit fdbd3d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/http-v1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wry": minor
---

Update `http` dependency to `1`
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cfg_aliases = "0.1"
tracing = { version = "0.1", optional = true }
once_cell = "1"
thiserror = "1.0"
http = "0.2"
http = "1.1"
raw-window-handle = { version = "0.6", features = [ "std" ] }

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
Expand Down

0 comments on commit fdbd3d3

Please sign in to comment.