From a9b0310d564689fb61def16f33f5d4c0b1ad564a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:17:36 +0000 Subject: [PATCH] chore(deps): bump serde-aux from 3.1.0 to 4.0.0 Bumps [serde-aux](https://github.com/vityafx/serde-aux) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/vityafx/serde-aux/releases) - [Commits](https://github.com/vityafx/serde-aux/commits) --- updated-dependencies: - dependency-name: serde-aux dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d056995..8c675da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ dependencies = [ [[package]] name = "serde-aux" -version = "3.1.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a77223b653fa95f3f9864f3eb25b93e4ed170687eb42d85b6b98af21d5e1de" +checksum = "c79c1a5a310c28bf9f7a4b9bd848553051120d80a5952f993c7eb62f6ed6e4c5" dependencies = [ "chrono", "serde", diff --git a/Cargo.toml b/Cargo.toml index d154449..14a33e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ chrono = "0.4" futures = "0.3" log = "0.4" pretty_env_logger = "0.4" -serde-aux = "3.0" +serde-aux = "4.0" serde_yaml = "0.9" thiserror = "1.0"