mirror of
https://github.com/fossasia/badgemagic-rs
synced 2025-06-24 15:53:58 +00:00
Bump serde_json from 1.0.121 to 1.0.122 in the minor-updates group
Bumps the minor-updates group with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.121 to 1.0.122 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e7989e763f
commit
a2af62d340
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -912,9 +912,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.121"
|
||||
version = "1.0.122"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
|
||||
checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
|
|
|
@ -46,7 +46,7 @@ btleplug = { version = "0.11.5", optional = true }
|
|||
uuid = { version = "1.10.0", optional = true }
|
||||
tokio = { version = "1.39.2", features = ["rt"], optional = true }
|
||||
serde = { version = "1.0.204", features = ["derive"], optional = true }
|
||||
serde_json = { version = "1.0.121", optional = true }
|
||||
serde_json = { version = "1.0.122", optional = true }
|
||||
time = "0.3.36"
|
||||
toml = { version = "0.8.19", optional = true }
|
||||
zerocopy = { version = "0.7.35", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue