Skip to content

Commit

Permalink
bump reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Apr 14, 2024
1 parent 75e0a73 commit 97085c0
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 32 deletions.
145 changes: 114 additions & 31 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 rgis-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bevy = { version = "0.13", default-features = false, features = [
bytes = "1"
futures-util = "0.3"

reqwest = { version = "0.11", features = ["stream"] }
reqwest = { version = "0.12", features = ["stream"] }

bevy_jobs = { git = "https://github.com/frewsxcv/bevy_jobs" }
thiserror = "1"
Expand Down

0 comments on commit 97085c0

Please sign in to comment.