Skip to content

Commit

Permalink
Merge pull request #523 from gosub-browser/dependabot/cargo/ureq-2.10.0
Browse files Browse the repository at this point in the history
Bump ureq from 2.9.7 to 2.10.0
  • Loading branch information
Sharktheone authored Jul 23, 2024
2 parents 5f13e18 + 046378d commit 315880c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 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 @@ -71,7 +71,7 @@ getrandom = { version = "0.2.15", features = ["js"] }
gosub_v8 = { path = "./crates/gosub_v8", features = [] }
gosub_webexecutor = { path = "./crates/gosub_webexecutor", features = [] }
gosub_net = { path = "./crates/gosub_net", features = [] }
ureq = "2.9.7"
ureq = "2.10.0"
futures = "0.3.30"

[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 @@ -19,4 +19,4 @@ anyhow = "1.0.86"

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


[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ureq = "2.9.7"
ureq = "2.10.0"

[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 @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared", features = [] }
gosub_config = { path = "../gosub_config", features = [] }
derive_more = "0.99"
thiserror = "1.0.61"
ureq = "2.9.7"
ureq = "2.10.0"
anyhow = "1.0.86"
log = "0.4.22"
domain-lookup-tree = "0.1"
Expand Down

0 comments on commit 315880c

Please sign in to comment.