From 87e83a343507fff67db0c7cbbfcda0ba327b19c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 13:29:41 +0000 Subject: [PATCH] chore(deps): bump serde-aux from 3.1.0 to 4.1.2 Bumps [serde-aux](https://github.com/vityafx/serde-aux) from 3.1.0 to 4.1.2. - [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 dd1c861..9f2ca92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ dependencies = [ [[package]] name = "serde-aux" -version = "3.1.0" +version = "4.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a77223b653fa95f3f9864f3eb25b93e4ed170687eb42d85b6b98af21d5e1de" +checksum = "c599b3fd89a75e0c18d6d2be693ddb12cccaf771db4ff9e39097104808a014c0" dependencies = [ "chrono", "serde", diff --git a/Cargo.toml b/Cargo.toml index d154449..a608f75 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.1" serde_yaml = "0.9" thiserror = "1.0"