Skip to content

Commit

Permalink
Bump url from 2.5.3 to 2.5.4 (#89)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent e1d99b0 commit 84ff981
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 crates/fig_api_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ time.workspace = true
tokio.workspace = true
tower = "0.4.13"
tracing.workspace = true
url = { version = "2.3.1", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }
which.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/fig_desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ time.workspace = true
tokio.workspace = true
tracing.workspace = true
tray-icon = { version = "0.13.0", default-features = false }
url = "2.3.1"
url = "2.5.4"
uuid.workspace = true
which.workspace = true
whoami.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/fig_install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ thiserror.workspace = true
time.workspace = true
tokio.workspace = true
tracing.workspace = true
url = "2.5.0"
url = "2.5.4"

[target.'cfg(target_os = "macos")'.dependencies]
fig_ipc.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/fig_request/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_json.workspace = true
thiserror.workspace = true
time.workspace = true
tracing.workspace = true
url = "2.3.1"
url = "2.5.4"

# Keep these synced with reqwest
# https://github.com/seanmonstar/reqwest/blob/v0.12.5/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion crates/fig_settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
url = "2.3.1"
url = "2.5.4"
uuid.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/q_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
unicode-width = "0.1.11"
url = "2.3.1"
url = "2.5.4"
uuid.workspace = true
walkdir = "2.5.0"
which.workspace = true
Expand Down

0 comments on commit 84ff981

Please sign in to comment.