Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent c908488 commit ef845f3
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 8 deletions.
44 changes: 40 additions & 4 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 @@ -90,7 +90,7 @@ getrandom = { version = "0.2.15", features = ["js"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
gosub_v8 = { version = "0.1.1", path = "./crates/gosub_v8", features = [], registry = "gosub" }
gosub_webexecutor = { version = "0.1.1", path = "./crates/gosub_webexecutor", features = [], registry = "gosub" }
ureq = "2.12.1"
ureq = "3.0.3"
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 @@ cow-utils = "0.1.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rusqlite = "0.32.1"
ureq = "2.12.1"
ureq = "3.0.3"
2 changes: 1 addition & 1 deletion crates/gosub_html5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_derive = "1.0"
cow-utils = "0.1.3"

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

[dev-dependencies]
test-case = "3.3.1"
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 @@ -22,7 +22,7 @@ url = "2.5.4"

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


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

0 comments on commit ef845f3

Please sign in to comment.