Skip to content

Commit 84ff981

Browse files
Bump url from 2.5.3 to 2.5.4 (#89)
Bumps [url](https://github.com/servo/rust-url) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.3...v2.5.4) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1d99b0 commit 84ff981

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.

crates/fig_api_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ time.workspace = true
4242
tokio.workspace = true
4343
tower = "0.4.13"
4444
tracing.workspace = true
45-
url = { version = "2.3.1", features = ["serde"] }
45+
url = { version = "2.5.4", features = ["serde"] }
4646
which.workspace = true
4747

4848
[dev-dependencies]

crates/fig_desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ time.workspace = true
8585
tokio.workspace = true
8686
tracing.workspace = true
8787
tray-icon = { version = "0.13.0", default-features = false }
88-
url = "2.3.1"
88+
url = "2.5.4"
8989
uuid.workspace = true
9090
which.workspace = true
9191
whoami.workspace = true

crates/fig_install/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ thiserror.workspace = true
3939
time.workspace = true
4040
tokio.workspace = true
4141
tracing.workspace = true
42-
url = "2.5.0"
42+
url = "2.5.4"
4343

4444
[target.'cfg(target_os = "macos")'.dependencies]
4545
fig_ipc.workspace = true

crates/fig_request/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_json.workspace = true
2929
thiserror.workspace = true
3030
time.workspace = true
3131
tracing.workspace = true
32-
url = "2.3.1"
32+
url = "2.5.4"
3333

3434
# Keep these synced with reqwest
3535
# https://github.com/seanmonstar/reqwest/blob/v0.12.5/Cargo.toml

crates/fig_settings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde_json.workspace = true
2323
thiserror.workspace = true
2424
tokio.workspace = true
2525
tracing.workspace = true
26-
url = "2.3.1"
26+
url = "2.5.4"
2727
uuid.workspace = true
2828

2929
[dev-dependencies]

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tokio.workspace = true
7878
tracing.workspace = true
7979
tracing-subscriber.workspace = true
8080
unicode-width = "0.1.11"
81-
url = "2.3.1"
81+
url = "2.5.4"
8282
uuid.workspace = true
8383
walkdir = "2.5.0"
8484
which.workspace = true

0 commit comments

Comments
 (0)