From 26b76529441f0a8fb0b2d1bdbe99b024f66e75ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:54:40 +0000 Subject: [PATCH] build(deps): bump vrd from 0.0.6 to 0.0.7 Bumps [vrd](https://github.com/sebastienrousseau/vrd) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/sebastienrousseau/vrd/releases) - [Commits](https://github.com/sebastienrousseau/vrd/compare/v0.0.6...v0.0.7) --- updated-dependencies: - dependency-name: vrd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e57cca01..9ee3651b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3167,7 +3167,7 @@ dependencies = [ "tempfile", "toml", "uuid", - "vrd 0.0.6", + "vrd 0.0.7", "yaml-rust", ] @@ -3675,10 +3675,11 @@ dependencies = [ [[package]] name = "vrd" -version = "0.0.6" +version = "0.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c5adc67f8ec8758d0564f48a3a760ceecc6e5375bc5b8d26fc55873cac48de" +checksum = "08fd4c00822f48600521b6dfa7ed8103e9f38c720e198ff4db0400c925414c80" dependencies = [ + "bitflags 2.5.0", "dtt", "rand", "rlg", diff --git a/Cargo.toml b/Cargo.toml index 49e58188..3952e863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ serde_json = "1.0.116" tempfile = "3.10.1" toml = "0.8.12" uuid = { version = "1.8.0", features = ["v4"] } -vrd = "0.0.6" +vrd = "0.0.7" yaml-rust = "0.4.5" # Unix platforms use OpenSSL for now to provide SSL functionality