mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-10 15:20:55 +00:00
build(deps): update rust crate serde_json to 1.0.114
This commit is contained in:
parent
a0408543db
commit
505d482874
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2667,9 +2667,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.113"
|
||||
version = "1.0.114"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
|
||||
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -71,7 +71,7 @@ regex = { version = "1.10.3", default-features = false, features = ["perf", "std
|
||||
rust-ini = "0.20.0"
|
||||
semver = "1.0.22"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.113"
|
||||
serde_json = "1.0.114"
|
||||
sha1 = "0.10.6"
|
||||
shadow-rs = { version = "0.26.1", default-features = false }
|
||||
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
||||
|
Loading…
Reference in New Issue
Block a user