|
@@ -154,9 +154,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "anstream"
|
|
name = "anstream"
|
|
-version = "0.6.5"
|
|
|
|
|
|
+version = "0.6.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
|
|
|
|
|
|
+checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anstyle",
|
|
"anstyle",
|
|
"anstyle-parse",
|
|
"anstyle-parse",
|
|
@@ -168,9 +168,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "anstyle"
|
|
name = "anstyle"
|
|
-version = "1.0.4"
|
|
|
|
|
|
+version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
|
|
|
|
|
+checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "anstyle-parse"
|
|
name = "anstyle-parse"
|
|
@@ -324,17 +324,6 @@ dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "async-channel"
|
|
|
|
-version = "1.9.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
|
|
-dependencies = [
|
|
|
|
- "concurrent-queue",
|
|
|
|
- "event-listener 2.5.3",
|
|
|
|
- "futures-core",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-channel"
|
|
name = "async-channel"
|
|
version = "2.1.1"
|
|
version = "2.1.1"
|
|
@@ -364,9 +353,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-compression"
|
|
name = "async-compression"
|
|
-version = "0.4.5"
|
|
|
|
|
|
+version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5"
|
|
|
|
|
|
+checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"flate2",
|
|
"flate2",
|
|
"futures-core",
|
|
"futures-core",
|
|
@@ -423,9 +412,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-io"
|
|
name = "async-io"
|
|
-version = "2.2.2"
|
|
|
|
|
|
+version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6afaa937395a620e33dc6a742c593c01aced20aa376ffb0f628121198578ccc7"
|
|
|
|
|
|
+checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-lock 3.3.0",
|
|
"async-lock 3.3.0",
|
|
"cfg-if",
|
|
"cfg-if",
|
|
@@ -433,8 +422,8 @@ dependencies = [
|
|
"futures-io",
|
|
"futures-io",
|
|
"futures-lite 2.2.0",
|
|
"futures-lite 2.2.0",
|
|
"parking",
|
|
"parking",
|
|
- "polling 3.3.1",
|
|
|
|
- "rustix 0.38.28",
|
|
|
|
|
|
+ "polling 3.4.0",
|
|
|
|
+ "rustix 0.38.31",
|
|
"slab",
|
|
"slab",
|
|
"tracing",
|
|
"tracing",
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
@@ -473,7 +462,7 @@ dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"event-listener 3.1.0",
|
|
"event-listener 3.1.0",
|
|
"futures-lite 1.13.0",
|
|
"futures-lite 1.13.0",
|
|
- "rustix 0.38.28",
|
|
|
|
|
|
+ "rustix 0.38.31",
|
|
"windows-sys 0.48.0",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -494,13 +483,13 @@ version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
|
|
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "async-io 2.2.2",
|
|
|
|
|
|
+ "async-io 2.3.1",
|
|
"async-lock 2.8.0",
|
|
"async-lock 2.8.0",
|
|
"atomic-waker",
|
|
"atomic-waker",
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-io",
|
|
- "rustix 0.38.28",
|
|
|
|
|
|
+ "rustix 0.38.31",
|
|
"signal-hook-registry",
|
|
"signal-hook-registry",
|
|
"slab",
|
|
"slab",
|
|
"windows-sys 0.48.0",
|
|
"windows-sys 0.48.0",
|
|
@@ -792,9 +781,6 @@ version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"axum 0.6.20",
|
|
"axum 0.6.20",
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-desktop",
|
|
|
|
- "dioxus-fullstack",
|
|
|
|
- "dioxus-router",
|
|
|
|
"serde",
|
|
"serde",
|
|
"tokio",
|
|
"tokio",
|
|
]
|
|
]
|
|
@@ -804,7 +790,6 @@ name = "axum-hello-world"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-fullstack",
|
|
|
|
"reqwest",
|
|
"reqwest",
|
|
"serde",
|
|
"serde",
|
|
"simple_logger",
|
|
"simple_logger",
|
|
@@ -831,9 +816,6 @@ version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"axum 0.6.20",
|
|
"axum 0.6.20",
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-fullstack",
|
|
|
|
- "dioxus-router",
|
|
|
|
- "dioxus-web",
|
|
|
|
"serde",
|
|
"serde",
|
|
"tokio",
|
|
"tokio",
|
|
]
|
|
]
|
|
@@ -925,22 +907,6 @@ dependencies = [
|
|
"rustc-demangle",
|
|
"rustc-demangle",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "base16ct"
|
|
|
|
-version = "0.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "base64"
|
|
|
|
-version = "0.9.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
|
-dependencies = [
|
|
|
|
- "byteorder",
|
|
|
|
- "safemem",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "base64"
|
|
name = "base64"
|
|
version = "0.13.1"
|
|
version = "0.13.1"
|
|
@@ -1023,22 +989,13 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bitflags"
|
|
name = "bitflags"
|
|
-version = "2.4.1"
|
|
|
|
|
|
+version = "2.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
|
|
|
|
|
+checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "bitmaps"
|
|
|
|
-version = "2.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
|
|
|
|
-dependencies = [
|
|
|
|
- "typenum",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bitstream-io"
|
|
name = "bitstream-io"
|
|
version = "1.10.0"
|
|
version = "1.10.0"
|
|
@@ -1084,7 +1041,7 @@ version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
|
|
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "async-channel 2.1.1",
|
|
|
|
|
|
+ "async-channel",
|
|
"async-lock 3.3.0",
|
|
"async-lock 3.3.0",
|
|
"async-task",
|
|
"async-task",
|
|
"fastrand 2.0.1",
|
|
"fastrand 2.0.1",
|
|
@@ -1096,9 +1053,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "borsh"
|
|
name = "borsh"
|
|
-version = "1.3.0"
|
|
|
|
|
|
+version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "26d4d6dafc1a3bb54687538972158f07b2c948bc57d5890df22c0739098b3028"
|
|
|
|
|
|
+checksum = "f58b559fd6448c6e2fd0adb5720cd98a2506594cafa4737ff98c396f3e82f667"
|
|
dependencies = [
|
|
dependencies = [
|
|
"borsh-derive",
|
|
"borsh-derive",
|
|
"cfg_aliases",
|
|
"cfg_aliases",
|
|
@@ -1106,12 +1063,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "borsh-derive"
|
|
name = "borsh-derive"
|
|
-version = "1.3.0"
|
|
|
|
|
|
+version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bf4918709cc4dd777ad2b6303ed03cb37f3ca0ccede8c1b0d28ac6db8f4710e0"
|
|
|
|
|
|
+checksum = "7aadb5b6ccbd078890f6d7003694e33816e6b784358f18e15e7e6d9f065a57cd"
|
|
dependencies = [
|
|
dependencies = [
|
|
"once_cell",
|
|
"once_cell",
|
|
- "proc-macro-crate 2.0.0",
|
|
|
|
|
|
+ "proc-macro-crate 3.1.0",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
"syn 2.0.48",
|
|
@@ -1155,7 +1112,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
|
|
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
|
|
dependencies = [
|
|
dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
- "regex-automata 0.4.3",
|
|
|
|
|
|
+ "regex-automata 0.4.5",
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -1191,9 +1148,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytecheck"
|
|
name = "bytecheck"
|
|
-version = "0.6.11"
|
|
|
|
|
|
+version = "0.6.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
|
|
|
|
|
|
+checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytecheck_derive",
|
|
"bytecheck_derive",
|
|
"ptr_meta",
|
|
"ptr_meta",
|
|
@@ -1202,9 +1159,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytecheck_derive"
|
|
name = "bytecheck_derive"
|
|
-version = "0.6.11"
|
|
|
|
|
|
+version = "0.6.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
|
|
|
|
|
|
+checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -1213,9 +1170,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytemuck"
|
|
name = "bytemuck"
|
|
-version = "1.14.0"
|
|
|
|
|
|
+version = "1.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
|
|
|
|
|
+checksum = "ea31d69bda4949c1c1562c1e6f042a1caefac98cdc8a298260a2ff41c1e2d42b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "byteorder"
|
|
name = "byteorder"
|
|
@@ -1256,7 +1213,7 @@ version = "0.18.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
|
|
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"cairo-sys-rs",
|
|
"cairo-sys-rs",
|
|
"glib",
|
|
"glib",
|
|
"libc",
|
|
"libc",
|
|
@@ -1292,7 +1249,7 @@ checksum = "92c1b6f44358912a9538fa3b6ac8d3aa3f585444f9dc32f12ed85d1545a9df9f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"auth-git2",
|
|
"auth-git2",
|
|
- "clap 4.4.15",
|
|
|
|
|
|
+ "clap 4.4.18",
|
|
"console",
|
|
"console",
|
|
"dialoguer",
|
|
"dialoguer",
|
|
"env_logger",
|
|
"env_logger",
|
|
@@ -1302,7 +1259,7 @@ dependencies = [
|
|
"heck 0.4.1",
|
|
"heck 0.4.1",
|
|
"home",
|
|
"home",
|
|
"ignore",
|
|
"ignore",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"indicatif",
|
|
"indicatif",
|
|
"liquid",
|
|
"liquid",
|
|
"liquid-core",
|
|
"liquid-core",
|
|
@@ -1320,7 +1277,7 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"tempfile",
|
|
"tempfile",
|
|
"thiserror",
|
|
"thiserror",
|
|
- "toml 0.8.8",
|
|
|
|
|
|
+ "toml 0.8.10",
|
|
"walkdir",
|
|
"walkdir",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -1407,7 +1364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3f9629bc6c4388ea699781dc988c2b99766d7679b151c81990b4fa1208fafd3"
|
|
checksum = "e3f9629bc6c4388ea699781dc988c2b99766d7679b151c81990b4fa1208fafd3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde",
|
|
"serde",
|
|
- "toml 0.8.8",
|
|
|
|
|
|
+ "toml 0.8.10",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1417,7 +1374,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "802b755090e39835a4b0440fb0bbee0df7495a8b337f63db21e616f7821c7e8c"
|
|
checksum = "802b755090e39835a4b0440fb0bbee0df7495a8b337f63db21e616f7821c7e8c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde",
|
|
"serde",
|
|
- "toml 0.8.8",
|
|
|
|
|
|
+ "toml 0.8.10",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1492,9 +1449,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "chrono"
|
|
name = "chrono"
|
|
-version = "0.4.31"
|
|
|
|
|
|
+version = "0.4.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
|
|
|
|
|
+checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
|
|
dependencies = [
|
|
dependencies = [
|
|
"android-tzdata",
|
|
"android-tzdata",
|
|
"iana-time-zone",
|
|
"iana-time-zone",
|
|
@@ -1502,14 +1459,14 @@ dependencies = [
|
|
"num-traits",
|
|
"num-traits",
|
|
"serde",
|
|
"serde",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
- "windows-targets 0.48.5",
|
|
|
|
|
|
+ "windows-targets 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ciborium"
|
|
name = "ciborium"
|
|
-version = "0.2.1"
|
|
|
|
|
|
+version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
|
|
|
|
|
|
+checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"ciborium-io",
|
|
"ciborium-ll",
|
|
"ciborium-ll",
|
|
@@ -1518,18 +1475,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ciborium-io"
|
|
name = "ciborium-io"
|
|
-version = "0.2.1"
|
|
|
|
|
|
+version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
|
|
|
|
|
|
+checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ciborium-ll"
|
|
name = "ciborium-ll"
|
|
-version = "0.2.1"
|
|
|
|
|
|
+version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
|
|
|
|
|
|
+checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"ciborium-io",
|
|
- "half 1.8.2",
|
|
|
|
|
|
+ "half 2.3.1",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1555,9 +1512,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "clap"
|
|
name = "clap"
|
|
-version = "4.4.15"
|
|
|
|
|
|
+version = "4.4.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c12ed66a79a555082f595f7eb980d08669de95009dd4b3d61168c573ebe38fc9"
|
|
|
|
|
|
+checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"clap_builder",
|
|
"clap_builder",
|
|
"clap_derive",
|
|
"clap_derive",
|
|
@@ -1565,9 +1522,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "clap_builder"
|
|
name = "clap_builder"
|
|
-version = "4.4.15"
|
|
|
|
|
|
+version = "4.4.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0f4645eab3431e5a8403a96bea02506a8b35d28cd0f0330977dd5d22f9c84f43"
|
|
|
|
|
|
+checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anstream",
|
|
"anstream",
|
|
"anstyle",
|
|
"anstyle",
|
|
@@ -1593,12 +1550,6 @@ version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "closure"
|
|
|
|
-version = "0.3.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d6173fd61b610d15a7566dd7b7620775627441c4ab9dac8906e17cb93a24b782"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cocoa"
|
|
name = "cocoa"
|
|
version = "0.25.0"
|
|
version = "0.25.0"
|
|
@@ -1943,7 +1894,7 @@ dependencies = [
|
|
"anes",
|
|
"anes",
|
|
"cast",
|
|
"cast",
|
|
"ciborium",
|
|
"ciborium",
|
|
- "clap 4.4.15",
|
|
|
|
|
|
+ "clap 4.4.18",
|
|
"criterion-plot 0.5.0",
|
|
"criterion-plot 0.5.0",
|
|
"futures",
|
|
"futures",
|
|
"is-terminal",
|
|
"is-terminal",
|
|
@@ -2047,7 +1998,7 @@ version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"crossterm_winapi",
|
|
"crossterm_winapi",
|
|
"libc",
|
|
"libc",
|
|
"mio",
|
|
"mio",
|
|
@@ -2082,18 +2033,6 @@ version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "crypto-bigint"
|
|
|
|
-version = "0.5.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
|
|
-dependencies = [
|
|
|
|
- "generic-array 0.14.7",
|
|
|
|
- "rand_core 0.6.4",
|
|
|
|
- "subtle",
|
|
|
|
- "zeroize",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "crypto-common"
|
|
name = "crypto-common"
|
|
version = "0.1.6"
|
|
version = "0.1.6"
|
|
@@ -2122,23 +2061,6 @@ dependencies = [
|
|
"syn 1.0.109",
|
|
"syn 1.0.109",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "cssparser"
|
|
|
|
-version = "0.29.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
|
|
|
|
-dependencies = [
|
|
|
|
- "cssparser-macros",
|
|
|
|
- "dtoa-short",
|
|
|
|
- "itoa 1.0.10",
|
|
|
|
- "matches",
|
|
|
|
- "phf 0.10.1",
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "smallvec",
|
|
|
|
- "syn 1.0.109",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cssparser"
|
|
name = "cssparser"
|
|
version = "0.33.0"
|
|
version = "0.33.0"
|
|
@@ -2221,34 +2143,6 @@ dependencies = [
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "curve25519-dalek"
|
|
|
|
-version = "4.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
- "cpufeatures",
|
|
|
|
- "curve25519-dalek-derive",
|
|
|
|
- "digest",
|
|
|
|
- "fiat-crypto",
|
|
|
|
- "platforms",
|
|
|
|
- "rustc_version",
|
|
|
|
- "subtle",
|
|
|
|
- "zeroize",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "curve25519-dalek-derive"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn 2.0.48",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cvt"
|
|
name = "cvt"
|
|
version = "0.1.2"
|
|
version = "0.1.2"
|
|
@@ -2260,9 +2154,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "darling"
|
|
name = "darling"
|
|
-version = "0.20.3"
|
|
|
|
|
|
+version = "0.20.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
|
|
|
|
|
|
+checksum = "fc5d6b04b3fd0ba9926f945895de7d806260a2d7431ba82e7edaecb043c4c6b8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"darling_core",
|
|
"darling_core",
|
|
"darling_macro",
|
|
"darling_macro",
|
|
@@ -2270,9 +2164,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "darling_core"
|
|
name = "darling_core"
|
|
-version = "0.20.3"
|
|
|
|
|
|
+version = "0.20.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
|
|
|
|
|
|
+checksum = "04e48a959bcd5c761246f5d090ebc2fbf7b9cd527a492b07a67510c108f1e7e3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"fnv",
|
|
"fnv",
|
|
"ident_case",
|
|
"ident_case",
|
|
@@ -2284,9 +2178,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "darling_macro"
|
|
name = "darling_macro"
|
|
-version = "0.20.3"
|
|
|
|
|
|
+version = "0.20.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
|
|
|
|
|
|
+checksum = "1d1545d67a2149e1d93b7e5c7752dce5a7426eb5d1357ddcfd89336b94444f77"
|
|
dependencies = [
|
|
dependencies = [
|
|
"darling_core",
|
|
"darling_core",
|
|
"quote",
|
|
"quote",
|
|
@@ -2392,7 +2286,7 @@ version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a"
|
|
checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"proc-macro2-diagnostics",
|
|
"proc-macro2-diagnostics",
|
|
"quote",
|
|
"quote",
|
|
@@ -2435,15 +2329,25 @@ name = "dioxus"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"criterion 0.3.6",
|
|
"criterion 0.3.6",
|
|
|
|
+ "dioxus-config-macro",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
"dioxus-core-macro",
|
|
"dioxus-core-macro",
|
|
|
|
+ "dioxus-desktop",
|
|
|
|
+ "dioxus-fullstack",
|
|
"dioxus-hooks",
|
|
"dioxus-hooks",
|
|
"dioxus-hot-reload",
|
|
"dioxus-hot-reload",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
- "dioxus-rsx",
|
|
|
|
|
|
+ "dioxus-liveview",
|
|
|
|
+ "dioxus-mobile",
|
|
|
|
+ "dioxus-router",
|
|
|
|
+ "dioxus-signals",
|
|
|
|
+ "dioxus-ssr",
|
|
|
|
+ "dioxus-tui",
|
|
|
|
+ "dioxus-web",
|
|
"env_logger",
|
|
"env_logger",
|
|
"futures-util",
|
|
"futures-util",
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
|
|
+ "serde",
|
|
"thiserror",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
@@ -2486,7 +2390,7 @@ dependencies = [
|
|
"cargo_metadata 0.18.1",
|
|
"cargo_metadata 0.18.1",
|
|
"cargo_toml 0.18.0",
|
|
"cargo_toml 0.18.0",
|
|
"chrono",
|
|
"chrono",
|
|
- "clap 4.4.15",
|
|
|
|
|
|
+ "clap 4.4.18",
|
|
"colored 2.1.0",
|
|
"colored 2.1.0",
|
|
"ctrlc",
|
|
"ctrlc",
|
|
"dioxus-autofmt",
|
|
"dioxus-autofmt",
|
|
@@ -2525,8 +2429,8 @@ dependencies = [
|
|
"tempfile",
|
|
"tempfile",
|
|
"thiserror",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio",
|
|
- "toml 0.8.8",
|
|
|
|
- "toml_edit 0.21.0",
|
|
|
|
|
|
+ "toml 0.8.10",
|
|
|
|
+ "toml_edit 0.21.1",
|
|
"tower",
|
|
"tower",
|
|
"tower-http 0.2.5",
|
|
"tower-http 0.2.5",
|
|
"walkdir",
|
|
"walkdir",
|
|
@@ -2539,7 +2443,7 @@ name = "dioxus-cli-config"
|
|
version = "0.4.1"
|
|
version = "0.4.1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cargo_toml 0.16.3",
|
|
"cargo_toml 0.16.3",
|
|
- "clap 4.4.15",
|
|
|
|
|
|
+ "clap 4.4.18",
|
|
"once_cell",
|
|
"once_cell",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -2549,13 +2453,19 @@ dependencies = [
|
|
"tracing",
|
|
"tracing",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "dioxus-config-macro"
|
|
|
|
+version = "0.4.3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-core"
|
|
name = "dioxus-core"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bumpalo",
|
|
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-html",
|
|
|
|
"dioxus-ssr",
|
|
"dioxus-ssr",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
@@ -2565,10 +2475,8 @@ dependencies = [
|
|
"rustc-hash",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde",
|
|
"slab",
|
|
"slab",
|
|
- "smallbox",
|
|
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
- "trybuild",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2578,7 +2486,6 @@ dependencies = [
|
|
"constcat",
|
|
"constcat",
|
|
"convert_case 0.6.0",
|
|
"convert_case 0.6.0",
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-core",
|
|
|
|
"dioxus-rsx",
|
|
"dioxus-rsx",
|
|
"prettyplease",
|
|
"prettyplease",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -2604,7 +2511,6 @@ dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
- "dioxus-core-macro",
|
|
|
|
"dioxus-hooks",
|
|
"dioxus-hooks",
|
|
"dioxus-hot-reload",
|
|
"dioxus-hot-reload",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
@@ -2613,15 +2519,14 @@ dependencies = [
|
|
"exitcode",
|
|
"exitcode",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
|
|
+ "generational-box",
|
|
"global-hotkey",
|
|
"global-hotkey",
|
|
"infer 0.11.0",
|
|
"infer 0.11.0",
|
|
- "minify-js",
|
|
|
|
"muda",
|
|
"muda",
|
|
"objc",
|
|
"objc",
|
|
"objc_id",
|
|
"objc_id",
|
|
"rfd",
|
|
"rfd",
|
|
"rustc-hash",
|
|
"rustc-hash",
|
|
- "scraper",
|
|
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"slab",
|
|
"slab",
|
|
@@ -2638,29 +2543,19 @@ dependencies = [
|
|
name = "dioxus-examples"
|
|
name = "dioxus-examples"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "anyhow",
|
|
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-desktop",
|
|
|
|
- "dioxus-router",
|
|
|
|
- "dioxus-signals",
|
|
|
|
"dioxus-ssr",
|
|
"dioxus-ssr",
|
|
- "env_logger",
|
|
|
|
- "fermi",
|
|
|
|
|
|
+ "form_urlencoded",
|
|
"futures-util",
|
|
"futures-util",
|
|
|
|
+ "getrandom 0.2.12",
|
|
"http-range",
|
|
"http-range",
|
|
- "im-rc",
|
|
|
|
- "log",
|
|
|
|
"manganis",
|
|
"manganis",
|
|
- "num-format",
|
|
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
"reqwest",
|
|
"reqwest",
|
|
"separator",
|
|
"separator",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
- "simple_logger",
|
|
|
|
- "thiserror",
|
|
|
|
"tokio",
|
|
"tokio",
|
|
- "tracing-subscriber",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2683,10 +2578,11 @@ dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"bytes",
|
|
"bytes",
|
|
"ciborium",
|
|
"ciborium",
|
|
- "dioxus",
|
|
|
|
|
|
+ "dioxus-cli-config",
|
|
"dioxus-desktop",
|
|
"dioxus-desktop",
|
|
"dioxus-hot-reload",
|
|
"dioxus-hot-reload",
|
|
- "dioxus-router",
|
|
|
|
|
|
+ "dioxus-lib",
|
|
|
|
+ "dioxus-mobile",
|
|
"dioxus-ssr",
|
|
"dioxus-ssr",
|
|
"dioxus-web",
|
|
"dioxus-web",
|
|
"dioxus_server_macro",
|
|
"dioxus_server_macro",
|
|
@@ -2720,6 +2616,7 @@ dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
"dioxus-debug-cell",
|
|
"dioxus-debug-cell",
|
|
|
|
+ "dioxus-signals",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
"slab",
|
|
"slab",
|
|
@@ -2749,13 +2646,14 @@ dependencies = [
|
|
name = "dioxus-html"
|
|
name = "dioxus-html"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "async-channel 1.9.0",
|
|
|
|
"async-trait",
|
|
"async-trait",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
"dioxus-html-internal-macro",
|
|
"dioxus-html-internal-macro",
|
|
"dioxus-rsx",
|
|
"dioxus-rsx",
|
|
"enumset",
|
|
"enumset",
|
|
"euclid",
|
|
"euclid",
|
|
|
|
+ "futures-channel",
|
|
|
|
+ "generational-box",
|
|
"keyboard-types",
|
|
"keyboard-types",
|
|
"rfd",
|
|
"rfd",
|
|
"serde",
|
|
"serde",
|
|
@@ -2782,6 +2680,8 @@ dependencies = [
|
|
name = "dioxus-interpreter-js"
|
|
name = "dioxus-interpreter-js"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "dioxus-core",
|
|
|
|
+ "dioxus-html",
|
|
"js-sys",
|
|
"js-sys",
|
|
"serde",
|
|
"serde",
|
|
"sledgehammer_bindgen",
|
|
"sledgehammer_bindgen",
|
|
@@ -2790,6 +2690,19 @@ dependencies = [
|
|
"web-sys",
|
|
"web-sys",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "dioxus-lib"
|
|
|
|
+version = "0.4.3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "dioxus-config-macro",
|
|
|
|
+ "dioxus-core",
|
|
|
|
+ "dioxus-core-macro",
|
|
|
|
+ "dioxus-hooks",
|
|
|
|
+ "dioxus-html",
|
|
|
|
+ "dioxus-rsx",
|
|
|
|
+ "dioxus-signals",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-liveview"
|
|
name = "dioxus-liveview"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
@@ -2797,12 +2710,14 @@ dependencies = [
|
|
"async-trait",
|
|
"async-trait",
|
|
"axum 0.6.20",
|
|
"axum 0.6.20",
|
|
"dioxus",
|
|
"dioxus",
|
|
|
|
+ "dioxus-cli-config",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
"dioxus-hot-reload",
|
|
"dioxus-hot-reload",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"dioxus-interpreter-js",
|
|
"dioxus-interpreter-js",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
|
|
+ "generational-box",
|
|
"minify-js",
|
|
"minify-js",
|
|
"once_cell",
|
|
"once_cell",
|
|
"pretty_env_logger",
|
|
"pretty_env_logger",
|
|
@@ -2822,16 +2737,6 @@ dependencies = [
|
|
"warp",
|
|
"warp",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "dioxus-logger"
|
|
|
|
-version = "0.4.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "3d7cbab0b5519060fe9e14b3c21e3f2329b8386cd905618f78c7b929cd00cf54"
|
|
|
|
-dependencies = [
|
|
|
|
- "log",
|
|
|
|
- "web-sys",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-mobile"
|
|
name = "dioxus-mobile"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
@@ -2877,13 +2782,8 @@ dependencies = [
|
|
name = "dioxus-playwright-fullstack-test"
|
|
name = "dioxus-playwright-fullstack-test"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "axum 0.6.20",
|
|
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-fullstack",
|
|
|
|
- "dioxus-web",
|
|
|
|
- "execute",
|
|
|
|
"serde",
|
|
"serde",
|
|
- "tokio",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2901,9 +2801,9 @@ name = "dioxus-playwright-web-test"
|
|
version = "0.0.1"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-html",
|
|
|
|
- "dioxus-web",
|
|
|
|
"serde_json",
|
|
"serde_json",
|
|
|
|
+ "tracing",
|
|
|
|
+ "tracing-wasm",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2926,14 +2826,14 @@ dependencies = [
|
|
"criterion 0.5.1",
|
|
"criterion 0.5.1",
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
- "dioxus-desktop",
|
|
|
|
|
|
+ "dioxus-fullstack",
|
|
|
|
+ "dioxus-lib",
|
|
"dioxus-liveview",
|
|
"dioxus-liveview",
|
|
"dioxus-router",
|
|
"dioxus-router",
|
|
"dioxus-router-macro",
|
|
"dioxus-router-macro",
|
|
"dioxus-ssr",
|
|
"dioxus-ssr",
|
|
- "dioxus-web",
|
|
|
|
"gloo",
|
|
"gloo",
|
|
- "gloo-utils 0.1.7",
|
|
|
|
|
|
+ "gloo-utils",
|
|
"js-sys",
|
|
"js-sys",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -2943,7 +2843,6 @@ dependencies = [
|
|
"urlencoding",
|
|
"urlencoding",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-test",
|
|
"wasm-bindgen-test",
|
|
- "wasm-logger",
|
|
|
|
"web-sys",
|
|
"web-sys",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -2977,12 +2876,18 @@ version = "0.4.3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
- "dioxus-desktop",
|
|
|
|
|
|
+ "flume",
|
|
|
|
+ "futures-channel",
|
|
|
|
+ "futures-util",
|
|
"generational-box",
|
|
"generational-box",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "rustc-hash",
|
|
"serde",
|
|
"serde",
|
|
"simple_logger",
|
|
"simple_logger",
|
|
"tokio",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing",
|
|
|
|
+ "tracing-subscriber",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2996,8 +2901,10 @@ dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
|
|
+ "dioxus-signals",
|
|
"fern",
|
|
"fern",
|
|
"fs_extra",
|
|
"fs_extra",
|
|
|
|
+ "generational-box",
|
|
"http 0.2.11",
|
|
"http 0.2.11",
|
|
"lru 0.10.1",
|
|
"lru 0.10.1",
|
|
"rustc-hash",
|
|
"rustc-hash",
|
|
@@ -3013,8 +2920,6 @@ name = "dioxus-tailwind"
|
|
version = "0.0.0"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-desktop",
|
|
|
|
- "dioxus-web",
|
|
|
|
"manganis",
|
|
"manganis",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -3040,7 +2945,6 @@ dependencies = [
|
|
name = "dioxus-web"
|
|
name = "dioxus-web"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "async-channel 1.9.0",
|
|
|
|
"async-trait",
|
|
"async-trait",
|
|
"console_error_panic_hook",
|
|
"console_error_panic_hook",
|
|
"dioxus",
|
|
"dioxus",
|
|
@@ -3051,6 +2955,7 @@ dependencies = [
|
|
"dioxus-web",
|
|
"dioxus-web",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
|
|
+ "generational-box",
|
|
"gloo-dialogs",
|
|
"gloo-dialogs",
|
|
"gloo-timers",
|
|
"gloo-timers",
|
|
"js-sys",
|
|
"js-sys",
|
|
@@ -3063,7 +2968,6 @@ dependencies = [
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"wasm-bindgen-futures",
|
|
"wasm-bindgen-test",
|
|
"wasm-bindgen-test",
|
|
- "wasm-logger",
|
|
|
|
"web-sys",
|
|
"web-sys",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -3165,56 +3069,6 @@ version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "dyn-clone"
|
|
|
|
-version = "1.0.16"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ecdsa"
|
|
|
|
-version = "0.16.9"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
|
|
|
-dependencies = [
|
|
|
|
- "der",
|
|
|
|
- "digest",
|
|
|
|
- "elliptic-curve",
|
|
|
|
- "rfc6979",
|
|
|
|
- "signature",
|
|
|
|
- "spki",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ed25519"
|
|
|
|
-version = "2.2.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
|
|
|
-dependencies = [
|
|
|
|
- "pkcs8",
|
|
|
|
- "signature",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ed25519-dalek"
|
|
|
|
-version = "2.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0"
|
|
|
|
-dependencies = [
|
|
|
|
- "curve25519-dalek",
|
|
|
|
- "ed25519",
|
|
|
|
- "serde",
|
|
|
|
- "sha2",
|
|
|
|
- "subtle",
|
|
|
|
- "zeroize",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ego-tree"
|
|
|
|
-version = "0.6.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "either"
|
|
name = "either"
|
|
version = "1.9.0"
|
|
version = "1.9.0"
|
|
@@ -3224,27 +3078,6 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "elliptic-curve"
|
|
|
|
-version = "0.13.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
|
|
-dependencies = [
|
|
|
|
- "base16ct",
|
|
|
|
- "crypto-bigint",
|
|
|
|
- "digest",
|
|
|
|
- "ff",
|
|
|
|
- "generic-array 0.14.7",
|
|
|
|
- "group",
|
|
|
|
- "hkdf",
|
|
|
|
- "pem-rfc7468",
|
|
|
|
- "pkcs8",
|
|
|
|
- "rand_core 0.6.4",
|
|
|
|
- "sec1",
|
|
|
|
- "subtle",
|
|
|
|
- "zeroize",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "encode_unicode"
|
|
name = "encode_unicode"
|
|
version = "0.3.6"
|
|
version = "0.3.6"
|
|
@@ -3316,9 +3149,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "env_logger"
|
|
name = "env_logger"
|
|
-version = "0.10.1"
|
|
|
|
|
|
+version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
|
|
|
|
|
|
+checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
|
dependencies = [
|
|
dependencies = [
|
|
"humantime",
|
|
"humantime",
|
|
"is-terminal",
|
|
"is-terminal",
|
|
@@ -3457,13 +3290,13 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "exr"
|
|
name = "exr"
|
|
-version = "1.71.0"
|
|
|
|
|
|
+version = "1.72.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
|
|
|
|
|
|
+checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bit_field",
|
|
"bit_field",
|
|
"flume",
|
|
"flume",
|
|
- "half 2.2.1",
|
|
|
|
|
|
+ "half 2.3.1",
|
|
"lebe",
|
|
"lebe",
|
|
"miniz_oxide",
|
|
"miniz_oxide",
|
|
"rayon-core",
|
|
"rayon-core",
|
|
@@ -3503,23 +3336,13 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "fdeflate"
|
|
name = "fdeflate"
|
|
-version = "0.3.3"
|
|
|
|
|
|
+version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "209098dd6dfc4445aa6111f0e98653ac323eaa4dfd212c9ca3931bf9955c31bd"
|
|
|
|
|
|
+checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
|
dependencies = [
|
|
dependencies = [
|
|
"simd-adler32",
|
|
"simd-adler32",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "fermi"
|
|
|
|
-version = "0.4.3"
|
|
|
|
-dependencies = [
|
|
|
|
- "closure",
|
|
|
|
- "dioxus-core",
|
|
|
|
- "im-rc",
|
|
|
|
- "tracing",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "fern"
|
|
name = "fern"
|
|
version = "0.6.2"
|
|
version = "0.6.2"
|
|
@@ -3530,22 +3353,6 @@ dependencies = [
|
|
"log",
|
|
"log",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "ff"
|
|
|
|
-version = "0.13.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
|
|
|
-dependencies = [
|
|
|
|
- "rand_core 0.6.4",
|
|
|
|
- "subtle",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fiat-crypto"
|
|
|
|
-version = "0.2.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "field-offset"
|
|
name = "field-offset"
|
|
version = "0.3.6"
|
|
version = "0.3.6"
|
|
@@ -3558,14 +3365,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "figment"
|
|
name = "figment"
|
|
-version = "0.10.13"
|
|
|
|
|
|
+version = "0.10.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7629b8c7bcd214a072c2c88b263b5bb3ceb54c34365d8c41c1665461aeae0993"
|
|
|
|
|
|
+checksum = "2b6e5bc7bd59d60d0d45a6ccab6cf0f4ce28698fb4e81e750ddf229c9b824026"
|
|
dependencies = [
|
|
dependencies = [
|
|
"atomic 0.6.0",
|
|
"atomic 0.6.0",
|
|
"pear",
|
|
"pear",
|
|
"serde",
|
|
"serde",
|
|
- "toml 0.8.8",
|
|
|
|
|
|
+ "toml 0.8.10",
|
|
"uncased",
|
|
"uncased",
|
|
"version_check",
|
|
"version_check",
|
|
]
|
|
]
|
|
@@ -3966,7 +3773,8 @@ dependencies = [
|
|
name = "generational-box"
|
|
name = "generational-box"
|
|
version = "0.4.3"
|
|
version = "0.4.3"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bumpalo",
|
|
|
|
|
|
+ "criterion 0.3.6",
|
|
|
|
+ "parking_lot",
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -3991,7 +3799,6 @@ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"typenum",
|
|
"typenum",
|
|
"version_check",
|
|
"version_check",
|
|
- "zeroize",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4003,15 +3810,6 @@ dependencies = [
|
|
"typenum",
|
|
"typenum",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "getopts"
|
|
|
|
-version = "0.2.21"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
-dependencies = [
|
|
|
|
- "unicode-width",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "getrandom"
|
|
name = "getrandom"
|
|
version = "0.1.16"
|
|
version = "0.1.16"
|
|
@@ -4107,11 +3905,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "git2"
|
|
name = "git2"
|
|
-version = "0.18.1"
|
|
|
|
|
|
+version = "0.18.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
|
|
|
|
|
|
+checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"libc",
|
|
"libc",
|
|
"libgit2-sys",
|
|
"libgit2-sys",
|
|
"log",
|
|
"log",
|
|
@@ -4157,11 +3955,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "gix-config-value"
|
|
name = "gix-config-value"
|
|
-version = "0.14.3"
|
|
|
|
|
|
+version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "52e0be46f4cf1f8f9e88d0e3eb7b29718aff23889563249f379119bd1ab6910e"
|
|
|
|
|
|
+checksum = "5b8a1e7bfb37a46ed0b8468db37a6d8a0a61d56bdbe4603ae492cb322e5f3958"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"bstr 1.9.0",
|
|
"bstr 1.9.0",
|
|
"gix-path",
|
|
"gix-path",
|
|
"libc",
|
|
"libc",
|
|
@@ -4209,7 +4007,7 @@ version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5db19298c5eeea2961e5b3bf190767a2d1f09b8802aeb5f258e42276350aff19"
|
|
checksum = "5db19298c5eeea2961e5b3bf190767a2d1f09b8802aeb5f258e42276350aff19"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"bstr 1.9.0",
|
|
"bstr 1.9.0",
|
|
"gix-features",
|
|
"gix-features",
|
|
"gix-path",
|
|
"gix-path",
|
|
@@ -4257,9 +4055,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "gix-path"
|
|
name = "gix-path"
|
|
-version = "0.10.3"
|
|
|
|
|
|
+version = "0.10.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b8dd0998ab245f33d40ca2267e58d542fe54185ebd1dc41923346cf28d179fb6"
|
|
|
|
|
|
+checksum = "97e9ad649bf5e109562d6acba657ca428661ec08e77eaf3a755d8fa55485be9c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bstr 1.9.0",
|
|
"bstr 1.9.0",
|
|
"gix-trace",
|
|
"gix-trace",
|
|
@@ -4291,14 +4089,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "gix-sec"
|
|
name = "gix-sec"
|
|
-version = "0.10.3"
|
|
|
|
|
|
+version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "78f6dce0c6683e2219e8169aac4b1c29e89540a8262fef7056b31d80d969408c"
|
|
|
|
|
|
+checksum = "f8d9bf462feaf05f2121cba7399dbc6c34d88a9cad58fc1e95027791d6a3c6d2"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"gix-path",
|
|
"gix-path",
|
|
"libc",
|
|
"libc",
|
|
- "windows 0.52.0",
|
|
|
|
|
|
+ "windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4316,17 +4114,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "gix-trace"
|
|
name = "gix-trace"
|
|
-version = "0.1.6"
|
|
|
|
|
|
+version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e8e1127ede0475b58f4fe9c0aaa0d9bb0bad2af90bbd93ccd307c8632b863d89"
|
|
|
|
|
|
+checksum = "02b202d766a7fefc596e2cc6a89cda8ad8ad733aed82da635ac120691112a9b1"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "gix-utils"
|
|
name = "gix-utils"
|
|
-version = "0.1.8"
|
|
|
|
|
|
+version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "de6225e2de30b6e9bca2d9f1cc4731640fcef0fb3cabddceee366e7e85d3e94f"
|
|
|
|
|
|
+checksum = "56e839f3d0798b296411263da6bee780a176ef8008a5dfc31287f7eda9266ab8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"fastrand 2.0.1",
|
|
"fastrand 2.0.1",
|
|
|
|
+ "unicode-normalization",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4345,7 +4144,7 @@ version = "0.18.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
|
|
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-executor",
|
|
@@ -4394,9 +4193,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "global-hotkey"
|
|
name = "global-hotkey"
|
|
-version = "0.4.1"
|
|
|
|
|
|
+version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d505f007b733fc3b3261ca0710e7e689411422ace5f5b2a63a14d8596159db23"
|
|
|
|
|
|
+checksum = "927a00fd7c31d82029f99ce2481a8de1ae974758017d6a55ebbe7f22edcd1617"
|
|
dependencies = [
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-channel",
|
|
"keyboard-types",
|
|
"keyboard-types",
|
|
@@ -4415,7 +4214,7 @@ dependencies = [
|
|
"aho-corasick 1.1.2",
|
|
"aho-corasick 1.1.2",
|
|
"bstr 1.9.0",
|
|
"bstr 1.9.0",
|
|
"log",
|
|
"log",
|
|
- "regex-automata 0.4.3",
|
|
|
|
|
|
+ "regex-automata 0.4.5",
|
|
"regex-syntax 0.8.2",
|
|
"regex-syntax 0.8.2",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -4432,9 +4231,9 @@ dependencies = [
|
|
"gloo-history",
|
|
"gloo-history",
|
|
"gloo-net 0.3.1",
|
|
"gloo-net 0.3.1",
|
|
"gloo-render",
|
|
"gloo-render",
|
|
- "gloo-storage 0.2.2",
|
|
|
|
|
|
+ "gloo-storage",
|
|
"gloo-timers",
|
|
"gloo-timers",
|
|
- "gloo-utils 0.1.7",
|
|
|
|
|
|
+ "gloo-utils",
|
|
"gloo-worker",
|
|
"gloo-worker",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -4444,7 +4243,7 @@ version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82b7ce3c05debe147233596904981848862b068862e9ec3e34be446077190d3f"
|
|
checksum = "82b7ce3c05debe147233596904981848862b068862e9ec3e34be446077190d3f"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "gloo-utils 0.1.7",
|
|
|
|
|
|
+ "gloo-utils",
|
|
"js-sys",
|
|
"js-sys",
|
|
"serde",
|
|
"serde",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
@@ -4490,7 +4289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85725d90bf0ed47063b3930ef28e863658a7905989e9929a8708aab74a1d5e7f"
|
|
checksum = "85725d90bf0ed47063b3930ef28e863658a7905989e9929a8708aab74a1d5e7f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"gloo-events",
|
|
"gloo-events",
|
|
- "gloo-utils 0.1.7",
|
|
|
|
|
|
+ "gloo-utils",
|
|
"serde",
|
|
"serde",
|
|
"serde-wasm-bindgen",
|
|
"serde-wasm-bindgen",
|
|
"serde_urlencoded",
|
|
"serde_urlencoded",
|
|
@@ -4508,7 +4307,7 @@ dependencies = [
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-sink",
|
|
- "gloo-utils 0.1.7",
|
|
|
|
|
|
+ "gloo-utils",
|
|
"js-sys",
|
|
"js-sys",
|
|
"pin-project",
|
|
"pin-project",
|
|
"serde",
|
|
"serde",
|
|
@@ -4528,7 +4327,7 @@ dependencies = [
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-sink",
|
|
- "gloo-utils 0.1.7",
|
|
|
|
|
|
+ "gloo-utils",
|
|
"http 0.2.11",
|
|
"http 0.2.11",
|
|
"js-sys",
|
|
"js-sys",
|
|
"pin-project",
|
|
"pin-project",
|
|
@@ -4556,22 +4355,7 @@ version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d6ab60bf5dbfd6f0ed1f7843da31b41010515c745735c970e821945ca91e480"
|
|
checksum = "5d6ab60bf5dbfd6f0ed1f7843da31b41010515c745735c970e821945ca91e480"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "gloo-utils 0.1.7",
|
|
|
|
- "js-sys",
|
|
|
|
- "serde",
|
|
|
|
- "serde_json",
|
|
|
|
- "thiserror",
|
|
|
|
- "wasm-bindgen",
|
|
|
|
- "web-sys",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "gloo-storage"
|
|
|
|
-version = "0.3.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a"
|
|
|
|
-dependencies = [
|
|
|
|
- "gloo-utils 0.2.0",
|
|
|
|
|
|
+ "gloo-utils",
|
|
"js-sys",
|
|
"js-sys",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -4603,19 +4387,6 @@ dependencies = [
|
|
"web-sys",
|
|
"web-sys",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "gloo-utils"
|
|
|
|
-version = "0.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
|
|
|
|
-dependencies = [
|
|
|
|
- "js-sys",
|
|
|
|
- "serde",
|
|
|
|
- "serde_json",
|
|
|
|
- "wasm-bindgen",
|
|
|
|
- "web-sys",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "gloo-worker"
|
|
name = "gloo-worker"
|
|
version = "0.2.1"
|
|
version = "0.2.1"
|
|
@@ -4625,7 +4396,7 @@ dependencies = [
|
|
"anymap2",
|
|
"anymap2",
|
|
"bincode",
|
|
"bincode",
|
|
"gloo-console",
|
|
"gloo-console",
|
|
- "gloo-utils 0.1.7",
|
|
|
|
|
|
+ "gloo-utils",
|
|
"js-sys",
|
|
"js-sys",
|
|
"serde",
|
|
"serde",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
@@ -4650,17 +4421,6 @@ version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eec1c01eb1de97451ee0d60de7d81cf1e72aabefb021616027f3d1c3ec1c723c"
|
|
checksum = "eec1c01eb1de97451ee0d60de7d81cf1e72aabefb021616027f3d1c3ec1c723c"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "group"
|
|
|
|
-version = "0.13.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
|
|
-dependencies = [
|
|
|
|
- "ff",
|
|
|
|
- "rand_core 0.6.4",
|
|
|
|
- "subtle",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "gtk"
|
|
name = "gtk"
|
|
version = "0.18.1"
|
|
version = "0.18.1"
|
|
@@ -4725,7 +4485,7 @@ dependencies = [
|
|
"futures-sink",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"futures-util",
|
|
"http 0.2.11",
|
|
"http 0.2.11",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"slab",
|
|
"slab",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tokio-util",
|
|
@@ -4734,9 +4494,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "h2"
|
|
name = "h2"
|
|
-version = "0.4.1"
|
|
|
|
|
|
+version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "991910e35c615d8cab86b5ab04be67e6ad24d2bf5f4f11fdbbed26da999bbeab"
|
|
|
|
|
|
+checksum = "31d030e59af851932b72ceebadf4a2b5986dba4c3b99dd2493f8273a0f151943"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
"fnv",
|
|
"fnv",
|
|
@@ -4744,7 +4504,7 @@ dependencies = [
|
|
"futures-sink",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"futures-util",
|
|
"http 1.0.0",
|
|
"http 1.0.0",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"slab",
|
|
"slab",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tokio-util",
|
|
@@ -4759,10 +4519,11 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "half"
|
|
name = "half"
|
|
-version = "2.2.1"
|
|
|
|
|
|
+version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
|
|
|
|
|
|
+checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "cfg-if",
|
|
"crunchy",
|
|
"crunchy",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -4895,9 +4656,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
name = "hermit-abi"
|
|
-version = "0.3.3"
|
|
|
|
|
|
+version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
|
|
|
|
|
+checksum = "d0c62115964e08cb8039170eb33c1d0e2388a256930279edca206fff675f82c3"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hex"
|
|
name = "hex"
|
|
@@ -5091,7 +4852,7 @@ dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "h2 0.4.1",
|
|
|
|
|
|
+ "h2 0.4.2",
|
|
"http 1.0.0",
|
|
"http 1.0.0",
|
|
"http-body 1.0.0",
|
|
"http-body 1.0.0",
|
|
"httparse",
|
|
"httparse",
|
|
@@ -5146,12 +4907,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hyper-util"
|
|
name = "hyper-util"
|
|
-version = "0.1.2"
|
|
|
|
|
|
+version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67"
|
|
|
|
|
|
+checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
- "futures-channel",
|
|
|
|
"futures-util",
|
|
"futures-util",
|
|
"http 1.0.0",
|
|
"http 1.0.0",
|
|
"http-body 1.0.0",
|
|
"http-body 1.0.0",
|
|
@@ -5159,14 +4919,13 @@ dependencies = [
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"socket2 0.5.5",
|
|
"socket2 0.5.5",
|
|
"tokio",
|
|
"tokio",
|
|
- "tracing",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "iana-time-zone"
|
|
name = "iana-time-zone"
|
|
-version = "0.1.59"
|
|
|
|
|
|
+version = "0.1.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
|
|
|
|
|
|
+checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
|
dependencies = [
|
|
dependencies = [
|
|
"android_system_properties",
|
|
"android_system_properties",
|
|
"core-foundation-sys",
|
|
"core-foundation-sys",
|
|
@@ -5227,32 +4986,17 @@ dependencies = [
|
|
"globset",
|
|
"globset",
|
|
"log",
|
|
"log",
|
|
"memchr",
|
|
"memchr",
|
|
- "regex-automata 0.4.3",
|
|
|
|
|
|
+ "regex-automata 0.4.5",
|
|
"same-file",
|
|
"same-file",
|
|
"walkdir",
|
|
"walkdir",
|
|
"winapi-util",
|
|
"winapi-util",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "im-rc"
|
|
|
|
-version = "15.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitmaps",
|
|
|
|
- "rand_core 0.6.4",
|
|
|
|
- "rand_xoshiro",
|
|
|
|
- "serde",
|
|
|
|
- "sized-chunks",
|
|
|
|
- "typenum",
|
|
|
|
- "version_check",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "image"
|
|
name = "image"
|
|
-version = "0.24.7"
|
|
|
|
|
|
+version = "0.24.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
|
|
|
|
|
|
+checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytemuck",
|
|
"bytemuck",
|
|
"byteorder",
|
|
"byteorder",
|
|
@@ -5260,7 +5004,6 @@ dependencies = [
|
|
"exr",
|
|
"exr",
|
|
"gif",
|
|
"gif",
|
|
"jpeg-decoder",
|
|
"jpeg-decoder",
|
|
- "num-rational",
|
|
|
|
"num-traits",
|
|
"num-traits",
|
|
"png",
|
|
"png",
|
|
"qoi",
|
|
"qoi",
|
|
@@ -5272,9 +5015,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "imagequant"
|
|
name = "imagequant"
|
|
-version = "4.2.2"
|
|
|
|
|
|
+version = "4.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "84d51957ac48371e8e2eaaeb4eba56150ff2109c1c8c200002afb7dd6e2d260f"
|
|
|
|
|
|
+checksum = "85a7f142d232ccbdc00cbef49d17f45639aeb07d9bfe28e17c21dea3efac64e5"
|
|
dependencies = [
|
|
dependencies = [
|
|
"arrayvec",
|
|
"arrayvec",
|
|
"once_cell",
|
|
"once_cell",
|
|
@@ -5285,9 +5028,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "imgref"
|
|
name = "imgref"
|
|
-version = "1.10.0"
|
|
|
|
|
|
+version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "90d944e334f00f4449c9640b440a171f816be0152305c12ef90424fc35fd035c"
|
|
|
|
|
|
+checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "indexmap"
|
|
name = "indexmap"
|
|
@@ -5302,9 +5045,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "indexmap"
|
|
name = "indexmap"
|
|
-version = "2.1.0"
|
|
|
|
|
|
+version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
|
|
|
|
|
+checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
|
|
dependencies = [
|
|
dependencies = [
|
|
"equivalent",
|
|
"equivalent",
|
|
"hashbrown 0.14.3",
|
|
"hashbrown 0.14.3",
|
|
@@ -5441,9 +5184,9 @@ checksum = "ae52f28f45ac2bc96edb7714de995cffc174a395fb0abf5bff453587c980d7b9"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "inventory"
|
|
name = "inventory"
|
|
-version = "0.3.14"
|
|
|
|
|
|
+version = "0.3.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c8573b2b1fb643a372c73b23f4da5f888677feef3305146d68a539250a9bccc7"
|
|
|
|
|
|
+checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "io-lifetimes"
|
|
name = "io-lifetimes"
|
|
@@ -5451,7 +5194,7 @@ version = "1.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "hermit-abi 0.3.3",
|
|
|
|
|
|
+ "hermit-abi 0.3.5",
|
|
"libc",
|
|
"libc",
|
|
"windows-sys 0.48.0",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
]
|
|
@@ -5507,8 +5250,8 @@ version = "0.4.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
|
|
checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "hermit-abi 0.3.3",
|
|
|
|
- "rustix 0.38.28",
|
|
|
|
|
|
+ "hermit-abi 0.3.5",
|
|
|
|
+ "rustix 0.38.31",
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -5524,9 +5267,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "is_ci"
|
|
name = "is_ci"
|
|
-version = "1.1.1"
|
|
|
|
|
|
+version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
|
|
|
|
|
|
+checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "itertools"
|
|
name = "itertools"
|
|
@@ -5548,9 +5291,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "itertools"
|
|
name = "itertools"
|
|
-version = "0.12.0"
|
|
|
|
|
|
+version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
|
|
|
|
|
|
+checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
dependencies = [
|
|
dependencies = [
|
|
"either",
|
|
"either",
|
|
]
|
|
]
|
|
@@ -5623,18 +5366,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "jpeg-decoder"
|
|
name = "jpeg-decoder"
|
|
-version = "0.3.0"
|
|
|
|
|
|
+version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
|
|
|
|
|
|
+checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"rayon",
|
|
"rayon",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "js-sys"
|
|
name = "js-sys"
|
|
-version = "0.3.66"
|
|
|
|
|
|
+version = "0.3.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
|
|
|
|
|
|
+checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
|
|
dependencies = [
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
]
|
|
]
|
|
@@ -5657,7 +5400,7 @@ version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
|
|
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"serde",
|
|
"serde",
|
|
"unicode-segmentation",
|
|
"unicode-segmentation",
|
|
]
|
|
]
|
|
@@ -5714,7 +5457,7 @@ dependencies = [
|
|
"html5ever",
|
|
"html5ever",
|
|
"indexmap 1.9.3",
|
|
"indexmap 1.9.3",
|
|
"matches",
|
|
"matches",
|
|
- "selectors 0.22.0",
|
|
|
|
|
|
+ "selectors",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -5740,9 +5483,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libc"
|
|
name = "libc"
|
|
-version = "0.2.152"
|
|
|
|
|
|
+version = "0.2.153"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
|
|
|
|
|
+checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libflate"
|
|
name = "libflate"
|
|
@@ -5787,9 +5530,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
name = "libgit2-sys"
|
|
-version = "0.16.1+1.7.1"
|
|
|
|
|
|
+version = "0.16.2+1.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c"
|
|
|
|
|
|
+checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"cc",
|
|
"libc",
|
|
"libc",
|
|
@@ -5811,7 +5554,7 @@ version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"libc",
|
|
"libc",
|
|
"redox_syscall",
|
|
"redox_syscall",
|
|
]
|
|
]
|
|
@@ -5872,9 +5615,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libz-sys"
|
|
name = "libz-sys"
|
|
-version = "1.1.14"
|
|
|
|
|
|
+version = "1.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050"
|
|
|
|
|
|
+checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"cc",
|
|
"libc",
|
|
"libc",
|
|
@@ -5884,12 +5627,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "lightningcss"
|
|
name = "lightningcss"
|
|
-version = "1.0.0-alpha.51"
|
|
|
|
|
|
+version = "1.0.0-alpha.52"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "99d6ad516c08b24c246b339159dc2ee2144c012e8ebdf4db4bddefb8734b2b69"
|
|
|
|
|
|
+checksum = "771a62dedf5ec563bbfea9760f6c6a6bc546e67355eba0cd7d00c0dc34b11d90"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ahash 0.7.7",
|
|
"ahash 0.7.7",
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"const-str",
|
|
"const-str",
|
|
"cssparser 0.33.0",
|
|
"cssparser 0.33.0",
|
|
"cssparser-color",
|
|
"cssparser-color",
|
|
@@ -5935,9 +5678,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
name = "linux-raw-sys"
|
|
-version = "0.4.12"
|
|
|
|
|
|
+version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
|
|
|
|
|
|
+checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "liquid"
|
|
name = "liquid"
|
|
@@ -6038,9 +5781,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "loop9"
|
|
name = "loop9"
|
|
-version = "0.1.4"
|
|
|
|
|
|
+version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "81a837f917de41d61ab531ba255d1913208d02325cab0d6a66a706e0dbaa699d"
|
|
|
|
|
|
+checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
|
|
dependencies = [
|
|
dependencies = [
|
|
"imgref",
|
|
"imgref",
|
|
]
|
|
]
|
|
@@ -6065,9 +5808,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "lru"
|
|
name = "lru"
|
|
-version = "0.12.1"
|
|
|
|
|
|
+version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7"
|
|
|
|
|
|
+checksum = "db2c024b41519440580066ba82aab04092b333e09066a5eb86c7c4890df31f22"
|
|
dependencies = [
|
|
dependencies = [
|
|
"hashbrown 0.14.3",
|
|
"hashbrown 0.14.3",
|
|
]
|
|
]
|
|
@@ -6128,7 +5871,7 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "manganis"
|
|
name = "manganis"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
-source = "git+https://github.com/DioxusLabs/collect-assets?rev=e0093a4#e0093a47f0fa3bb50c49cd21aee5aa674faa24ad"
|
|
|
|
|
|
+source = "git+https://github.com/DioxusLabs/collect-assets?rev=f982698#f982698027fc27d22acfb4121fba389ec125d538"
|
|
dependencies = [
|
|
dependencies = [
|
|
"manganis-macro",
|
|
"manganis-macro",
|
|
]
|
|
]
|
|
@@ -6136,7 +5879,7 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "manganis-cli-support"
|
|
name = "manganis-cli-support"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
-source = "git+https://github.com/DioxusLabs/collect-assets?rev=e0093a4#e0093a47f0fa3bb50c49cd21aee5aa674faa24ad"
|
|
|
|
|
|
+source = "git+https://github.com/DioxusLabs/collect-assets?rev=f982698#f982698027fc27d22acfb4121fba389ec125d538"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"cargo-lock 9.0.0",
|
|
"cargo-lock 9.0.0",
|
|
@@ -6162,7 +5905,7 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "manganis-common"
|
|
name = "manganis-common"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
-source = "git+https://github.com/DioxusLabs/collect-assets?rev=e0093a4#e0093a47f0fa3bb50c49cd21aee5aa674faa24ad"
|
|
|
|
|
|
+source = "git+https://github.com/DioxusLabs/collect-assets?rev=f982698#f982698027fc27d22acfb4121fba389ec125d538"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
@@ -6177,7 +5920,7 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "manganis-macro"
|
|
name = "manganis-macro"
|
|
version = "0.0.1"
|
|
version = "0.0.1"
|
|
-source = "git+https://github.com/DioxusLabs/collect-assets?rev=e0093a4#e0093a47f0fa3bb50c49cd21aee5aa674faa24ad"
|
|
|
|
|
|
+source = "git+https://github.com/DioxusLabs/collect-assets?rev=f982698#f982698027fc27d22acfb4121fba389ec125d538"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"manganis-cli-support",
|
|
"manganis-cli-support",
|
|
@@ -6346,9 +6089,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
name = "miniz_oxide"
|
|
-version = "0.7.1"
|
|
|
|
|
|
+version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
|
|
+checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
|
dependencies = [
|
|
dependencies = [
|
|
"adler",
|
|
"adler",
|
|
"simd-adler32",
|
|
"simd-adler32",
|
|
@@ -6427,9 +6170,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "muda"
|
|
name = "muda"
|
|
-version = "0.11.3"
|
|
|
|
|
|
+version = "0.11.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "884427679a3ef726cd4a0ad6eec2ca618737ba11ebe8c9320dc305c09c78c8fc"
|
|
|
|
|
|
+checksum = "e406691fa7749604bbc7964bde28a300572d52621bb84540f6907c0f8fe08737"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cocoa",
|
|
"cocoa",
|
|
"crossbeam-channel",
|
|
"crossbeam-channel",
|
|
@@ -6592,7 +6335,7 @@ version = "0.27.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
@@ -6685,6 +6428,12 @@ dependencies = [
|
|
"zeroize",
|
|
"zeroize",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "num-conv"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "num-derive"
|
|
name = "num-derive"
|
|
version = "0.3.3"
|
|
version = "0.3.3"
|
|
@@ -6698,25 +6447,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "num-derive"
|
|
name = "num-derive"
|
|
-version = "0.4.1"
|
|
|
|
|
|
+version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712"
|
|
|
|
|
|
+checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
"syn 2.0.48",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "num-format"
|
|
|
|
-version = "0.4.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
|
|
|
-dependencies = [
|
|
|
|
- "arrayvec",
|
|
|
|
- "itoa 1.0.10",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "num-integer"
|
|
name = "num-integer"
|
|
version = "0.1.45"
|
|
version = "0.1.45"
|
|
@@ -6766,7 +6505,7 @@ version = "1.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "hermit-abi 0.3.3",
|
|
|
|
|
|
+ "hermit-abi 0.3.5",
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -6791,41 +6530,21 @@ dependencies = [
|
|
"syn 1.0.109",
|
|
"syn 1.0.109",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "num_threads"
|
|
|
|
-version = "0.1.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "number_prefix"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "oauth2"
|
|
|
|
-version = "4.4.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
|
|
|
|
-dependencies = [
|
|
|
|
- "base64 0.13.1",
|
|
|
|
- "chrono",
|
|
|
|
- "getrandom 0.2.12",
|
|
|
|
- "http 0.2.11",
|
|
|
|
- "rand 0.8.5",
|
|
|
|
- "reqwest",
|
|
|
|
- "serde",
|
|
|
|
- "serde_json",
|
|
|
|
- "serde_path_to_error",
|
|
|
|
- "sha2",
|
|
|
|
- "thiserror",
|
|
|
|
- "url",
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "num_threads"
|
|
|
|
+version = "0.1.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "number_prefix"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "objc"
|
|
name = "objc"
|
|
version = "0.2.7"
|
|
version = "0.2.7"
|
|
@@ -6903,67 +6622,13 @@ dependencies = [
|
|
"pathdiff",
|
|
"pathdiff",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "openid_auth_demo"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-dependencies = [
|
|
|
|
- "console_error_panic_hook",
|
|
|
|
- "dioxus",
|
|
|
|
- "dioxus-logger",
|
|
|
|
- "dioxus-router",
|
|
|
|
- "dioxus-web",
|
|
|
|
- "fermi",
|
|
|
|
- "form_urlencoded",
|
|
|
|
- "gloo-storage 0.3.0",
|
|
|
|
- "log",
|
|
|
|
- "openidconnect",
|
|
|
|
- "reqwest",
|
|
|
|
- "serde",
|
|
|
|
- "serde_json",
|
|
|
|
- "thiserror",
|
|
|
|
- "uuid",
|
|
|
|
- "web-sys",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "openidconnect"
|
|
|
|
-version = "3.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "62d6050f6a84b81f23c569f5607ad883293e57491036e318fafe6fc4895fadb1"
|
|
|
|
-dependencies = [
|
|
|
|
- "base64 0.13.1",
|
|
|
|
- "chrono",
|
|
|
|
- "dyn-clone",
|
|
|
|
- "ed25519-dalek",
|
|
|
|
- "hmac",
|
|
|
|
- "http 0.2.11",
|
|
|
|
- "itertools 0.10.5",
|
|
|
|
- "log",
|
|
|
|
- "oauth2",
|
|
|
|
- "p256",
|
|
|
|
- "p384",
|
|
|
|
- "rand 0.8.5",
|
|
|
|
- "rsa",
|
|
|
|
- "serde",
|
|
|
|
- "serde-value",
|
|
|
|
- "serde_derive",
|
|
|
|
- "serde_json",
|
|
|
|
- "serde_path_to_error",
|
|
|
|
- "serde_plain",
|
|
|
|
- "serde_with",
|
|
|
|
- "sha2",
|
|
|
|
- "subtle",
|
|
|
|
- "thiserror",
|
|
|
|
- "url",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "openssl"
|
|
name = "openssl"
|
|
-version = "0.10.62"
|
|
|
|
|
|
+version = "0.10.63"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671"
|
|
|
|
|
|
+checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"foreign-types 0.3.2",
|
|
"foreign-types 0.3.2",
|
|
"libc",
|
|
"libc",
|
|
@@ -6991,18 +6656,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "openssl-src"
|
|
name = "openssl-src"
|
|
-version = "300.2.1+3.2.0"
|
|
|
|
|
|
+version = "300.2.2+3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3"
|
|
|
|
|
|
+checksum = "8bbfad0063610ac26ee79f7484739e2b07555a75c42453b89263830b5c8103bc"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"cc",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
name = "openssl-sys"
|
|
-version = "0.9.98"
|
|
|
|
|
|
+version = "0.9.99"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7"
|
|
|
|
|
|
+checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"cc",
|
|
"libc",
|
|
"libc",
|
|
@@ -7067,30 +6732,6 @@ dependencies = [
|
|
"supports-color",
|
|
"supports-color",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "p256"
|
|
|
|
-version = "0.13.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
|
|
|
|
-dependencies = [
|
|
|
|
- "ecdsa",
|
|
|
|
- "elliptic-curve",
|
|
|
|
- "primeorder",
|
|
|
|
- "sha2",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "p384"
|
|
|
|
-version = "0.13.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
|
|
|
|
-dependencies = [
|
|
|
|
- "ecdsa",
|
|
|
|
- "elliptic-curve",
|
|
|
|
- "primeorder",
|
|
|
|
- "sha2",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pango"
|
|
name = "pango"
|
|
version = "0.18.3"
|
|
version = "0.18.3"
|
|
@@ -7122,7 +6763,7 @@ version = "0.26.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05d74befe2d076330d9a58bf9ca2da424568724ab278adf15fb5718253133887"
|
|
checksum = "05d74befe2d076330d9a58bf9ca2da424568724ab278adf15fb5718253133887"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"cssparser 0.33.0",
|
|
"cssparser 0.33.0",
|
|
"fxhash",
|
|
"fxhash",
|
|
"log",
|
|
"log",
|
|
@@ -7287,9 +6928,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pest"
|
|
name = "pest"
|
|
-version = "2.7.6"
|
|
|
|
|
|
+version = "2.7.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06"
|
|
|
|
|
|
+checksum = "219c0dcc30b6a27553f9cc242972b67f75b60eb0db71f0b5462f38b058c41546"
|
|
dependencies = [
|
|
dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
"thiserror",
|
|
"thiserror",
|
|
@@ -7298,9 +6939,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pest_derive"
|
|
name = "pest_derive"
|
|
-version = "2.7.6"
|
|
|
|
|
|
+version = "2.7.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde"
|
|
|
|
|
|
+checksum = "22e1288dbd7786462961e69bfd4df7848c1e37e8b74303dbdab82c3a9cdd2809"
|
|
dependencies = [
|
|
dependencies = [
|
|
"pest",
|
|
"pest",
|
|
"pest_generator",
|
|
"pest_generator",
|
|
@@ -7308,9 +6949,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pest_generator"
|
|
name = "pest_generator"
|
|
-version = "2.7.6"
|
|
|
|
|
|
+version = "2.7.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275"
|
|
|
|
|
|
+checksum = "1381c29a877c6d34b8c176e734f35d7f7f5b3adaefe940cb4d1bb7af94678e2e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"pest",
|
|
"pest",
|
|
"pest_meta",
|
|
"pest_meta",
|
|
@@ -7321,9 +6962,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pest_meta"
|
|
name = "pest_meta"
|
|
-version = "2.7.6"
|
|
|
|
|
|
+version = "2.7.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d"
|
|
|
|
|
|
+checksum = "d0934d6907f148c22a3acbda520c7eed243ad7487a30f51f6ce52b58b7077a8a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"once_cell",
|
|
"once_cell",
|
|
"pest",
|
|
"pest",
|
|
@@ -7337,7 +6978,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
|
dependencies = [
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"fixedbitset",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -7357,9 +6998,7 @@ version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "phf_macros 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
"phf_shared 0.10.0",
|
|
- "proc-macro-hack",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -7436,20 +7075,6 @@ dependencies = [
|
|
"syn 1.0.109",
|
|
"syn 1.0.109",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "phf_macros"
|
|
|
|
-version = "0.10.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
|
|
|
-dependencies = [
|
|
|
|
- "phf_generator 0.10.0",
|
|
|
|
- "phf_shared 0.10.0",
|
|
|
|
- "proc-macro-hack",
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn 1.0.109",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "phf_macros"
|
|
name = "phf_macros"
|
|
version = "0.11.2"
|
|
version = "0.11.2"
|
|
@@ -7492,18 +7117,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pin-project"
|
|
name = "pin-project"
|
|
-version = "1.1.3"
|
|
|
|
|
|
+version = "1.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
|
|
|
|
|
+checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
"pin-project-internal",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
name = "pin-project-internal"
|
|
-version = "1.1.3"
|
|
|
|
|
|
+version = "1.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
|
|
|
|
|
+checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -7556,9 +7181,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pkg-config"
|
|
name = "pkg-config"
|
|
-version = "0.3.28"
|
|
|
|
|
|
+version = "0.3.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
|
|
|
|
|
|
+checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "plasmo"
|
|
name = "plasmo"
|
|
@@ -7582,12 +7207,6 @@ dependencies = [
|
|
"tokio",
|
|
"tokio",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "platforms"
|
|
|
|
-version = "3.3.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "plist"
|
|
name = "plist"
|
|
version = "1.6.0"
|
|
version = "1.6.0"
|
|
@@ -7595,7 +7214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
|
|
checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"line-wrap",
|
|
"line-wrap",
|
|
"quick-xml",
|
|
"quick-xml",
|
|
"serde",
|
|
"serde",
|
|
@@ -7632,9 +7251,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "png"
|
|
name = "png"
|
|
-version = "0.17.10"
|
|
|
|
|
|
+version = "0.17.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
|
|
|
|
|
|
+checksum = "1f6c3c3e617595665b8ea2ff95a86066be38fb121ff920a9c0eb282abcd1da5a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"bitflags 1.3.2",
|
|
"crc32fast",
|
|
"crc32fast",
|
|
@@ -7661,14 +7280,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "polling"
|
|
name = "polling"
|
|
-version = "3.3.1"
|
|
|
|
|
|
+version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e"
|
|
|
|
|
|
+checksum = "30054e72317ab98eddd8561db0f6524df3367636884b7b21b703e4b280a84a14"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"concurrent-queue",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
- "rustix 0.38.28",
|
|
|
|
|
|
+ "rustix 0.38.31",
|
|
"tracing",
|
|
"tracing",
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
@@ -7749,15 +7368,6 @@ dependencies = [
|
|
"syn 2.0.48",
|
|
"syn 2.0.48",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "primeorder"
|
|
|
|
-version = "0.13.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
|
|
|
|
-dependencies = [
|
|
|
|
- "elliptic-curve",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
name = "proc-macro-crate"
|
|
version = "1.3.1"
|
|
version = "1.3.1"
|
|
@@ -7774,7 +7384,16 @@ version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
|
|
checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "toml_edit 0.20.2",
|
|
|
|
|
|
+ "toml_edit 0.20.7",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "proc-macro-crate"
|
|
|
|
+version = "3.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
|
|
|
+dependencies = [
|
|
|
|
+ "toml_edit 0.21.1",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -7809,9 +7428,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
name = "proc-macro2"
|
|
-version = "1.0.76"
|
|
|
|
|
|
+version = "1.0.78"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
|
|
|
|
|
+checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
|
dependencies = [
|
|
dependencies = [
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
]
|
|
]
|
|
@@ -7837,18 +7456,18 @@ checksum = "794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "profiling"
|
|
name = "profiling"
|
|
-version = "1.0.13"
|
|
|
|
|
|
+version = "1.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d135ede8821cf6376eb7a64148901e1690b788c11ae94dc297ae917dbc91dc0e"
|
|
|
|
|
|
+checksum = "0f0f7f43585c34e4fdd7497d746bc32e14458cf11c69341cc0587b1d825dde42"
|
|
dependencies = [
|
|
dependencies = [
|
|
"profiling-procmacros",
|
|
"profiling-procmacros",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "profiling-procmacros"
|
|
name = "profiling-procmacros"
|
|
-version = "1.0.13"
|
|
|
|
|
|
+version = "1.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4b322d7d65c1ab449be3c890fcbd0db6e1092d0dd05d79dba2dd28032cebeb05"
|
|
|
|
|
|
+checksum = "ce97fecd27bc49296e5e20518b5a1bb54a14f7d5fe6228bc9686ee2a74915cc8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"quote",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
"syn 2.0.48",
|
|
@@ -7883,16 +7502,6 @@ dependencies = [
|
|
"bytemuck",
|
|
"bytemuck",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "query_segments_demo"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-dependencies = [
|
|
|
|
- "dioxus",
|
|
|
|
- "dioxus-router",
|
|
|
|
- "dioxus-web",
|
|
|
|
- "form_urlencoded",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "quick-error"
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
version = "1.2.3"
|
|
@@ -8026,27 +7635,18 @@ dependencies = [
|
|
"rand_core 0.5.1",
|
|
"rand_core 0.5.1",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_xoshiro"
|
|
|
|
-version = "0.6.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
|
|
-dependencies = [
|
|
|
|
- "rand_core 0.6.4",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ratatui"
|
|
name = "ratatui"
|
|
version = "0.24.0"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ebc917cfb527a566c37ecb94c7e3fd098353516fb4eb6bea17015ade0182425"
|
|
checksum = "0ebc917cfb527a566c37ecb94c7e3fd098353516fb4eb6bea17015ade0182425"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"cassowary",
|
|
"cassowary",
|
|
"crossterm 0.27.0",
|
|
"crossterm 0.27.0",
|
|
"indoc",
|
|
"indoc",
|
|
"itertools 0.11.0",
|
|
"itertools 0.11.0",
|
|
- "lru 0.12.1",
|
|
|
|
|
|
+ "lru 0.12.2",
|
|
"paste",
|
|
"paste",
|
|
"strum",
|
|
"strum",
|
|
"unicode-segmentation",
|
|
"unicode-segmentation",
|
|
@@ -8106,7 +7706,7 @@ dependencies = [
|
|
"cc",
|
|
"cc",
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"interpolate_name",
|
|
"interpolate_name",
|
|
- "itertools 0.12.0",
|
|
|
|
|
|
+ "itertools 0.12.1",
|
|
"libc",
|
|
"libc",
|
|
"libfuzzer-sys 0.4.7",
|
|
"libfuzzer-sys 0.4.7",
|
|
"log",
|
|
"log",
|
|
@@ -8114,7 +7714,7 @@ dependencies = [
|
|
"nasm-rs",
|
|
"nasm-rs",
|
|
"new_debug_unreachable",
|
|
"new_debug_unreachable",
|
|
"noop_proc_macro",
|
|
"noop_proc_macro",
|
|
- "num-derive 0.4.1",
|
|
|
|
|
|
+ "num-derive 0.4.2",
|
|
"num-traits",
|
|
"num-traits",
|
|
"once_cell",
|
|
"once_cell",
|
|
"paste",
|
|
"paste",
|
|
@@ -8157,9 +7757,9 @@ checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rayon"
|
|
name = "rayon"
|
|
-version = "1.8.0"
|
|
|
|
|
|
+version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
|
|
|
|
|
+checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
|
|
dependencies = [
|
|
dependencies = [
|
|
"either",
|
|
"either",
|
|
"rayon-core",
|
|
"rayon-core",
|
|
@@ -8167,9 +7767,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rayon-core"
|
|
name = "rayon-core"
|
|
-version = "1.12.0"
|
|
|
|
|
|
+version = "1.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
|
|
|
|
|
+checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
"crossbeam-utils",
|
|
@@ -8217,13 +7817,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "regex"
|
|
name = "regex"
|
|
-version = "1.10.2"
|
|
|
|
|
|
+version = "1.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
|
|
|
|
|
+checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
|
dependencies = [
|
|
dependencies = [
|
|
"aho-corasick 1.1.2",
|
|
"aho-corasick 1.1.2",
|
|
"memchr",
|
|
"memchr",
|
|
- "regex-automata 0.4.3",
|
|
|
|
|
|
+ "regex-automata 0.4.5",
|
|
"regex-syntax 0.8.2",
|
|
"regex-syntax 0.8.2",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -8238,9 +7838,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "regex-automata"
|
|
name = "regex-automata"
|
|
-version = "0.4.3"
|
|
|
|
|
|
+version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
|
|
|
|
|
+checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
|
|
dependencies = [
|
|
dependencies = [
|
|
"aho-corasick 1.1.2",
|
|
"aho-corasick 1.1.2",
|
|
"memchr",
|
|
"memchr",
|
|
@@ -8277,18 +7877,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rend"
|
|
name = "rend"
|
|
-version = "0.4.1"
|
|
|
|
|
|
+version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd"
|
|
|
|
|
|
+checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytecheck",
|
|
"bytecheck",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "reqwest"
|
|
name = "reqwest"
|
|
-version = "0.11.23"
|
|
|
|
|
|
+version = "0.11.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
|
|
|
|
|
|
+checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"bytes",
|
|
"bytes",
|
|
@@ -8314,6 +7914,7 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"serde_urlencoded",
|
|
|
|
+ "sync_wrapper",
|
|
"system-configuration",
|
|
"system-configuration",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tokio-native-tls",
|
|
@@ -8340,16 +7941,6 @@ dependencies = [
|
|
"quick-error 1.2.3",
|
|
"quick-error 1.2.3",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "rfc6979"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
|
|
-dependencies = [
|
|
|
|
- "hmac",
|
|
|
|
- "subtle",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rfd"
|
|
name = "rfd"
|
|
version = "0.12.1"
|
|
version = "0.12.1"
|
|
@@ -8389,7 +7980,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3625f343d89990133d013e39c46e350915178cf94f1bec9f49b0cbef98a3e3c"
|
|
checksum = "e3625f343d89990133d013e39c46e350915178cf94f1bec9f49b0cbef98a3e3c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ahash 0.8.7",
|
|
"ahash 0.8.7",
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"instant",
|
|
"instant",
|
|
"num-traits",
|
|
"num-traits",
|
|
"once_cell",
|
|
"once_cell",
|
|
@@ -8440,9 +8031,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rkyv"
|
|
name = "rkyv"
|
|
-version = "0.7.43"
|
|
|
|
|
|
+version = "0.7.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5"
|
|
|
|
|
|
+checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitvec",
|
|
"bitvec",
|
|
"bytecheck",
|
|
"bytecheck",
|
|
@@ -8458,9 +8049,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rkyv_derive"
|
|
name = "rkyv_derive"
|
|
-version = "0.7.43"
|
|
|
|
|
|
+version = "0.7.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033"
|
|
|
|
|
|
+checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -8487,7 +8078,7 @@ dependencies = [
|
|
"either",
|
|
"either",
|
|
"figment",
|
|
"figment",
|
|
"futures",
|
|
"futures",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"log",
|
|
"log",
|
|
"memchr",
|
|
"memchr",
|
|
"multer 2.1.0",
|
|
"multer 2.1.0",
|
|
@@ -8518,7 +8109,7 @@ checksum = "a2238066abf75f21be6cd7dc1a09d5414a671f4246e384e49fe3f8a4936bd04c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"devise",
|
|
"devise",
|
|
"glob",
|
|
"glob",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
"rocket_http",
|
|
"rocket_http",
|
|
@@ -8538,7 +8129,7 @@ dependencies = [
|
|
"futures",
|
|
"futures",
|
|
"http 0.2.11",
|
|
"http 0.2.11",
|
|
"hyper 0.14.28",
|
|
"hyper 0.14.28",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"log",
|
|
"log",
|
|
"memchr",
|
|
"memchr",
|
|
"pear",
|
|
"pear",
|
|
@@ -8571,8 +8162,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
- "bitflags 2.4.1",
|
|
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
|
|
+ "indexmap 2.2.2",
|
|
"serde",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_derive",
|
|
]
|
|
]
|
|
@@ -8648,9 +8239,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rust_decimal"
|
|
name = "rust_decimal"
|
|
-version = "1.33.1"
|
|
|
|
|
|
+version = "1.34.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4"
|
|
|
|
|
|
+checksum = "755392e1a2f77afd95580d3f0d0e94ac83eeeb7167552c9b5bca549e61a94d83"
|
|
dependencies = [
|
|
dependencies = [
|
|
"arrayvec",
|
|
"arrayvec",
|
|
"borsh",
|
|
"borsh",
|
|
@@ -8721,14 +8312,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustix"
|
|
name = "rustix"
|
|
-version = "0.38.28"
|
|
|
|
|
|
+version = "0.38.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
|
|
|
|
|
|
+checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"errno",
|
|
"errno",
|
|
"libc",
|
|
"libc",
|
|
- "linux-raw-sys 0.4.12",
|
|
|
|
|
|
+ "linux-raw-sys 0.4.13",
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -8827,7 +8418,7 @@ dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
"flate2",
|
|
"flate2",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"salvo_core",
|
|
"salvo_core",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tokio-util",
|
|
@@ -8892,7 +8483,7 @@ dependencies = [
|
|
"http-body-util",
|
|
"http-body-util",
|
|
"hyper 1.1.0",
|
|
"hyper 1.1.0",
|
|
"hyper-util",
|
|
"hyper-util",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"mime",
|
|
"mime",
|
|
"mime-infer",
|
|
"mime-infer",
|
|
"multer 3.0.0",
|
|
"multer 3.0.0",
|
|
@@ -8990,23 +8581,6 @@ version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "scraper"
|
|
|
|
-version = "0.16.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "59e25654b5e9fd557a67dbaab5a5d36b8c448d0561beb4c041b6dbb902eddfa6"
|
|
|
|
-dependencies = [
|
|
|
|
- "ahash 0.8.7",
|
|
|
|
- "cssparser 0.29.6",
|
|
|
|
- "ego-tree",
|
|
|
|
- "getopts",
|
|
|
|
- "html5ever",
|
|
|
|
- "once_cell",
|
|
|
|
- "selectors 0.24.0",
|
|
|
|
- "smallvec",
|
|
|
|
- "tendril",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sct"
|
|
name = "sct"
|
|
version = "0.7.1"
|
|
version = "0.7.1"
|
|
@@ -9023,20 +8597,6 @@ version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "sec1"
|
|
|
|
-version = "0.7.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
|
|
|
-dependencies = [
|
|
|
|
- "base16ct",
|
|
|
|
- "der",
|
|
|
|
- "generic-array 0.14.7",
|
|
|
|
- "pkcs8",
|
|
|
|
- "subtle",
|
|
|
|
- "zeroize",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "security-framework"
|
|
name = "security-framework"
|
|
version = "2.9.2"
|
|
version = "2.9.2"
|
|
@@ -9075,29 +8635,11 @@ dependencies = [
|
|
"phf 0.8.0",
|
|
"phf 0.8.0",
|
|
"phf_codegen 0.8.0",
|
|
"phf_codegen 0.8.0",
|
|
"precomputed-hash",
|
|
"precomputed-hash",
|
|
- "servo_arc 0.1.1",
|
|
|
|
|
|
+ "servo_arc",
|
|
"smallvec",
|
|
"smallvec",
|
|
"thin-slice",
|
|
"thin-slice",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "selectors"
|
|
|
|
-version = "0.24.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags 1.3.2",
|
|
|
|
- "cssparser 0.29.6",
|
|
|
|
- "derive_more",
|
|
|
|
- "fxhash",
|
|
|
|
- "log",
|
|
|
|
- "phf 0.8.0",
|
|
|
|
- "phf_codegen 0.8.0",
|
|
|
|
- "precomputed-hash",
|
|
|
|
- "servo_arc 0.2.0",
|
|
|
|
- "smallvec",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "semver"
|
|
name = "semver"
|
|
version = "1.0.21"
|
|
version = "1.0.21"
|
|
@@ -9115,9 +8657,9 @@ checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde"
|
|
name = "serde"
|
|
-version = "1.0.195"
|
|
|
|
|
|
+version = "1.0.196"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
|
|
|
|
|
|
+checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde_derive",
|
|
"serde_derive",
|
|
]
|
|
]
|
|
@@ -9167,9 +8709,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_derive"
|
|
name = "serde_derive"
|
|
-version = "1.0.195"
|
|
|
|
|
|
+version = "1.0.196"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
|
|
|
|
|
|
+checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -9178,9 +8720,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_json"
|
|
name = "serde_json"
|
|
-version = "1.0.111"
|
|
|
|
|
|
+version = "1.0.113"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
|
|
|
|
|
|
+checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
|
|
dependencies = [
|
|
dependencies = [
|
|
"itoa 1.0.10",
|
|
"itoa 1.0.10",
|
|
"ryu",
|
|
"ryu",
|
|
@@ -9197,15 +8739,6 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "serde_plain"
|
|
|
|
-version = "1.0.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
|
|
|
|
-dependencies = [
|
|
|
|
- "serde",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_qs"
|
|
name = "serde_qs"
|
|
version = "0.12.0"
|
|
version = "0.12.0"
|
|
@@ -9261,15 +8794,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_with"
|
|
name = "serde_with"
|
|
-version = "3.4.0"
|
|
|
|
|
|
+version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23"
|
|
|
|
|
|
+checksum = "1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"chrono",
|
|
"chrono",
|
|
"hex",
|
|
"hex",
|
|
"indexmap 1.9.3",
|
|
"indexmap 1.9.3",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_with_macros",
|
|
"serde_with_macros",
|
|
@@ -9278,9 +8811,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_with_macros"
|
|
name = "serde_with_macros"
|
|
-version = "3.4.0"
|
|
|
|
|
|
+version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788"
|
|
|
|
|
|
+checksum = "568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15"
|
|
dependencies = [
|
|
dependencies = [
|
|
"darling",
|
|
"darling",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -9290,9 +8823,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "server_fn"
|
|
name = "server_fn"
|
|
-version = "0.5.4"
|
|
|
|
|
|
+version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cfed18dfcc8d9004579c40482c3419c07f60ffb9c5b250542edca99f508b0ce9"
|
|
|
|
|
|
+checksum = "6c265de965fe48e09ad8899d0ab1ffebdfa1a9914e4de5ff107b07bd94cf7541"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ciborium",
|
|
"ciborium",
|
|
"const_format",
|
|
"const_format",
|
|
@@ -9315,9 +8848,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "server_fn_macro"
|
|
name = "server_fn_macro"
|
|
-version = "0.5.4"
|
|
|
|
|
|
+version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0b70ae8e22546ba85500391b36c08e3fba64871be8a26557a3663a8e08acb56f"
|
|
|
|
|
|
+checksum = "f77000541a62ceeec01eef3ee0f86c155c33dac5fae750ad04a40852c6d5469a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"const_format",
|
|
"const_format",
|
|
"proc-macro-error",
|
|
"proc-macro-error",
|
|
@@ -9330,9 +8863,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "server_fn_macro_default"
|
|
name = "server_fn_macro_default"
|
|
-version = "0.5.4"
|
|
|
|
|
|
+version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7256ba61dfadb220598db418376e7bc2a34b96df36c4dc48f24ffe161810fc0b"
|
|
|
|
|
|
+checksum = "8a3353f22e2bcc451074d4feaa37317d9d17dff11d4311928384734ea17ab9ca"
|
|
dependencies = [
|
|
dependencies = [
|
|
"server_fn_macro",
|
|
"server_fn_macro",
|
|
"syn 2.0.48",
|
|
"syn 2.0.48",
|
|
@@ -9348,16 +8881,6 @@ dependencies = [
|
|
"stable_deref_trait",
|
|
"stable_deref_trait",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "servo_arc"
|
|
|
|
-version = "0.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741"
|
|
|
|
-dependencies = [
|
|
|
|
- "nodrop",
|
|
|
|
- "stable_deref_trait",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sha-1"
|
|
name = "sha-1"
|
|
version = "0.10.1"
|
|
version = "0.10.1"
|
|
@@ -9523,16 +9046,6 @@ version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "sized-chunks"
|
|
|
|
-version = "0.6.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitmaps",
|
|
|
|
- "typenum",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "slab"
|
|
name = "slab"
|
|
version = "0.4.9"
|
|
version = "0.4.9"
|
|
@@ -9572,17 +9085,11 @@ dependencies = [
|
|
"version_check",
|
|
"version_check",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "smallbox"
|
|
|
|
-version = "0.8.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d92359f97e6b417da4328a970cf04a044db104fbd57f7d72cb7ff665bb8806af"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "smallvec"
|
|
name = "smallvec"
|
|
-version = "1.11.2"
|
|
|
|
|
|
+version = "1.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
|
|
|
|
|
+checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "smartstring"
|
|
name = "smartstring"
|
|
@@ -9681,7 +9188,7 @@ version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c"
|
|
checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "itertools 0.12.0",
|
|
|
|
|
|
+ "itertools 0.12.1",
|
|
"nom",
|
|
"nom",
|
|
"unicode_categories",
|
|
"unicode_categories",
|
|
]
|
|
]
|
|
@@ -9724,7 +9231,7 @@ dependencies = [
|
|
"futures-util",
|
|
"futures-util",
|
|
"hashlink",
|
|
"hashlink",
|
|
"hex",
|
|
"hex",
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"ipnetwork",
|
|
"ipnetwork",
|
|
"log",
|
|
"log",
|
|
"mac_address",
|
|
"mac_address",
|
|
@@ -9799,7 +9306,7 @@ dependencies = [
|
|
"atoi",
|
|
"atoi",
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"bigdecimal",
|
|
"bigdecimal",
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"byteorder",
|
|
"byteorder",
|
|
"bytes",
|
|
"bytes",
|
|
"chrono",
|
|
"chrono",
|
|
@@ -9847,7 +9354,7 @@ dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"bigdecimal",
|
|
"bigdecimal",
|
|
"bit-vec",
|
|
"bit-vec",
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"byteorder",
|
|
"byteorder",
|
|
"chrono",
|
|
"chrono",
|
|
"crc",
|
|
"crc",
|
|
@@ -9955,9 +9462,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "str-buf"
|
|
name = "str-buf"
|
|
-version = "3.0.2"
|
|
|
|
|
|
+version = "3.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e75b72ee54e2f93c3ea1354066162be893ee5e25773ab743de3e088cecbb4f31"
|
|
|
|
|
|
+checksum = "0ceb97b7225c713c2fd4db0153cb6b3cab244eb37900c3f634ed4d43310d8c34"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "string_cache"
|
|
name = "string_cache"
|
|
@@ -10120,7 +9627,7 @@ dependencies = [
|
|
"cfg-expr 0.15.6",
|
|
"cfg-expr 0.15.6",
|
|
"heck 0.4.1",
|
|
"heck 0.4.1",
|
|
"pkg-config",
|
|
"pkg-config",
|
|
- "toml 0.8.8",
|
|
|
|
|
|
+ "toml 0.8.10",
|
|
"version-compare",
|
|
"version-compare",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -10138,9 +9645,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tao"
|
|
name = "tao"
|
|
-version = "0.24.0"
|
|
|
|
|
|
+version = "0.24.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3c0dff18fed076d29cb5779e918ef4b8a5dbb756204e4a027794f0bce233d949"
|
|
|
|
|
|
+checksum = "75d4a64cfac8e487c61d778fe4ab8480f162451e8af7f247aafadcb3b2560852"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"bitflags 1.3.2",
|
|
"cc",
|
|
"cc",
|
|
@@ -10300,7 +9807,7 @@ dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"fastrand 2.0.1",
|
|
"fastrand 2.0.1",
|
|
"redox_syscall",
|
|
"redox_syscall",
|
|
- "rustix 0.38.28",
|
|
|
|
|
|
+ "rustix 0.38.31",
|
|
"windows-sys 0.48.0",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -10381,9 +9888,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tiff"
|
|
name = "tiff"
|
|
-version = "0.9.0"
|
|
|
|
|
|
+version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
|
|
|
|
|
|
+checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"flate2",
|
|
"flate2",
|
|
"jpeg-decoder",
|
|
"jpeg-decoder",
|
|
@@ -10392,13 +9899,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "time"
|
|
name = "time"
|
|
-version = "0.3.31"
|
|
|
|
|
|
+version = "0.3.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
|
|
|
|
|
|
+checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
|
|
dependencies = [
|
|
dependencies = [
|
|
"deranged",
|
|
"deranged",
|
|
"itoa 1.0.10",
|
|
"itoa 1.0.10",
|
|
"libc",
|
|
"libc",
|
|
|
|
+ "num-conv",
|
|
"num_threads",
|
|
"num_threads",
|
|
"powerfmt",
|
|
"powerfmt",
|
|
"serde",
|
|
"serde",
|
|
@@ -10414,10 +9922,11 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "time-macros"
|
|
name = "time-macros"
|
|
-version = "0.2.16"
|
|
|
|
|
|
+version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
|
|
|
|
|
|
+checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "num-conv",
|
|
"time-core",
|
|
"time-core",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -10463,9 +9972,9 @@ checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio"
|
|
name = "tokio"
|
|
-version = "1.35.1"
|
|
|
|
|
|
+version = "1.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
|
|
|
|
|
|
+checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
|
dependencies = [
|
|
dependencies = [
|
|
"backtrace",
|
|
"backtrace",
|
|
"bytes",
|
|
"bytes",
|
|
@@ -10609,15 +10118,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "toml"
|
|
name = "toml"
|
|
-version = "0.8.8"
|
|
|
|
|
|
+version = "0.8.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
|
|
|
|
|
|
+checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"serde",
|
|
"serde",
|
|
"serde_spanned",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
- "toml_edit 0.21.0",
|
|
|
|
|
|
+ "toml_edit 0.22.4",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -10635,7 +10144,7 @@ version = "0.19.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"serde",
|
|
"serde",
|
|
"serde_spanned",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
@@ -10644,22 +10153,33 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "toml_edit"
|
|
name = "toml_edit"
|
|
-version = "0.20.2"
|
|
|
|
|
|
+version = "0.20.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
|
|
|
|
|
+checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
"winnow",
|
|
"winnow",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "toml_edit"
|
|
name = "toml_edit"
|
|
-version = "0.21.0"
|
|
|
|
|
|
+version = "0.21.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "indexmap 2.2.2",
|
|
|
|
+ "toml_datetime",
|
|
|
|
+ "winnow",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "toml_edit"
|
|
|
|
+version = "0.22.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
|
|
|
|
|
|
+checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.1.0",
|
|
|
|
|
|
+ "indexmap 2.2.2",
|
|
"serde",
|
|
"serde",
|
|
"serde_spanned",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
@@ -10736,9 +10256,9 @@ version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "async-compression 0.4.5",
|
|
|
|
|
|
+ "async-compression 0.4.6",
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
- "bitflags 2.4.1",
|
|
|
|
|
|
+ "bitflags 2.4.2",
|
|
"bytes",
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-util",
|
|
"futures-util",
|
|
@@ -10854,9 +10374,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "treediff"
|
|
name = "treediff"
|
|
-version = "4.0.2"
|
|
|
|
|
|
+version = "4.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303"
|
|
|
|
|
|
+checksum = "4d127780145176e2b5d16611cc25a900150e86e9fd79d3bde6ff3a37359c9cb5"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde_json",
|
|
"serde_json",
|
|
]
|
|
]
|
|
@@ -10915,9 +10435,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "trybuild"
|
|
name = "trybuild"
|
|
-version = "1.0.88"
|
|
|
|
|
|
+version = "1.0.89"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "76de4f783e610194f6c98bfd53f9fc52bb2e0d02c947621e8a0f4ecc799b2880"
|
|
|
|
|
|
+checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"basic-toml",
|
|
"basic-toml",
|
|
"dissimilar",
|
|
"dissimilar",
|
|
@@ -11015,18 +10535,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ulid"
|
|
name = "ulid"
|
|
-version = "1.1.0"
|
|
|
|
|
|
+version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7e37c4b6cbcc59a8dcd09a6429fbc7890286bcbb79215cea7b38a3c4c0921d93"
|
|
|
|
|
|
+checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "getrandom 0.2.12",
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
|
|
+ "web-time",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "uncased"
|
|
name = "uncased"
|
|
-version = "0.9.9"
|
|
|
|
|
|
+version = "0.9.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68"
|
|
|
|
|
|
+checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"version_check",
|
|
"version_check",
|
|
@@ -11043,9 +10565,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
name = "unicode-bidi"
|
|
-version = "0.3.14"
|
|
|
|
|
|
+version = "0.3.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
|
|
|
|
|
|
+checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-bom"
|
|
name = "unicode-bom"
|
|
@@ -11070,9 +10592,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
name = "unicode-segmentation"
|
|
-version = "1.10.1"
|
|
|
|
|
|
+version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
|
|
+checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-width"
|
|
name = "unicode-width"
|
|
@@ -11162,9 +10684,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "uuid"
|
|
name = "uuid"
|
|
-version = "1.6.1"
|
|
|
|
|
|
+version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
|
|
|
|
|
|
+checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"getrandom 0.2.12",
|
|
"getrandom 0.2.12",
|
|
"serde",
|
|
"serde",
|
|
@@ -11179,7 +10701,7 @@ checksum = "c372e4e6fad129795fb86fda6021b258948560b39883b80ed00510a7d19846b0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"noop_proc_macro",
|
|
"noop_proc_macro",
|
|
- "num-derive 0.4.1",
|
|
|
|
|
|
+ "num-derive 0.4.2",
|
|
"num-traits",
|
|
"num-traits",
|
|
"profiling",
|
|
"profiling",
|
|
]
|
|
]
|
|
@@ -11192,9 +10714,9 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "value-bag"
|
|
name = "value-bag"
|
|
-version = "1.6.0"
|
|
|
|
|
|
+version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7cdbaf5e132e593e9fc1de6a15bbec912395b11fb9719e061cf64f804524c503"
|
|
|
|
|
|
+checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "vcpkg"
|
|
name = "vcpkg"
|
|
@@ -11310,16 +10832,11 @@ name = "warp-hello-world"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-fullstack",
|
|
|
|
- "dioxus-web",
|
|
|
|
- "execute",
|
|
|
|
"reqwest",
|
|
"reqwest",
|
|
"serde",
|
|
"serde",
|
|
- "simple_logger",
|
|
|
|
"tracing",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing-subscriber",
|
|
"tracing-wasm",
|
|
"tracing-wasm",
|
|
- "warp",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -11336,9 +10853,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
name = "wasm-bindgen"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
|
|
|
|
|
|
+checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"wasm-bindgen-macro",
|
|
"wasm-bindgen-macro",
|
|
@@ -11346,9 +10863,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
name = "wasm-bindgen-backend"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
|
|
|
|
|
|
+checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bumpalo",
|
|
"bumpalo",
|
|
"log",
|
|
"log",
|
|
@@ -11361,12 +10878,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-cli-support"
|
|
name = "wasm-bindgen-cli-support"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cf8226e223e2dfbe8f921b7f20b82d1b5d86a6b143e9d6286cca8edd16695583"
|
|
|
|
|
|
+checksum = "806a045c4ec4ef7c3ad86dc27bcb641b84d9eeb3846200f56d7ab0885241d654"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
- "base64 0.9.3",
|
|
|
|
|
|
+ "base64 0.21.7",
|
|
"log",
|
|
"log",
|
|
"rustc-demangle",
|
|
"rustc-demangle",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -11383,9 +10900,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-externref-xform"
|
|
name = "wasm-bindgen-externref-xform"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b8a719be856d8b0802c7195ca26ee6eb02cb9639a12b80be32db960ce9640cb8"
|
|
|
|
|
|
+checksum = "12b6ac5fca1d0992d2328147488169ea166bfe899c88f8ad06cf583f4c492fcf"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"walrus",
|
|
"walrus",
|
|
@@ -11393,9 +10910,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
name = "wasm-bindgen-futures"
|
|
-version = "0.4.39"
|
|
|
|
|
|
+version = "0.4.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
|
|
|
|
|
|
+checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"js-sys",
|
|
"js-sys",
|
|
@@ -11405,9 +10922,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
name = "wasm-bindgen-macro"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
|
|
|
|
|
|
+checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
|
|
dependencies = [
|
|
dependencies = [
|
|
"quote",
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
"wasm-bindgen-macro-support",
|
|
@@ -11415,9 +10932,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
name = "wasm-bindgen-macro-support"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
|
|
|
|
|
|
+checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -11428,9 +10945,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-multi-value-xform"
|
|
name = "wasm-bindgen-multi-value-xform"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a12766255d4b9026700376cc81894eeb62903e4414cbc94675f6f9babd9cfb76"
|
|
|
|
|
|
+checksum = "d1e019acde479e2f090fb7f14a51fa0077ec3a7bb12a56e0e888a82be7b5bd3f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"walrus",
|
|
"walrus",
|
|
@@ -11438,15 +10955,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
name = "wasm-bindgen-shared"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
|
|
|
|
|
|
+checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-test"
|
|
name = "wasm-bindgen-test"
|
|
-version = "0.3.39"
|
|
|
|
|
|
+version = "0.3.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2cf9242c0d27999b831eae4767b2a146feb0b27d332d553e605864acd2afd403"
|
|
|
|
|
|
+checksum = "143ddeb4f833e2ed0d252e618986e18bfc7b0e52f2d28d77d05b2f045dd8eb61"
|
|
dependencies = [
|
|
dependencies = [
|
|
"console_error_panic_hook",
|
|
"console_error_panic_hook",
|
|
"js-sys",
|
|
"js-sys",
|
|
@@ -11458,9 +10975,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-test-macro"
|
|
name = "wasm-bindgen-test-macro"
|
|
-version = "0.3.39"
|
|
|
|
|
|
+version = "0.3.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "794645f5408c9a039fd09f4d113cdfb2e7eba5ff1956b07bcf701cf4b394fe89"
|
|
|
|
|
|
+checksum = "a5211b7550606857312bba1d978a8ec75692eae187becc5e680444fffc5e6f89"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -11469,9 +10986,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-threads-xform"
|
|
name = "wasm-bindgen-threads-xform"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "13c2b14c5b9c2c7aa9dd1eb7161857de9783f40e98582e7f41f2d7c04ffdc155"
|
|
|
|
|
|
+checksum = "90a2e577034352f9aa9352730fcf2562c68957f2e9b9ee70ab6379510e49e2fe"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"walrus",
|
|
"walrus",
|
|
@@ -11480,9 +10997,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-wasm-conventions"
|
|
name = "wasm-bindgen-wasm-conventions"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "aaedf88769cb23c6fd2e3bfed65bcbff6c5d92c8336afbd80d2dfcc8eb5cf047"
|
|
|
|
|
|
+checksum = "4e6b653f6820409609bda0f176e6949302307af7a7b9479cd4d4b1bdc31eb9cd"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"walrus",
|
|
"walrus",
|
|
@@ -11490,9 +11007,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-bindgen-wasm-interpreter"
|
|
name = "wasm-bindgen-wasm-interpreter"
|
|
-version = "0.2.89"
|
|
|
|
|
|
+version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a8a79039df1e0822e6d66508ec86052993deac201e26060f62abcd85e1daf951"
|
|
|
|
|
|
+checksum = "682940195a701dbf887f20017418b8cac916a37b3f91ededec33226619e973c1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"log",
|
|
"log",
|
|
@@ -11522,9 +11039,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasm-streams"
|
|
name = "wasm-streams"
|
|
-version = "0.3.0"
|
|
|
|
|
|
+version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
|
|
|
|
|
|
+checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-util",
|
|
"futures-util",
|
|
"js-sys",
|
|
"js-sys",
|
|
@@ -11541,9 +11058,19 @@ checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "web-sys"
|
|
name = "web-sys"
|
|
-version = "0.3.66"
|
|
|
|
|
|
+version = "0.3.68"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446"
|
|
|
|
+dependencies = [
|
|
|
|
+ "js-sys",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "web-time"
|
|
|
|
+version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
|
|
|
|
|
|
+checksum = "2ee269d72cc29bf77a2c4bc689cc750fb39f5cbd493d2205bbb3f5c7779cf7b0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"js-sys",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
@@ -11631,9 +11158,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
name = "webpki-roots"
|
|
-version = "0.25.3"
|
|
|
|
|
|
+version = "0.25.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
|
|
|
|
|
|
+checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "webview2-com"
|
|
name = "webview2-com"
|
|
@@ -11673,9 +11200,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "weezl"
|
|
name = "weezl"
|
|
-version = "0.1.7"
|
|
|
|
|
|
+version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
|
|
|
|
|
|
+checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "which"
|
|
name = "which"
|
|
@@ -11686,7 +11213,7 @@ dependencies = [
|
|
"either",
|
|
"either",
|
|
"home",
|
|
"home",
|
|
"once_cell",
|
|
"once_cell",
|
|
- "rustix 0.38.28",
|
|
|
|
|
|
+ "rustix 0.38.31",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -11993,9 +11520,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "winnow"
|
|
name = "winnow"
|
|
-version = "0.5.34"
|
|
|
|
|
|
+version = "0.5.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
|
|
|
|
|
|
+checksum = "5389a154b01683d28c77f8f68f49dea75f0a4da32557a58f68ee51ebba472d29"
|
|
dependencies = [
|
|
dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
]
|
|
]
|
|
@@ -12087,22 +11614,22 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xattr"
|
|
name = "xattr"
|
|
-version = "1.2.0"
|
|
|
|
|
|
+version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1"
|
|
|
|
|
|
+checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
- "linux-raw-sys 0.4.12",
|
|
|
|
- "rustix 0.38.28",
|
|
|
|
|
|
+ "linux-raw-sys 0.4.13",
|
|
|
|
+ "rustix 0.38.31",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xdg-home"
|
|
name = "xdg-home"
|
|
-version = "1.0.0"
|
|
|
|
|
|
+version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
|
|
|
|
|
|
+checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "nix 0.26.4",
|
|
|
|
|
|
+ "libc",
|
|
"winapi",
|
|
"winapi",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -12135,9 +11662,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "zbus"
|
|
name = "zbus"
|
|
-version = "3.14.1"
|
|
|
|
|
|
+version = "3.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948"
|
|
|
|
|
|
+checksum = "c45d06ae3b0f9ba1fb2671268b975557d8f5a84bb5ec6e43964f87e763d8bca8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-broadcast",
|
|
"async-broadcast",
|
|
"async-executor",
|
|
"async-executor",
|
|
@@ -12176,9 +11703,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "zbus_macros"
|
|
name = "zbus_macros"
|
|
-version = "3.14.1"
|
|
|
|
|
|
+version = "3.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d"
|
|
|
|
|
|
+checksum = "b4a1ba45ed0ad344b85a2bb5a1fe9830aed23d67812ea39a586e7d0136439c7d"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro-crate 1.3.1",
|
|
"proc-macro-crate 1.3.1",
|
|
"proc-macro2",
|
|
"proc-macro2",
|