|
|
|
@@ -34,9 +34,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
|
|
|
name = "anstream"
|
|
|
|
version = "0.6.21"
|
|
|
|
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 = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
|
|
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-parse",
|
|
|
|
@@ -49,15 +49,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
name = "anstyle"
|
|
|
|
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 = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
|
|
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.7"
|
|
|
|
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 = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
|
|
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
@@ -119,9 +119,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "aws-lc-rs"
|
|
|
|
name = "aws-lc-rs"
|
|
|
|
version = "1.16.1"
|
|
|
|
version = "1.16.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf"
|
|
|
|
checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"aws-lc-sys",
|
|
|
|
"aws-lc-sys",
|
|
|
|
"zeroize",
|
|
|
|
"zeroize",
|
|
|
|
@@ -129,9 +129,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "aws-lc-sys"
|
|
|
|
name = "aws-lc-sys"
|
|
|
|
version = "0.38.0"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e"
|
|
|
|
checksum = "1fa7e52a4c5c547c741610a2c6f123f3881e409b714cd27e6798ef020c514f0a"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
|
"cmake",
|
|
|
|
"cmake",
|
|
|
|
@@ -207,9 +207,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
name = "cc"
|
|
|
|
version = "1.2.56"
|
|
|
|
version = "1.2.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
|
|
|
|
checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"find-msvc-tools",
|
|
|
|
"find-msvc-tools",
|
|
|
|
"jobserver",
|
|
|
|
"jobserver",
|
|
|
|
@@ -237,18 +237,18 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
name = "clap"
|
|
|
|
version = "4.5.60"
|
|
|
|
version = "4.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
|
|
|
|
checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.5.60"
|
|
|
|
version = "4.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
|
|
|
|
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"anstyle",
|
|
|
|
@@ -258,9 +258,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
name = "clap_lex"
|
|
|
|
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 = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
|
|
|
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
name = "cmake"
|
|
|
|
@@ -300,9 +300,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.4"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
|
|
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
|
|
|
name = "combine"
|
|
|
|
@@ -383,9 +383,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "dagger-sdk"
|
|
|
|
name = "dagger-sdk"
|
|
|
|
version = "0.20.1"
|
|
|
|
version = "0.20.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82dde5a2985705a4d3118281dd119d2310cba07e9be08221bd470e7af3fa5502"
|
|
|
|
checksum = "a5c6556e786a750ca94de6b018ac8392cebf1311e2c6f0203ec2aec682e2968e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.21.7",
|
|
|
|
"base64 0.21.7",
|
|
|
|
@@ -1253,9 +1253,9 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.17"
|
|
|
|
version = "1.0.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
|
|
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
|
|
|
name = "jni"
|
|
|
|
@@ -1425,9 +1425,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.21.3"
|
|
|
|
version = "1.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
|
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell_polyfill"
|
|
|
|
name = "once_cell_polyfill"
|
|
|
|
@@ -1563,9 +1563,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.11.13"
|
|
|
|
version = "0.11.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
|
|
|
|
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"aws-lc-rs",
|
|
|
|
"aws-lc-rs",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
@@ -1872,7 +1872,7 @@ dependencies = [
|
|
|
|
"aws-lc-rs",
|
|
|
|
"aws-lc-rs",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-webpki 0.103.9",
|
|
|
|
"rustls-webpki 0.103.10",
|
|
|
|
"subtle",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
@@ -1922,7 +1922,7 @@ dependencies = [
|
|
|
|
"rustls 0.23.37",
|
|
|
|
"rustls 0.23.37",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"rustls-platform-verifier-android",
|
|
|
|
"rustls-platform-verifier-android",
|
|
|
|
"rustls-webpki 0.103.9",
|
|
|
|
"rustls-webpki 0.103.10",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"security-framework-sys",
|
|
|
|
"webpki-root-certs",
|
|
|
|
"webpki-root-certs",
|
|
|
|
@@ -1947,9 +1947,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.103.9"
|
|
|
|
version = "0.103.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
|
|
|
|
checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"aws-lc-rs",
|
|
|
|
"aws-lc-rs",
|
|
|
|
"ring 0.17.14",
|
|
|
|
"ring 0.17.14",
|
|
|
|
@@ -2298,9 +2298,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
|
|
|
name = "tar"
|
|
|
|
version = "0.4.44"
|
|
|
|
version = "0.4.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
|
|
|
|
checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
@@ -2309,9 +2309,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.26.0"
|
|
|
|
version = "3.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
|
|
|
|
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"fastrand",
|
|
|
|
"getrandom 0.4.2",
|
|
|
|
"getrandom 0.4.2",
|
|
|
|
@@ -2558,9 +2558,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.22"
|
|
|
|
version = "0.3.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
|
|
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"nu-ansi-term",
|
|
|
|
@@ -3303,18 +3303,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.8.40"
|
|
|
|
version = "0.8.47"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
|
|
|
|
checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.8.40"
|
|
|
|
version = "0.8.47"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
|
|
|
|
checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
|