From 03b0979f72345ea61f5d3bc18f0b3b4cbd2906ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:48:25 +0000 Subject: [PATCH] build(deps): bump diplomat-runtime from 0.7.0 to 0.14.0 Bumps [diplomat-runtime](https://github.com/rust-diplomat/diplomat) from 0.7.0 to 0.14.0. - [Commits](https://github.com/rust-diplomat/diplomat/compare/v0.7.0...v0.14.0) --- updated-dependencies: - dependency-name: diplomat-runtime dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ffi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7120ad754..1db5d4690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1321,9 +1321,9 @@ dependencies = [ [[package]] name = "diplomat-runtime" -version = "0.7.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7b0f23d549a46540e26e5490cd44c64ced0d762959f1ffdec6ab0399634cf3c" +checksum = "0569bd3caaf13829da7ee4e83dbf9197a0e1ecd72772da6d08f0b4c9285c8d29" [[package]] name = "diplomat_core" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 574b77d3b..634636574 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -13,7 +13,7 @@ doctest = false [dependencies] diplomat = "0.7" -diplomat-runtime = "0.7" +diplomat-runtime = "0.14" ironrdp = { path = "../crates/ironrdp", features = ["session", "connector", "dvc", "svc", "rdpdr", "rdpsnd", "graphics", "input", "cliprdr", "displaycontrol"] } ironrdp-cliprdr-native.path = "../crates/ironrdp-cliprdr-native" ironrdp-dvc-pipe-proxy.path = "../crates/ironrdp-dvc-pipe-proxy"