chore: bump Cargo.toml to 0.1.0

This commit is contained in:
github-actions[bot]
2025-09-15 22:13:34 +00:00
parent fc75487da9
commit d563cc286f
Generated
+11 -11
View File
@@ -1559,7 +1559,7 @@ dependencies = [
"cfg-if",
"libc",
"r-efi",
"wasi 0.14.6+wasi-0.2.4",
"wasi 0.14.7+wasi-0.2.4",
]
[[package]]
@@ -1633,7 +1633,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http 0.2.12",
"indexmap 2.11.2",
"indexmap 2.11.3",
"slab",
"tokio",
"tokio-util",
@@ -1652,7 +1652,7 @@ dependencies = [
"futures-core",
"futures-sink",
"http 1.3.1",
"indexmap 2.11.2",
"indexmap 2.11.3",
"slab",
"tokio",
"tokio-util",
@@ -2065,9 +2065,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.11.2"
version = "2.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24855426e2ca0eb0c416e7e1f548b11f7547805faeed2a3d3e961286b51f7d53"
checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3"
dependencies = [
"equivalent",
"hashbrown 0.15.5",
@@ -2629,7 +2629,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
dependencies = [
"base64 0.22.1",
"indexmap 2.11.2",
"indexmap 2.11.3",
"quick-xml",
"serde",
"time",
@@ -3379,7 +3379,7 @@ dependencies = [
"chrono",
"hex",
"indexmap 1.9.3",
"indexmap 2.11.2",
"indexmap 2.11.3",
"schemars 0.9.0",
"schemars 1.0.4",
"serde",
@@ -3407,7 +3407,7 @@ version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
"indexmap 2.11.2",
"indexmap 2.11.3",
"itoa",
"ryu",
"serde",
@@ -3822,7 +3822,7 @@ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
dependencies = [
"futures-core",
"futures-util",
"indexmap 2.11.2",
"indexmap 2.11.3",
"pin-project-lite",
"slab",
"sync_wrapper",
@@ -4147,9 +4147,9 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[package]]
name = "wasi"
version = "0.14.6+wasi-0.2.4"
version = "0.14.7+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f71243a3f320c00a8459e455c046ce571229c2f31fd11645d9dc095e3068ca0"
checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
dependencies = [
"wasip2",
]