Skip to content

Commit ea511e3

Browse files
authored
Merge pull request #693 from gosub-io/dependabot/cargo/url-2.5.4
Bump url from 2.5.3 to 2.5.4
2 parents 6a6e20f + 7127b00 commit ea511e3

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ walkdir = "2.5"
5050
clap = { version = "4.5.19", features = ["derive"] }
5151
simple_logger = "5.0.0"
5252
cookie = { version = "0.18.1", features = ["secure", "private"] }
53-
url = "2.5.3"
53+
url = "2.5.4"
5454
nom = "7.1.3"
5555
nom-trace = "0.2.1"
5656
log = "0.4.22"

crates/gosub_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ thiserror = "2.0.3"
1616
wildmatch = "2.4.0"
1717
log = "0.4.22"
1818
testing_logger = "0.1.1"
19-
url = "2.5.3"
19+
url = "2.5.4"
2020
anyhow = "1.0.93"
2121

2222

crates/gosub_html5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ derive_more = { version = "1", features = ["from", "display"] }
1212
phf = { version = "0.11.2", features = ["macros"] }
1313
lazy_static = "1.5"
1414
thiserror = "2.0.3"
15-
url = { version = "2.5.3", features = [] }
15+
url = { version = "2.5.4", features = [] }
1616
log = { version = "0.4.22", features = [] }
1717

1818
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

crates/gosub_net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4.22"
1515
domain-lookup-tree = "0.1"
1616
cookie = { version = "0.18.1", features = ["secure", "private"] }
1717
http = "1.0.0"
18-
url = "2.5.3"
18+
url = "2.5.4"
1919

2020

2121

crates/gosub_render_backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ image = "0.25.5"
1515
raw-window-handle = "0.6.2"
1616
log = "0.4.14"
1717
anyhow = "1.0.93"
18-
url = "2.5.3"
18+
url = "2.5.4"
1919

crates/gosub_renderer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gosub_net = { path = "../gosub_net" }
1414
gosub_render_backend = { path = "../gosub_render_backend" }
1515
anyhow = "1.0.93"
1616
image = "0.25.5"
17-
url = "2.5.3"
17+
url = "2.5.4"
1818
log = "0.4.22"
1919
lazy_static = "1.5.0"
2020

crates/gosub_shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
[dependencies]
99
chardet = "0.2.4"
1010
thiserror = "2.0.3"
11-
url = "2.5.3"
11+
url = "2.5.4"
1212
anyhow = "1.0.93"
1313
lazy_static = "1.5.0"
1414
uuid = { version = "1.11.0", features = ["v4"] }

crates/gosub_useragent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ winit = "0.30.5"
1313
slotmap = "1.0.7"
1414
log = "0.4.22"
1515
anyhow = "1.0.93"
16-
url = "2.5.3"
16+
url = "2.5.4"
1717
image = "0.25.5"
1818

1919

0 commit comments

Comments
 (0)