|
@@ -24,7 +24,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
- "getrandom 0.2.15",
|
|
|
|
|
|
+ "getrandom 0.2.16",
|
|
"once_cell",
|
|
"once_cell",
|
|
"version_check",
|
|
"version_check",
|
|
"zerocopy 0.7.35",
|
|
"zerocopy 0.7.35",
|
|
@@ -51,15 +51,6 @@ version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "async-func"
|
|
|
|
-version = "0.2.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "61cf3fe5910b9139e5f8b4bdb4a0923d5aaae21fb45cb64e22d4b43ac70da5ad"
|
|
|
|
-dependencies = [
|
|
|
|
- "tokio",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "atoi"
|
|
name = "atoi"
|
|
version = "2.0.0"
|
|
version = "2.0.0"
|
|
@@ -122,9 +113,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "brotli"
|
|
name = "brotli"
|
|
-version = "8.0.0"
|
|
|
|
|
|
+version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cf19e729cdbd51af9a397fb9ef8ac8378007b797f8273cfbfdf45dcaa316167b"
|
|
|
|
|
|
+checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
|
|
dependencies = [
|
|
dependencies = [
|
|
"alloc-no-stdlib",
|
|
"alloc-no-stdlib",
|
|
"alloc-stdlib",
|
|
"alloc-stdlib",
|
|
@@ -414,6 +405,15 @@ dependencies = [
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "future-fn"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "001452c736697c8f96e4689dc5ab6a89f175981417139a44f1dd1f7c20d430a5"
|
|
|
|
+dependencies = [
|
|
|
|
+ "tokio",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures"
|
|
name = "futures"
|
|
version = "0.3.31"
|
|
version = "0.3.31"
|
|
@@ -526,9 +526,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "getrandom"
|
|
name = "getrandom"
|
|
-version = "0.2.15"
|
|
|
|
|
|
+version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
|
|
|
|
+checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"libc",
|
|
"libc",
|
|
@@ -561,7 +561,7 @@ version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa2c385c6df70fd180bbb673d93039dbd2cd34e41d782600bdf6e1ca7bce39aa"
|
|
checksum = "aa2c385c6df70fd180bbb673d93039dbd2cd34e41d782600bdf6e1ca7bce39aa"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "hashbrown 0.15.2",
|
|
|
|
|
|
+ "hashbrown 0.15.3",
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -573,9 +573,9 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hashbrown"
|
|
name = "hashbrown"
|
|
-version = "0.15.2"
|
|
|
|
|
|
+version = "0.15.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
|
|
|
+checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"allocator-api2",
|
|
"allocator-api2",
|
|
"equivalent",
|
|
"equivalent",
|
|
@@ -588,7 +588,7 @@ 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 = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "hashbrown 0.15.2",
|
|
|
|
|
|
+ "hashbrown 0.15.3",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -638,9 +638,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "http-compress"
|
|
name = "http-compress"
|
|
-version = "2.13.0"
|
|
|
|
|
|
+version = "2.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fbec9c630191b7df2029ba5a70558a8fa9b30e0bc73bcdb08ea1d69e9764ed4d"
|
|
|
|
|
|
+checksum = "42e8fe2367f50ba59314488b240828c518c17f3b19d48d2555c62d947925d6ac"
|
|
dependencies = [
|
|
dependencies = [
|
|
"brotli",
|
|
"brotli",
|
|
"flate2",
|
|
"flate2",
|
|
@@ -655,9 +655,9 @@ checksum = "1292cbdcf2588d15f8bf14cac381785c11ca7634d6a088cad9eebb5068d2652b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "http-type"
|
|
name = "http-type"
|
|
-version = "3.67.0"
|
|
|
|
|
|
+version = "3.68.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7db6b0794e5bb36a7bb661c755983428455a2dd1ee80ca579bb54256ceaf2975"
|
|
|
|
|
|
+checksum = "7ccd07d720a1fe07d30d1f7f6f0eb5ebda6c0280d113a8211abe382e23872536"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ahash",
|
|
"ahash",
|
|
"dashmap",
|
|
"dashmap",
|
|
@@ -682,14 +682,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hyperlane"
|
|
name = "hyperlane"
|
|
-version = "4.90.1"
|
|
|
|
|
|
+version = "4.92.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1f21eb7a2d9b9462603f2df9a47e00504c74df98b5d45a5a62a58ae9e7ee3b4b"
|
|
|
|
|
|
+checksum = "01a1ff97d715538d6207da4e199a8486d3c4d6198777477cda350e409b8da73b"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "async-func",
|
|
|
|
"clonelicious",
|
|
"clonelicious",
|
|
"color-output",
|
|
"color-output",
|
|
"file-operation",
|
|
"file-operation",
|
|
|
|
+ "future-fn",
|
|
"http-type",
|
|
"http-type",
|
|
"hyperlane-log",
|
|
"hyperlane-log",
|
|
"recoverable-spawn",
|
|
"recoverable-spawn",
|
|
@@ -871,7 +871,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"equivalent",
|
|
"equivalent",
|
|
- "hashbrown 0.15.2",
|
|
|
|
|
|
+ "hashbrown 0.15.3",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -907,9 +907,9 @@ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libm"
|
|
name = "libm"
|
|
-version = "0.2.11"
|
|
|
|
|
|
+version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
|
|
|
|
|
+checksum = "a25169bd5913a4b437588a7e3d127cd6e90127b60e0ffbd834a38f1599e016b8"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libsqlite3-sys"
|
|
name = "libsqlite3-sys"
|
|
@@ -1157,7 +1157,7 @@ version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "zerocopy 0.8.24",
|
|
|
|
|
|
+ "zerocopy 0.8.25",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1231,7 +1231,7 @@ version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "getrandom 0.2.15",
|
|
|
|
|
|
+ "getrandom 0.2.16",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1266,9 +1266,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
name = "redox_syscall"
|
|
-version = "0.5.11"
|
|
|
|
|
|
+version = "0.5.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
|
|
|
|
|
|
+checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags",
|
|
"bitflags",
|
|
]
|
|
]
|
|
@@ -1321,9 +1321,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustix"
|
|
name = "rustix"
|
|
-version = "1.0.5"
|
|
|
|
|
|
+version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
|
|
|
|
|
|
+checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags",
|
|
"bitflags",
|
|
"errno",
|
|
"errno",
|
|
@@ -1355,9 +1355,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde-xml-rs"
|
|
name = "serde-xml-rs"
|
|
-version = "0.7.0"
|
|
|
|
|
|
+version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "12ef8209566c27b96b10a096e25abc534e08e9bbbcf8e444b92640f1416dd1c6"
|
|
|
|
|
|
+checksum = "176b7ff880ab6ead7a020e773e9c096467fe347615a3e22ac29300cbdef67a5d"
|
|
dependencies = [
|
|
dependencies = [
|
|
"log",
|
|
"log",
|
|
"serde",
|
|
"serde",
|
|
@@ -1422,9 +1422,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sha2"
|
|
name = "sha2"
|
|
-version = "0.10.8"
|
|
|
|
|
|
+version = "0.10.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
|
|
|
+checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"cpufeatures",
|
|
@@ -1433,9 +1433,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
name = "signal-hook-registry"
|
|
-version = "1.4.3"
|
|
|
|
|
|
+version = "1.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c28b4eafe8a2d82f83559ef5941afff1ccba3da8e375c8f148efd75df181bf4f"
|
|
|
|
|
|
+checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
@@ -1547,7 +1547,7 @@ dependencies = [
|
|
"futures-intrusive",
|
|
"futures-intrusive",
|
|
"futures-io",
|
|
"futures-io",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "hashbrown 0.15.2",
|
|
|
|
|
|
+ "hashbrown 0.15.3",
|
|
"hashlink",
|
|
"hashlink",
|
|
"indexmap",
|
|
"indexmap",
|
|
"log",
|
|
"log",
|
|
@@ -1738,9 +1738,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "syn"
|
|
name = "syn"
|
|
-version = "2.0.100"
|
|
|
|
|
|
+version = "2.0.101"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
|
|
|
|
|
+checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -1749,9 +1749,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "synstructure"
|
|
name = "synstructure"
|
|
-version = "0.13.1"
|
|
|
|
|
|
+version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
|
|
+checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -2301,11 +2301,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "zerocopy"
|
|
name = "zerocopy"
|
|
-version = "0.8.24"
|
|
|
|
|
|
+version = "0.8.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
|
|
|
|
|
|
+checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "zerocopy-derive 0.8.24",
|
|
|
|
|
|
+ "zerocopy-derive 0.8.25",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2321,9 +2321,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "zerocopy-derive"
|
|
name = "zerocopy-derive"
|
|
-version = "0.8.24"
|
|
|
|
|
|
+version = "0.8.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
|
|
|
|
|
|
+checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|