From 30393301d639f8670843ad7695f9a4da64022326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:55:52 +0000 Subject: [PATCH] chore: Bump serde_yaml from 0.9.31 to 0.9.32 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.31 to 0.9.32. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.31...0.9.32) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libfatigue/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 506bf3b..489e953 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1859,9 +1859,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.31" +version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" +checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ "indexmap 2.2.1", "itoa 1.0.6", diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index 2b37615..0bd600e 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -23,7 +23,7 @@ petname = "1.1.2" reqwest = { version = "0.11.24", features = ["json"] } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" -serde_yaml = "0.9.31" +serde_yaml = "0.9.32" thiserror = "1.0.57" tokio = { version = "1.36.0", features = ["full"] } url = "2.5.0"