mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps): bump serde_json from 1.0.102 to 1.0.103 (#1868)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.102 to 1.0.103. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.102...v1.0.103) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
296fcf1eb6
commit
56fad1d992
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4499,9 +4499,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.102"
|
||||
version = "1.0.103"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
|
||||
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -125,7 +125,7 @@ scim_proto = "^0.2.1"
|
|||
selinux = "^0.4.1"
|
||||
serde = "^1.0.170"
|
||||
serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" }
|
||||
serde_json = "^1.0.100"
|
||||
serde_json = "^1.0.103"
|
||||
serde-wasm-bindgen = "0.5"
|
||||
shellexpand = "^2.1.2"
|
||||
sketching = { path = "./libs/sketching" }
|
||||
|
|
Loading…
Reference in a new issue