Skip to content

Commit

Permalink
build(deps): bump url from 2.4.1 to 2.5.0 (#309)
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 0459560 commit ed31ead
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
26 changes: 18 additions & 8 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/ironrdp-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ smallvec = "1.11"
tap = "1"
semver = "1"
reqwest = "0.11.22"
url = "2.4.1"
url = "2.5.0"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.48", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/ironrdp-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ironrdp-pdu = { workspace = true, features = ["std"] }
rand_core = { version = "0.6", features = ["std"] } # TODO: dependency injection?
sspi.workspace = true
tracing.workspace = true
url = "2.4.1"
url = "2.5.0"

# FIXME: sspi-rs forgot to enable the `std` feature for `winapi`.
# This workaround should be removed when sspi 0.11 is released.
Expand Down
2 changes: 1 addition & 1 deletion crates/ironrdp-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ smallvec = "1.11"
x509-cert = { version = "0.2", default-features = false, features = ["std"] }
tap = "1"
semver = "1"
url = "2.4"
url = "2.5"
base64 = "0.21"

0 comments on commit ed31ead

Please sign in to comment.