From 8abc3685be5109e9bb52f774ef4d917bfda65f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 10:23:35 +0000 Subject: [PATCH] Bump serde_yaml from 0.8.24 to 0.8.25 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.24 to 0.8.25. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.24...0.8.25) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- compiler/compiler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a8ea58761..2bbafa6536 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2081,9 +2081,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.24" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc" +checksum = "1ec0091e1f5aa338283ce049bd9dfefd55e1f168ac233e85c1ffe0038fb48cbe" dependencies = [ "indexmap", "ryu", diff --git a/compiler/compiler/Cargo.toml b/compiler/compiler/Cargo.toml index 67de515c70..c2e43bde1b 100644 --- a/compiler/compiler/Cargo.toml +++ b/compiler/compiler/Cargo.toml @@ -50,7 +50,7 @@ version = "1.0.138" features = ["derive"] [dev-dependencies.serde_yaml] -version = "0.8.24" +version = "0.8.25" [features] default = []