From 4833482447cb5febedf2cebd705408eadc9775b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:57:33 +1000 Subject: [PATCH] Bump serde from 1.0.138 to 1.0.139 (#928) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.138 to 1.0.139. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.138...v1.0.139) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Hodgkinson --- Cargo.lock | 8 ++++---- kanidm_client/Cargo.toml | 2 +- kanidm_proto/Cargo.toml | 2 +- kanidm_tools/Cargo.toml | 2 +- kanidm_unix_int/Cargo.toml | 2 +- kanidmd/daemon/Cargo.toml | 2 +- kanidmd/idm/Cargo.toml | 2 +- kanidmd/score/Cargo.toml | 2 +- kanidmd_web_ui/Cargo.toml | 2 +- orca/Cargo.toml | 2 +- profiles/Cargo.toml | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34bff8ce9..8d5c31d22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3344,9 +3344,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.138" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47" +checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6" dependencies = [ "serde_derive", ] @@ -3375,9 +3375,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.138" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c" +checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb" dependencies = [ "proc-macro2", "quote", diff --git a/kanidm_client/Cargo.toml b/kanidm_client/Cargo.toml index 0fd924323..ba241ba76 100644 --- a/kanidm_client/Cargo.toml +++ b/kanidm_client/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/kanidm/kanidm/" tracing = "^0.1.35" reqwest = { version = "^0.11.11", features=["cookies", "json", "native-tls"] } kanidm_proto = { path = "../kanidm_proto", version = "1.1.0-alpha.8" } -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } serde_json = "^1.0.82" toml = "^0.5.9" uuid = { version = "^1.1.2", features = ["serde", "v4"] } diff --git a/kanidm_proto/Cargo.toml b/kanidm_proto/Cargo.toml index 63d6727fb..e90c05a01 100644 --- a/kanidm_proto/Cargo.toml +++ b/kanidm_proto/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/kanidm/kanidm/" repository = "https://github.com/kanidm/kanidm/" [dependencies] -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } serde_json = "^1.0.82" uuid = { version = "^1.1.2", features = ["serde"] } base32 = "^0.4.0" diff --git a/kanidm_tools/Cargo.toml b/kanidm_tools/Cargo.toml index 500d24c4d..b73b5de19 100644 --- a/kanidm_tools/Cargo.toml +++ b/kanidm_tools/Cargo.toml @@ -36,7 +36,7 @@ tracing-subscriber = { version = "^0.3.14", features = ["env-filter", "fmt"] } rpassword = "^6.0.1" clap = { version = "^3.2", features = ["derive", "env"] } libc = "^0.2.126" -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } serde_json = "^1.0.82" shellexpand = "^2.1.0" rayon = "^1.5.3" diff --git a/kanidm_unix_int/Cargo.toml b/kanidm_unix_int/Cargo.toml index cfc164472..7e5bdea96 100644 --- a/kanidm_unix_int/Cargo.toml +++ b/kanidm_unix_int/Cargo.toml @@ -59,7 +59,7 @@ futures = "^0.3.21" bytes = "^1.1.0" libc = "^0.2.126" -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } serde_json = "^1.0.82" clap = { version = "^3.2", features = ["derive"] } diff --git a/kanidmd/daemon/Cargo.toml b/kanidmd/daemon/Cargo.toml index e7cfad6b6..70be2e44e 100644 --- a/kanidmd/daemon/Cargo.toml +++ b/kanidmd/daemon/Cargo.toml @@ -21,7 +21,7 @@ kanidm = { path = "../idm" } kanidm_proto = { path = "../../kanidm_proto" } score = { path = "../score" } clap = { version = "^3.2", features = ["derive", "env"] } -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } tokio = { version = "^1.19.1", features = ["rt-multi-thread", "macros", "signal"] } toml = "0.5.9" diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index 522a7242d..9b6256057 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -41,7 +41,7 @@ r2d2_sqlite = "^0.20.0" rand = "^0.8.5" regex = "^1.5.6" saffron = "^0.1.0" -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } serde_cbor = "^0.11.2" serde_json = "^1.0.82" smartstring = { version = "^1.0.1", features = ["serde"] } diff --git a/kanidmd/score/Cargo.toml b/kanidmd/score/Cargo.toml index 40f50776a..9c0d4f4fc 100644 --- a/kanidmd/score/Cargo.toml +++ b/kanidmd/score/Cargo.toml @@ -25,7 +25,7 @@ ldap3_proto = "^0.2.3" libc = "^0.2.126" openssl = "^0.10.41" regex = "1.5.6" -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } serde_json = "^1.0.82" tide = "^0.16.0" # I tried including brotli and it didn't work, including "default" pulls a mime-type list from the internet on build diff --git a/kanidmd_web_ui/Cargo.toml b/kanidmd_web_ui/Cargo.toml index 13483d4fc..fc1fc3ed3 100644 --- a/kanidmd_web_ui/Cargo.toml +++ b/kanidmd_web_ui/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/kanidm/kanidm/" crate-type = ["cdylib", "rlib"] [dependencies] -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } serde_json = "^1.0.82" wasm-bindgen = { version = "^0.2.81", features = ["serde-serialize"] } diff --git a/orca/Cargo.toml b/orca/Cargo.toml index 58172396a..f16455197 100644 --- a/orca/Cargo.toml +++ b/orca/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "^3.2", features = ["derive"] } uuid = { version = "^1.1.2", features = ["serde", "v4" ] } csv = "1.1.6" -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } serde_json = "^1.0.82" rand = "^0.8.5" diff --git a/profiles/Cargo.toml b/profiles/Cargo.toml index 3ac7b2707..d445342f1 100644 --- a/profiles/Cargo.toml +++ b/profiles/Cargo.toml @@ -15,7 +15,7 @@ name = "profiles" path = "src/lib.rs" [dependencies] -serde = { version = "^1.0.138", features = ["derive"] } +serde = { version = "^1.0.139", features = ["derive"] } toml = "^0.5.9" base64 = "^0.13.0"