From e419e1a54b1b1fa9ef683b091f685bef77107cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:26:50 +0000 Subject: [PATCH] chore(deps): bump serde_with from 3.2.0 to 3.3.0 (#2010) Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb5847523..417ba05dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4042,9 +4042,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1402f54f9a3b9e2efe71c1cea24e648acce55887983553eeb858cf3115acfd49" +checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" dependencies = [ "base64 0.21.2", "chrono", @@ -4059,9 +4059,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9197f1ad0e3c173a0222d3c4404fb04c3afe87e962bcb327af73e8301fa203c7" +checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c" dependencies = [ "darling 0.20.3", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 03423a885..20c3a1de2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ kanidm_proto = { path = "./proto", version = "1.1.0-rc.14-dev" } kanidm_unix_int = { path = "./unix_integration" } kanidm_utils_users = { path = "./libs/users" } -serde_with = "3.2.0" +serde_with = "3.3.0" argon2 = { version = "0.5.1", features = ["alloc"] } async-recursion = "1.0.4" async-trait = "^0.1.73"