From 3ea08278a7268fb0aa2d4d9ac2f30732d612d953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:27:49 +0000 Subject: [PATCH] Update Rust crate minidom to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2eeda57..611a130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" travis-ci = { repository = "Turbo87/openaip-rs", branch = "master" } [dependencies] -minidom = "0.12.0" +minidom = "0.16.0" thiserror = "1.0" [dev-dependencies]