mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-02-13 09:29:15 +00:00
build(deps): update rust crate schemars to 0.8.13
This commit is contained in:
parent
23c8146681
commit
1c529c6996
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2750,9 +2750,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "schemars"
|
||||
version = "0.8.12"
|
||||
version = "0.8.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
|
||||
checksum = "763f8cd0d4c71ed8389c90cb8100cba87e763bd01a8e614d4f0af97bcd50a161"
|
||||
dependencies = [
|
||||
"dyn-clone",
|
||||
"indexmap 1.9.3",
|
||||
@ -2763,9 +2763,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "schemars_derive"
|
||||
version = "0.8.12"
|
||||
version = "0.8.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
|
||||
checksum = "ec0f696e21e10fa546b7ffb1c9672c6de8fbc7a81acf59524386d8639bf12737"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -96,7 +96,7 @@ home = "0.5.5"
|
||||
shell-words = "1.1.0"
|
||||
|
||||
[dependencies.schemars]
|
||||
version = "0.8.12"
|
||||
version = "0.8.13"
|
||||
optional = true
|
||||
features = ["preserve_order", "indexmap"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user