Skip to content

Commit af18518

Browse files
Bump ureq from 2.9.7 to 2.10.1
Bumps [ureq](https://github.com/algesten/ureq) from 2.9.7 to 2.10.1. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.9.7...2.10.1) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f1c3ee commit af18518

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

Cargo.lock

+5-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bevy-jornet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sha2 = "0.10"
2424
hex = "0.4"
2525

2626
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
27-
ureq = { version = "2.5", features = ["json"] }
27+
ureq = { version = "2.10", features = ["json"] }
2828

2929
[target.'cfg(target_arch = "wasm32")'.dependencies]
3030
wasm-bindgen = { version = "0.2" }

0 commit comments

Comments
 (0)