From 8c7edb8b528e217e0603edea6bd15906b1cc7120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 13:36:49 +0000 Subject: [PATCH] Bump libxml from 0.2.16 to 0.3.1 Bumps [libxml](https://github.com/KWARC/rust-libxml) from 0.2.16 to 0.3.1. - [Release notes](https://github.com/KWARC/rust-libxml/releases) - [Changelog](https://github.com/KWARC/rust-libxml/blob/master/CHANGELOG.md) - [Commits](https://github.com/KWARC/rust-libxml/commits) --- updated-dependencies: - dependency-name: libxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- web/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c662a65..fd553c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix-codec" version = "0.2.0" @@ -1486,9 +1488,9 @@ dependencies = [ [[package]] name = "libxml" -version = "0.2.16" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0f71e821b82fe8ad377edf23ed7a66328df62a49be11377f21230e3955ea1f7" +checksum = "687f5a78939052c5d02865c0fe3ea2ce2acdca875f7f81db82f7aef256dd97ac" dependencies = [ "libc", "pkg-config", diff --git a/web/Cargo.toml b/web/Cargo.toml index aca1bf7..3f9c841 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -28,6 +28,6 @@ validator = "~0.12" actix-rt = "~1.0" actix-service = "~1.0" chrono = "~0.4" -libxml = "~0.2" +libxml = "~0.3" mockito = "^0.29.0" serde_json = "^1.0.61"