chore(tvix): update dependencies

Get rid of the RUSTSEC warnings.

Change-Id: I949f5173eb3e807f2de497f2eb94493f7a331e18
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11623
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2024-05-10 17:19:35 +03:00 committed by clbot
parent fe20ba5ffc
commit d9c2a1994c
2 changed files with 57 additions and 57 deletions

48
tvix/Cargo.lock generated
View file

@ -344,7 +344,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.2.0",
"hyper 1.3.1",
"hyper-util",
"itoa",
"matchit",
@ -1409,7 +1409,7 @@ dependencies = [
"hyper 0.14.28",
"hyper-rustls",
"ring",
"rustls 0.21.10",
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
@ -1471,9 +1471,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "h2"
version = "0.3.24"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
@ -1490,9 +1490,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ee2dd2e4f378392eeff5d51618cd9a63166a2513846bbc55f21cfacd9199d4"
checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
dependencies = [
"bytes",
"fnv",
@ -1646,7 +1646,7 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.24",
"h2 0.3.26",
"http 0.2.11",
"http-body 0.4.6",
"httparse",
@ -1662,14 +1662,14 @@ dependencies = [
[[package]]
name = "hyper"
version = "1.2.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a"
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.3",
"h2 0.4.4",
"http 1.1.0",
"http-body 1.0.0",
"httparse",
@ -1689,7 +1689,7 @@ dependencies = [
"futures-util",
"http 0.2.11",
"hyper 0.14.28",
"rustls 0.21.10",
"rustls 0.21.12",
"rustls-native-certs 0.6.3",
"tokio",
"tokio-rustls 0.24.1",
@ -1717,7 +1717,7 @@ dependencies = [
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.2.0",
"hyper 1.3.1",
"pin-project-lite",
"socket2",
"tokio",
@ -2126,9 +2126,9 @@ dependencies = [
[[package]]
name = "mio"
version = "0.8.10"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
@ -3032,7 +3032,7 @@ dependencies = [
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.3.24",
"h2 0.3.26",
"http 0.2.11",
"http-body 0.4.6",
"hyper 0.14.28",
@ -3044,7 +3044,7 @@ dependencies = [
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls 0.21.10",
"rustls 0.21.12",
"rustls-native-certs 0.6.3",
"rustls-pemfile 1.0.4",
"serde",
@ -3176,9 +3176,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.21.10"
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log",
"ring",
@ -3188,9 +3188,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.22.2"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41"
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
dependencies = [
"log",
"ring",
@ -3927,7 +3927,7 @@ version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls 0.21.10",
"rustls 0.21.12",
"tokio",
]
@ -3937,7 +3937,7 @@ version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls 0.22.2",
"rustls 0.22.4",
"rustls-pki-types",
"tokio",
]
@ -4042,7 +4042,7 @@ dependencies = [
"bytes",
"futures-core",
"futures-util",
"h2 0.3.24",
"h2 0.3.26",
"http 0.2.11",
"http-body 0.4.6",
"hyper 0.14.28",
@ -4069,7 +4069,7 @@ dependencies = [
"axum 0.6.20",
"base64",
"bytes",
"h2 0.3.24",
"h2 0.3.26",
"http 0.2.11",
"http-body 0.4.6",
"hyper 0.14.28",

View file

@ -1160,7 +1160,7 @@ rec {
}
{
name = "hyper";
packageId = "hyper 1.2.0";
packageId = "hyper 1.3.1";
optional = true;
}
{
@ -4349,7 +4349,7 @@ rec {
}
{
name = "rustls";
packageId = "rustls 0.21.10";
packageId = "rustls 0.21.12";
}
{
name = "rustls-pemfile";
@ -4527,11 +4527,11 @@ rec {
];
};
"h2 0.3.24" = rec {
"h2 0.3.26" = rec {
crateName = "h2";
version = "0.3.24";
version = "0.3.26";
edition = "2018";
sha256 = "1jf9488b66nayxzp3iw3b2rb64y49hdbbywnv9wfwrsv14i48b5v";
sha256 = "1s7msnfv7xprzs6xzfj5sg6p8bjcdpcqcmjjbkd345cyi1x55zl1";
authors = [
"Carl Lerche <me@carllerche.com>"
"Sean McArthur <sean@seanmonstar.com>"
@ -4599,11 +4599,11 @@ rec {
];
features = { };
};
"h2 0.4.3" = rec {
"h2 0.4.4" = rec {
crateName = "h2";
version = "0.4.3";
version = "0.4.4";
edition = "2021";
sha256 = "1m4rj76zl77jany6p10k4mm1cqwsrlc1dmgmxwp3jy7kwk92vvji";
sha256 = "0sc0ymhiqp4hbz39d405cjbga77wnz2pprbgyc498xs58hlwfvl1";
authors = [
"Carl Lerche <me@carllerche.com>"
"Sean McArthur <sean@seanmonstar.com>"
@ -5021,7 +5021,7 @@ rec {
}
{
name = "h2";
packageId = "h2 0.3.24";
packageId = "h2 0.3.26";
optional = true;
}
{
@ -5099,11 +5099,11 @@ rec {
};
resolvedDefaultFeatures = [ "client" "default" "full" "h2" "http1" "http2" "runtime" "server" "socket2" "stream" "tcp" ];
};
"hyper 1.2.0" = rec {
"hyper 1.3.1" = rec {
crateName = "hyper";
version = "1.2.0";
version = "1.3.1";
edition = "2021";
sha256 = "0fi6k7hz5fmdph0a5r8hw50d7h2n9zxkizmafcmb65f67bblhr8q";
sha256 = "0va9pjqshsr8zc07m9h4j2821hsmd9lw9j416yisjqh8gp8msmzy";
authors = [
"Sean McArthur <sean@seanmonstar.com>"
];
@ -5125,7 +5125,7 @@ rec {
}
{
name = "h2";
packageId = "h2 0.4.3";
packageId = "h2 0.4.4";
optional = true;
}
{
@ -5178,7 +5178,7 @@ rec {
name = "futures-util";
packageId = "futures-util";
usesDefaultFeatures = false;
features = [ "sink" ];
features = [ "alloc" "sink" ];
}
{
name = "tokio";
@ -5188,7 +5188,7 @@ rec {
];
features = {
"client" = [ "dep:want" "dep:pin-project-lite" "dep:smallvec" ];
"ffi" = [ "dep:libc" "dep:http-body-util" ];
"ffi" = [ "dep:libc" "dep:http-body-util" "futures-util?/alloc" ];
"full" = [ "client" "http1" "http2" "server" ];
"http1" = [ "dep:futures-channel" "dep:futures-util" "dep:httparse" "dep:itoa" ];
"http2" = [ "dep:futures-channel" "dep:futures-util" "dep:h2" ];
@ -5220,7 +5220,7 @@ rec {
}
{
name = "rustls";
packageId = "rustls 0.21.10";
packageId = "rustls 0.21.12";
usesDefaultFeatures = false;
}
{
@ -5246,7 +5246,7 @@ rec {
}
{
name = "rustls";
packageId = "rustls 0.21.10";
packageId = "rustls 0.21.12";
usesDefaultFeatures = false;
features = [ "tls12" ];
}
@ -5341,7 +5341,7 @@ rec {
}
{
name = "hyper";
packageId = "hyper 1.2.0";
packageId = "hyper 1.3.1";
}
{
name = "pin-project-lite";
@ -5367,7 +5367,7 @@ rec {
}
{
name = "hyper";
packageId = "hyper 1.2.0";
packageId = "hyper 1.3.1";
features = [ "full" ];
}
{
@ -6511,9 +6511,9 @@ rec {
};
"mio" = rec {
crateName = "mio";
version = "0.8.10";
version = "0.8.11";
edition = "2018";
sha256 = "02gyaxvaia9zzi4drrw59k9s0j6pa5d1y2kv7iplwjipdqlhngcg";
sha256 = "034byyl0ardml5yliy1hmvx8arkmn9rv479pid794sm07ia519m4";
authors = [
"Carl Lerche <me@carllerche.com>"
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
@ -9352,7 +9352,7 @@ rec {
}
{
name = "h2";
packageId = "h2 0.3.24";
packageId = "h2 0.3.26";
target = { target, features }: (!("wasm32" == target."arch" or null));
}
{
@ -9415,7 +9415,7 @@ rec {
}
{
name = "rustls";
packageId = "rustls 0.21.10";
packageId = "rustls 0.21.12";
optional = true;
target = { target, features }: (!("wasm32" == target."arch" or null));
features = [ "dangerous_configuration" ];
@ -9977,11 +9977,11 @@ rec {
};
resolvedDefaultFeatures = [ "alloc" "default" "event" "fs" "net" "pipe" "process" "std" "termios" "time" "use-libc-auxv" ];
};
"rustls 0.21.10" = rec {
"rustls 0.21.12" = rec {
crateName = "rustls";
version = "0.21.10";
version = "0.21.12";
edition = "2021";
sha256 = "1fmpzk3axnhkd99saqkvraifdfms4pkyi56lkihf8n877j0sdmgr";
sha256 = "0gjdg2a9r81sdwkyw3n5yfbkrr6p9gyk3xr2kcsr3cs83x6s2miz";
dependencies = [
{
name = "log";
@ -10018,11 +10018,11 @@ rec {
};
resolvedDefaultFeatures = [ "dangerous_configuration" "default" "log" "logging" "tls12" ];
};
"rustls 0.22.2" = rec {
"rustls 0.22.4" = rec {
crateName = "rustls";
version = "0.22.2";
version = "0.22.4";
edition = "2021";
sha256 = "0hcxyhq6ynvws9v5b2h81s1nwmijmya7a3vyyyhsy1wqpmb9jz78";
sha256 = "0cl4q6w0x1cl5ldjsgbbiiqhkz6qg5vxl5dkn9wwsyxc44vzfkmz";
dependencies = [
{
name = "log";
@ -12203,7 +12203,7 @@ rec {
dependencies = [
{
name = "rustls";
packageId = "rustls 0.21.10";
packageId = "rustls 0.21.12";
usesDefaultFeatures = false;
}
{
@ -12235,7 +12235,7 @@ rec {
dependencies = [
{
name = "rustls";
packageId = "rustls 0.22.2";
packageId = "rustls 0.22.4";
usesDefaultFeatures = false;
}
{
@ -12614,7 +12614,7 @@ rec {
}
{
name = "h2";
packageId = "h2 0.3.24";
packageId = "h2 0.3.26";
optional = true;
}
{
@ -12765,7 +12765,7 @@ rec {
}
{
name = "h2";
packageId = "h2 0.3.24";
packageId = "h2 0.3.26";
optional = true;
}
{