From 952ed0f268f369820ac52efbbc817505e3759bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:16:28 +0000 Subject: [PATCH] Bump serde_yaml from 0.9.31 to 0.9.32 in /tori 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] --- tori/Cargo.lock | 6 +++--- tori/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tori/Cargo.lock b/tori/Cargo.lock index 0e8cd05..bcdada3 100644 --- a/tori/Cargo.lock +++ b/tori/Cargo.lock @@ -1337,9 +1337,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", @@ -1691,7 +1691,7 @@ dependencies = [ [[package]] name = "tori" -version = "0.2.5" +version = "0.2.6" dependencies = [ "argh", "clipboard", diff --git a/tori/Cargo.toml b/tori/Cargo.toml index 811440d..9d8ff8a 100644 --- a/tori/Cargo.toml +++ b/tori/Cargo.toml @@ -38,7 +38,7 @@ clipboard = { version = "0.5.0", optional = true } serde_json = "1.0.94" unicode-width = "0.1.10" dirs = "5.0.0" -serde_yaml = "0.9.31" +serde_yaml = "0.9.32" webbrowser = "0.8.12" serde = { version = "1.0.196", features = ["derive"] } once_cell = "1.17.1"