Commit 3616147b by dongshufeng

chore(all): Bump

parent 7ecdedd6
...@@ -1124,7 +1124,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" ...@@ -1124,7 +1124,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8a9aa791c7b5a71b636b7a68207fdebf171ddfc593d9c8506ec4cbc527b6a84" checksum = "f8a9aa791c7b5a71b636b7a68207fdebf171ddfc593d9c8506ec4cbc527b6a84"
dependencies = [ dependencies = [
"implicit-clone-derive", "implicit-clone-derive",
"indexmap 2.7.0", "indexmap 2.7.1",
] ]
[[package]] [[package]]
...@@ -1149,9 +1149,9 @@ dependencies = [ ...@@ -1149,9 +1149,9 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "2.7.0" version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.15.2", "hashbrown 0.15.2",
...@@ -1391,7 +1391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" ...@@ -1391,7 +1391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
dependencies = [ dependencies = [
"fixedbitset 0.4.2", "fixedbitset 0.4.2",
"indexmap 2.7.0", "indexmap 2.7.1",
"serde", "serde",
"serde_derive", "serde_derive",
] ]
...@@ -1403,7 +1403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" ...@@ -1403,7 +1403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
dependencies = [ dependencies = [
"fixedbitset 0.5.7", "fixedbitset 0.5.7",
"indexmap 2.7.0", "indexmap 2.7.1",
] ]
[[package]] [[package]]
...@@ -1616,7 +1616,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" ...@@ -1616,7 +1616,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322330e133eab455718444b4e033ebfac7c6528972c784fcde28d2cc783c6257" checksum = "322330e133eab455718444b4e033ebfac7c6528972c784fcde28d2cc783c6257"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"indexmap 2.7.0", "indexmap 2.7.1",
"log", "log",
"protobuf", "protobuf",
"protobuf-support", "protobuf-support",
...@@ -1797,9 +1797,9 @@ dependencies = [ ...@@ -1797,9 +1797,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.135" version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",
...@@ -1968,7 +1968,7 @@ version = "0.19.15" ...@@ -1968,7 +1968,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.7.0", "indexmap 2.7.1",
"toml_datetime", "toml_datetime",
"winnow", "winnow",
] ]
...@@ -2263,7 +2263,7 @@ dependencies = [ ...@@ -2263,7 +2263,7 @@ dependencies = [
"futures", "futures",
"gloo 0.10.0", "gloo 0.10.0",
"implicit-clone 0.4.9", "implicit-clone 0.4.9",
"indexmap 2.7.0", "indexmap 2.7.1",
"js-sys", "js-sys",
"prokio", "prokio",
"rustversion", "rustversion",
...@@ -2351,7 +2351,7 @@ dependencies = [ ...@@ -2351,7 +2351,7 @@ dependencies = [
"crossbeam-utils", "crossbeam-utils",
"displaydoc", "displaydoc",
"flate2", "flate2",
"indexmap 2.7.0", "indexmap 2.7.1",
"memchr", "memchr",
"thiserror 2.0.11", "thiserror 2.0.11",
"zopfli", "zopfli",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论