Skip to content

Commit 87375cb

Browse files
build(deps): bump the patch group across 1 directory with 4 updates (#481)
Bumps the patch group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [url](https://github.com/servo/rust-url), [array-concat](https://github.com/inspier/array-concat) and [base64](https://github.com/marshallpierce/rust-base64). Updates `clap` from 4.5.4 to 4.5.7 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.4...v4.5.7) Updates `url` from 2.5.0 to 2.5.2 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.0...v2.5.2) Updates `array-concat` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/inspier/array-concat/releases) - [Commits](inspier/array-concat@0.5.2...0.5.3) Updates `base64` from 0.22.0 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: array-concat dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5c00d0 commit 87375cb

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

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

crates/ironrdp-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ smallvec = "1.13"
5757
tap = "1"
5858
semver = "1"
5959
reqwest = "0.11.24"
60-
url = "2.5.0"
60+
url = "2.5.2"
6161

6262
[target.'cfg(windows)'.dependencies]
6363
windows = { version = "0.48", features = [

crates/ironrdp-connector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ironrdp-pdu = { workspace = true, features = ["std"] }
2626
rand_core = { version = "0.6", features = ["std"] } # TODO: dependency injection?
2727
sspi.workspace = true
2828
tracing.workspace = true
29-
url = "2.5.0"
29+
url = "2.5.2"
3030

3131
# FIXME: sspi-rs forgot to enable the `std` feature for `winapi`.
3232
# This workaround should be removed when sspi 0.11 is released.

0 commit comments

Comments
 (0)