mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-23 17:18:40 +02:00
chore(deps): bump schemars to 1.1
This commit is contained in:
30
Cargo.lock
generated
30
Cargo.lock
generated
@@ -642,10 +642,10 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "base16-egui-themes"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/LGUG2Z/base16-egui-themes?rev=5472b1ab825c48af1a1726e324cfa13b7c385135#5472b1ab825c48af1a1726e324cfa13b7c385135"
|
||||
source = "git+https://github.com/LGUG2Z/base16-egui-themes?rev=adfed118ab1408f134fd7d8a549ccfe47b99d752#adfed118ab1408f134fd7d8a549ccfe47b99d752"
|
||||
dependencies = [
|
||||
"egui",
|
||||
"schemars 0.8.22",
|
||||
"schemars 1.1.0",
|
||||
"serde",
|
||||
"strum",
|
||||
"strum_macros",
|
||||
@@ -3147,7 +3147,7 @@ dependencies = [
|
||||
"powershell_script",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"schemars 0.8.22",
|
||||
"schemars 1.1.0",
|
||||
"serde",
|
||||
"serde_json_lenient",
|
||||
"serde_with",
|
||||
@@ -3197,7 +3197,7 @@ dependencies = [
|
||||
"parking_lot",
|
||||
"random_word",
|
||||
"reqwest",
|
||||
"schemars 0.8.22",
|
||||
"schemars 1.1.0",
|
||||
"serde",
|
||||
"serde_json_lenient",
|
||||
"starship-battery",
|
||||
@@ -3252,7 +3252,7 @@ dependencies = [
|
||||
"eframe",
|
||||
"flavours",
|
||||
"hex_color",
|
||||
"schemars 0.8.22",
|
||||
"schemars 1.1.0",
|
||||
"serde",
|
||||
"serde_variant",
|
||||
"strum",
|
||||
@@ -3275,7 +3275,7 @@ dependencies = [
|
||||
"paste",
|
||||
"powershell_script",
|
||||
"reqwest",
|
||||
"schemars 0.8.22",
|
||||
"schemars 1.1.0",
|
||||
"serde",
|
||||
"serde_json_lenient",
|
||||
"shadow-rs",
|
||||
@@ -5607,18 +5607,6 @@ dependencies = [
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "schemars"
|
||||
version = "0.8.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
|
||||
dependencies = [
|
||||
"dyn-clone",
|
||||
"schemars_derive",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "schemars"
|
||||
version = "0.9.0"
|
||||
@@ -5639,15 +5627,16 @@ checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
|
||||
dependencies = [
|
||||
"dyn-clone",
|
||||
"ref-cast",
|
||||
"schemars_derive",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "schemars_derive"
|
||||
version = "0.8.22"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
|
||||
checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -5825,7 +5814,6 @@ dependencies = [
|
||||
"hex",
|
||||
"indexmap 1.9.3",
|
||||
"indexmap 2.12.1",
|
||||
"schemars 0.8.22",
|
||||
"schemars 0.9.0",
|
||||
"schemars 1.1.0",
|
||||
"serde_core",
|
||||
|
||||
Reference in New Issue
Block a user