mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-05 03:13:14 +00:00
build(deps): update rust crate serde_json to 1.0.108 (#5550)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
77001cbc06
commit
38ede591c5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2584,9 +2584,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.107"
|
version = "1.0.108"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
@ -71,7 +71,7 @@ regex = { version = "1.10.2", default-features = false, features = ["perf", "std
|
|||||||
rust-ini = "0.19.0"
|
rust-ini = "0.19.0"
|
||||||
semver = "1.0.20"
|
semver = "1.0.20"
|
||||||
serde = { version = "1.0.189", features = ["derive"] }
|
serde = { version = "1.0.189", features = ["derive"] }
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.108"
|
||||||
sha1 = "0.10.6"
|
sha1 = "0.10.6"
|
||||||
shadow-rs = { version = "0.24.1", default-features = false }
|
shadow-rs = { version = "0.24.1", default-features = false }
|
||||||
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
||||||
|
Loading…
Reference in New Issue
Block a user