From 07d2c4ef35aea19b88bcf2b797705dbce8a67ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 23:13:45 +0000 Subject: [PATCH] chore(deps): update serde_yaml requirement from 0.8 to 0.9 Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b96b675f..dfc0fd98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ bitcoincore-rpc = "0.15" lazy_static = "1.4" rand_core = { version = "0.6.3", features = ["getrandom"] } secp256k1 = { version = "0.22", features = ["rand-std"] } -serde_yaml = "0.8" +serde_yaml = "0.9" [package.metadata.docs.rs] all-features = true