From 43ae9eace85b3f17a9949175d8be2b690cc20ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:14:39 +0000 Subject: [PATCH] Update io-extras requirement from 0.18.0 to 0.19.0 Updates the requirements on [io-extras](https://github.com/sunfishcode/io-extras) to permit the latest version. - [Commits](https://github.com/sunfishcode/io-extras/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: io-extras dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49555bba..76b8fb31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ thiserror = "2.0.9" cdr-encoding = { version="0.10" } cdr-encoding-size = { version="^0.5" } futures = "0.3" -io-extras = "0.18.0" +io-extras = "0.19.0" # For DDS Security: serde-xml-rs = { version = "0.6" , optional = true } # for reading spec-mandated XML config files