From f3d34887c50b0c91b1872ffef7fee188f1c6d04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:43:43 +0000 Subject: [PATCH] build(deps): bump yaml-rust from 0.3.5 to 0.4.5 Bumps [yaml-rust](https://github.com/chyh1990/yaml-rust) from 0.3.5 to 0.4.5. - [Release notes](https://github.com/chyh1990/yaml-rust/releases) - [Commits](https://github.com/chyh1990/yaml-rust/compare/0.3.5...0.4.5) --- updated-dependencies: - dependency-name: yaml-rust dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b10a5c5..34b0531d 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 = "addr2line" version = "0.15.1" @@ -230,7 +232,7 @@ dependencies = [ "shlex", "tokio 0.2.25", "url 2.2.2", - "yaml-rust 0.3.5", + "yaml-rust 0.4.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e62156d2..54f8f1bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,4 +55,4 @@ shlex = "0.1" tokio = "0.2.17" url = "2.1.1" # Use an older version for compatibility with `clap`. -yaml-rust = "0.3" +yaml-rust = "0.4"