1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-04 19:03:38 +00:00

build(deps): update rust crate serde_json to 1.0.121

This commit is contained in:
renovate[bot] 2024-07-30 05:26:16 +00:00
parent 1b90812879
commit 83faef1a3f

View File

@ -71,7 +71,7 @@ regex = { version = "1.10.5", default-features = false, features = ["perf", "std
rust-ini = "0.21.0" rust-ini = "0.21.0"
semver = "1.0.23" semver = "1.0.23"
serde = { version = "1.0.204", features = ["derive"] } serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120" serde_json = "1.0.121"
sha1 = "0.10.6" sha1 = "0.10.6"
shadow-rs = { version = "0.30.0", default-features = false } shadow-rs = { version = "0.30.0", 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