From 48576fdc3751685cff0f06dbdc2226d2b47229ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:19:27 +0000 Subject: [PATCH 1/2] chore(deps): bump ironrdp-core from 0.1.5 to 0.2.1 Bumps [ironrdp-core](https://github.com/Devolutions/IronRDP) from 0.1.5 to 0.2.1. - [Release notes](https://github.com/Devolutions/IronRDP/releases) - [Changelog](https://github.com/Devolutions/IronRDP/blob/master/release-plz.toml) - [Commits](https://github.com/Devolutions/IronRDP/compare/ironrdp-core-v0.1.5...ironrdp-core-v0.2.1) --- updated-dependencies: - dependency-name: ironrdp-core dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- protocols/rust/now-proto-pdu/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2172363..cd1dd99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,11 +541,11 @@ dependencies = [ [[package]] name = "ironrdp-core" -version = "0.1.5" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2db60a59716a84d09040d29c9e75e81545842510fccb0934c09b28e78b46680" +checksum = "ef0875b98275068b88652e49ba2e0a1150a1390aad69d26c942c8c59e8ec918e" dependencies = [ - "ironrdp-error", + "ironrdp-error 0.2.0", ] [[package]] @@ -554,6 +554,12 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a9d7794e854eef2f13fdf79c8502bcc567a75a15fd0522885f37739386a4cef" +[[package]] +name = "ironrdp-error" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd344ce9518ab83f6f7568ca4f1bc6dc8c55bd2da04cb5ee7b3e8740d5041734" + [[package]] name = "itoa" version = "1.0.18" @@ -673,7 +679,7 @@ version = "0.4.4" dependencies = [ "bitflags", "ironrdp-core", - "ironrdp-error", + "ironrdp-error 0.1.3", "uuid", ] diff --git a/protocols/rust/now-proto-pdu/Cargo.toml b/protocols/rust/now-proto-pdu/Cargo.toml index 3dcebd4..20a9bbf 100644 --- a/protocols/rust/now-proto-pdu/Cargo.toml +++ b/protocols/rust/now-proto-pdu/Cargo.toml @@ -21,7 +21,7 @@ workspace = true [dependencies] bitflags = "2" -ironrdp-core = { version = "0.1", features = ["alloc"] } +ironrdp-core = { version = "0.2", features = ["alloc"] } ironrdp-error = { version = "0.1", features = ["alloc"] } uuid = { version = "1", default-features = false } From 4af6d6566976e31cde06d41505a103cb0ece1618 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:55:04 +0000 Subject: [PATCH 2/2] chore(deps): bump ironrdp-error to 0.2 alongside ironrdp-core --- Cargo.lock | 10 ++-------- protocols/rust/now-proto-pdu/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd1dd99..b8d136d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,15 +545,9 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef0875b98275068b88652e49ba2e0a1150a1390aad69d26c942c8c59e8ec918e" dependencies = [ - "ironrdp-error 0.2.0", + "ironrdp-error", ] -[[package]] -name = "ironrdp-error" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a9d7794e854eef2f13fdf79c8502bcc567a75a15fd0522885f37739386a4cef" - [[package]] name = "ironrdp-error" version = "0.2.0" @@ -679,7 +673,7 @@ version = "0.4.4" dependencies = [ "bitflags", "ironrdp-core", - "ironrdp-error 0.1.3", + "ironrdp-error", "uuid", ] diff --git a/protocols/rust/now-proto-pdu/Cargo.toml b/protocols/rust/now-proto-pdu/Cargo.toml index 20a9bbf..e26b892 100644 --- a/protocols/rust/now-proto-pdu/Cargo.toml +++ b/protocols/rust/now-proto-pdu/Cargo.toml @@ -22,7 +22,7 @@ workspace = true [dependencies] bitflags = "2" ironrdp-core = { version = "0.2", features = ["alloc"] } -ironrdp-error = { version = "0.1", features = ["alloc"] } +ironrdp-error = { version = "0.2", features = ["alloc"] } uuid = { version = "1", default-features = false } [features]