Skip to content

Commit

Permalink
Bump ureq from 2.10.1 to 2.12.1
Browse files Browse the repository at this point in the history
Bumps [ureq](https://github.com/algesten/ureq) from 2.10.1 to 2.12.1.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.10.1...2.12.1)

---
updated-dependencies:
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 7bb4f38 commit 0ce3ed7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ getrandom = { version = "0.2.15", features = ["js"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
gosub_v8 = { path = "./crates/gosub_v8", features = [] }
gosub_webexecutor = { path = "./crates/gosub_webexecutor", features = [] }
ureq = "2.10.1"
ureq = "2.12.1"
futures = "0.3.31"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ anyhow = "1.0.93"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
sqlite = "0.36.1"
ureq = "2.10.1"
ureq = "2.12.1"
2 changes: 1 addition & 1 deletion crates/gosub_html5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ url = { version = "2.5.4", features = [] }
log = { version = "0.4.22", features = [] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ureq = "2.10.1"
ureq = "2.12.1"

[dev-dependencies]
gosub_testing = { path = "../gosub_testing" }
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ url = "2.5.4"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
hickory-resolver = "0.24.1"
ureq = "2.10.1"
ureq = "2.12.1"


[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 0ce3ed7

Please sign in to comment.