Skip to content

Commit

Permalink
Merge pull request #450 from gosub-browser/dependabot/cargo/ureq-2.9.7
Browse files Browse the repository at this point in the history
Bump ureq from 2.9.6 to 2.9.7
  • Loading branch information
Sharktheone authored Apr 29, 2024
2 parents 64c8d16 + 870778f commit 58a2f4d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
14 changes: 4 additions & 10 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 @@ -84,7 +84,7 @@ getrandom = { version = "0.2.3", 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.6"
ureq = "2.9.7"
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.82"

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


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

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.59"
ureq = "2.9.5"
ureq = "2.9.7"
anyhow = "1.0.82"
log = "0.4.21"
domain-lookup-tree = "0.1"
Expand Down

0 comments on commit 58a2f4d

Please sign in to comment.