summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-20 07:06:16 +0000
committerFujiApple <fujiapple852@gmail.com>2024-02-20 07:12:27 +0000
commit3c656770e0ab04e5e4efd61e3fc3e793492e1164 (patch)
treeaafd33a61e4d9a06fafc9af202df18702a452422
parent6be2c892547e3661ffed1a32c90db2c05c22ddf0 (diff)
build(deps): 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] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 660ab8a..17d5ab3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1496,9 +1496,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.3",
"itoa",
diff --git a/Cargo.toml b/Cargo.toml
index 5836d81..7815b07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -85,7 +85,7 @@ hex-literal = "0.4.1"
pretty_assertions = "1.4.0"
rand = "0.8.5"
test-case = "3.3.1"
-serde_yaml = "0.9.31"
+serde_yaml = "0.9.32"
tokio = { version = "1.36.0", features = [ "full" ] }
tokio-util = "0.7.10"
ipnetwork = "0.20.0"