From c880366a3d91f137eeeab7c94d9d4118cfe5030c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 10:03:08 +0000 Subject: [PATCH] Update bitflags requirement in /lib/srv/desktop/rdp/rdpclient Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.3.2) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/srv/desktop/rdp/rdpclient/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/srv/desktop/rdp/rdpclient/Cargo.toml b/lib/srv/desktop/rdp/rdpclient/Cargo.toml index aaaac4a3d373c..828faf525d9dc 100644 --- a/lib/srv/desktop/rdp/rdpclient/Cargo.toml +++ b/lib/srv/desktop/rdp/rdpclient/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" crate-type = ["staticlib"] [dependencies] -bitflags = "1.3.2" +bitflags = "2.3.2" byteorder = "1.4.3" env_logger = "0.10.0" iso7816 = "0.1.0"