chore(tvix/tools): move narinfo2parquet to //users/edef
This is not a core Tvix tool, it's a tool that uses a Tvix component. Change-Id: I81d2b2374da23489df0097dcabb8295c82652fc1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12606 Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
bb34210a64
commit
cb032b250e
6 changed files with 448 additions and 176 deletions
|
@ -128,7 +128,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -139,7 +139,7 @@ checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -198,9 +198,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "2.4.1"
|
||||
version = "2.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
||||
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
||||
|
||||
[[package]]
|
||||
name = "block-buffer"
|
||||
|
@ -234,9 +234,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bstr"
|
||||
version = "1.7.0"
|
||||
version = "1.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
|
||||
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"regex-automata",
|
||||
|
@ -266,14 +266,14 @@ checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.6.1"
|
||||
version = "1.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
||||
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
|
@ -420,7 +420,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -467,9 +467,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ed25519-dalek"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0"
|
||||
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
|
||||
dependencies = [
|
||||
"curve25519-dalek",
|
||||
"ed25519",
|
||||
|
@ -493,7 +493,7 @@ checksum = "ba7795da175654fe16979af73f81f26a8ea27638d8d9823d317016888a63dc4c"
|
|||
dependencies = [
|
||||
"num-traits",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -505,7 +505,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -521,7 +521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "7c18ee0ed65a5f1f81cac6b1d213b69c35fa47d4252ad41f1486dbd8226fe36e"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -626,7 +626,7 @@ checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -713,9 +713,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|||
|
||||
[[package]]
|
||||
name = "hermit-abi"
|
||||
version = "0.3.3"
|
||||
version = "0.3.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
||||
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
||||
|
||||
[[package]]
|
||||
name = "home"
|
||||
|
@ -723,7 +723,7 @@ version = "0.5.5"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
||||
dependencies = [
|
||||
"windows-sys",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -859,9 +859,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.6.4"
|
||||
version = "2.7.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
||||
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||||
|
||||
[[package]]
|
||||
name = "memmap2"
|
||||
|
@ -907,13 +907,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mio"
|
||||
version = "0.8.11"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
||||
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
||||
dependencies = [
|
||||
"hermit-abi",
|
||||
"libc",
|
||||
"wasi",
|
||||
"windows-sys",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -954,7 +955,7 @@ dependencies = [
|
|||
name = "nix-compat"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bitflags 2.4.1",
|
||||
"bitflags 2.6.0",
|
||||
"bstr",
|
||||
"bytes",
|
||||
"data-encoding",
|
||||
|
@ -963,6 +964,7 @@ dependencies = [
|
|||
"enum-primitive-derive",
|
||||
"glob",
|
||||
"mimalloc",
|
||||
"nix-compat-derive",
|
||||
"nom",
|
||||
"num-traits",
|
||||
"pin-project-lite",
|
||||
|
@ -974,6 +976,15 @@ dependencies = [
|
|||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix-compat-derive"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "7.1.3"
|
||||
|
@ -1012,16 +1023,6 @@ dependencies = [
|
|||
"libm",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num_cpus"
|
||||
version = "1.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
||||
dependencies = [
|
||||
"hermit-abi",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "object"
|
||||
version = "0.32.1"
|
||||
|
@ -1055,9 +1056,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
version = "0.2.13"
|
||||
version = "0.2.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
||||
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
||||
|
||||
[[package]]
|
||||
name = "pin-utils"
|
||||
|
@ -1158,7 +1159,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "d0f5efe734b6cbe5f97ea769be8360df5324fade396f1f3f5ad7fe9360ca4a23"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"bitflags 2.4.1",
|
||||
"bitflags 2.6.0",
|
||||
"bytemuck",
|
||||
"chrono",
|
||||
"either",
|
||||
|
@ -1228,7 +1229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "9d7105b40905bb38e8fc4a7fd736594b7491baa12fad3ac492969ca221a1b5d5"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"bitflags 2.4.1",
|
||||
"bitflags 2.6.0",
|
||||
"glob",
|
||||
"once_cell",
|
||||
"polars-arrow",
|
||||
|
@ -1417,18 +1418,18 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.69"
|
||||
version = "1.0.87"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
||||
checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
|
||||
dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.33"
|
||||
version = "1.0.37"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
||||
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
]
|
||||
|
@ -1552,11 +1553,11 @@ version = "0.38.21"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
|
||||
dependencies = [
|
||||
"bitflags 2.4.1",
|
||||
"bitflags 2.6.0",
|
||||
"errno",
|
||||
"libc",
|
||||
"linux-raw-sys",
|
||||
"windows-sys",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1591,22 +1592,22 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.192"
|
||||
version = "1.0.210"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
|
||||
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.192"
|
||||
version = "1.0.210"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
|
||||
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1679,7 +1680,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1738,7 +1739,7 @@ dependencies = [
|
|||
"proc-macro2",
|
||||
"quote",
|
||||
"rustversion",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1760,9 +1761,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.39"
|
||||
version = "2.0.79"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
||||
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -1799,7 +1800,7 @@ dependencies = [
|
|||
"fastrand",
|
||||
"redox_syscall",
|
||||
"rustix",
|
||||
"windows-sys",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1815,50 +1816,49 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.50"
|
||||
version = "1.0.64"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
||||
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.50"
|
||||
version = "1.0.64"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
||||
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.37.0"
|
||||
version = "1.40.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
|
||||
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
"libc",
|
||||
"mio",
|
||||
"num_cpus",
|
||||
"pin-project-lite",
|
||||
"socket2",
|
||||
"tokio-macros",
|
||||
"windows-sys",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tokio-macros"
|
||||
version = "2.2.0"
|
||||
version = "2.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
||||
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1893,7 +1893,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1950,7 +1950,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
"wasm-bindgen-shared",
|
||||
]
|
||||
|
||||
|
@ -1972,7 +1972,7 @@ checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
"wasm-bindgen-backend",
|
||||
"wasm-bindgen-shared",
|
||||
]
|
||||
|
@ -2042,6 +2042,15 @@ dependencies = [
|
|||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-sys"
|
||||
version = "0.52.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
||||
dependencies = [
|
||||
"windows-targets 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-targets"
|
||||
version = "0.48.5"
|
||||
|
@ -2179,7 +2188,7 @@ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.39",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
|
@ -409,7 +409,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "full" "visit-mut" ];
|
||||
}
|
||||
];
|
||||
|
@ -436,7 +436,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "full" "visit-mut" ];
|
||||
}
|
||||
];
|
||||
|
@ -591,11 +591,11 @@ rec {
|
|||
};
|
||||
resolvedDefaultFeatures = [ "default" ];
|
||||
};
|
||||
"bitflags 2.4.1" = rec {
|
||||
"bitflags 2.6.0" = rec {
|
||||
crateName = "bitflags";
|
||||
version = "2.4.1";
|
||||
version = "2.6.0";
|
||||
edition = "2021";
|
||||
sha256 = "01ryy3kd671b0ll4bhdvhsz67vwz1lz53fz504injrd7wpv64xrj";
|
||||
sha256 = "1pkidwzn3hnxlsl8zizh0bncgbjnw7c41cx7bby26ncbzmiznj5h";
|
||||
authors = [
|
||||
"The Rust Project Developers"
|
||||
];
|
||||
|
@ -696,9 +696,9 @@ rec {
|
|||
};
|
||||
"bstr" = rec {
|
||||
crateName = "bstr";
|
||||
version = "1.7.0";
|
||||
version = "1.10.0";
|
||||
edition = "2021";
|
||||
sha256 = "06gh43qpgdqfsfpykw9y4708y0qclajwc2bbsymkv3yk5pxxg6n7";
|
||||
sha256 = "036wwrchd5gq3q4k6w1j2bfl2bk2ff8c0dsa9y7w7aw7nf7knwj0";
|
||||
authors = [
|
||||
"Andrew Gallant <jamslam@gmail.com>"
|
||||
];
|
||||
|
@ -786,16 +786,16 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
"bytes" = rec {
|
||||
crateName = "bytes";
|
||||
version = "1.6.1";
|
||||
version = "1.7.2";
|
||||
edition = "2018";
|
||||
sha256 = "0lnryqfiymbq5mfflfmbsqvfnw80kkh36nk5kpiscgxb9ac1cad1";
|
||||
sha256 = "1wzs7l57iwqmrszdpr2mmqf1b1hgvpxafc30imxhnry0zfl9m3a2";
|
||||
authors = [
|
||||
"Carl Lerche <me@carllerche.com>"
|
||||
"Sean McArthur <sean@seanmonstar.com>"
|
||||
|
@ -1227,7 +1227,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "full" ];
|
||||
}
|
||||
];
|
||||
|
@ -1362,9 +1362,9 @@ rec {
|
|||
};
|
||||
"ed25519-dalek" = rec {
|
||||
crateName = "ed25519-dalek";
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
edition = "2021";
|
||||
sha256 = "1h13qm789m9gdjl6jazss80hqi8ll37m0afwcnw23zcbqjp8wqhz";
|
||||
sha256 = "0w88cafwglg9hjizldbmlza0ns3hls81zk1bcih3m5m3h67algaa";
|
||||
libName = "ed25519_dalek";
|
||||
authors = [
|
||||
"isis lovecruft <isis@patternsinthevoid.net>"
|
||||
|
@ -1474,7 +1474,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -1503,7 +1503,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "full" ];
|
||||
}
|
||||
];
|
||||
|
@ -1545,7 +1545,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys";
|
||||
packageId = "windows-sys 0.48.0";
|
||||
target = { target, features }: (target."windows" or false);
|
||||
features = [ "Win32_Foundation" "Win32_System_Diagnostics_Debug" ];
|
||||
}
|
||||
|
@ -1842,7 +1842,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "full" ];
|
||||
}
|
||||
];
|
||||
|
@ -2128,9 +2128,9 @@ rec {
|
|||
};
|
||||
"hermit-abi" = rec {
|
||||
crateName = "hermit-abi";
|
||||
version = "0.3.3";
|
||||
version = "0.3.9";
|
||||
edition = "2021";
|
||||
sha256 = "1dyc8qsjh876n74a3rcz8h43s27nj1sypdhsn2ms61bd3b47wzyp";
|
||||
sha256 = "092hxjbjnq5fmz66grd9plxd0sh6ssg5fhgwwwqbrzgzkjwdycfj";
|
||||
libName = "hermit_abi";
|
||||
authors = [
|
||||
"Stefan Lankes"
|
||||
|
@ -2154,7 +2154,7 @@ rec {
|
|||
dependencies = [
|
||||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys";
|
||||
packageId = "windows-sys 0.48.0";
|
||||
target = { target, features }: (target."windows" or false);
|
||||
features = [ "Win32_Foundation" "Win32_UI_Shell" ];
|
||||
}
|
||||
|
@ -2509,9 +2509,9 @@ rec {
|
|||
};
|
||||
"memchr" = rec {
|
||||
crateName = "memchr";
|
||||
version = "2.6.4";
|
||||
version = "2.7.4";
|
||||
edition = "2021";
|
||||
sha256 = "0rq1ka8790ns41j147npvxcqcl2anxyngsdimy85ag2api0fwrgn";
|
||||
sha256 = "18z32bhxrax0fnjikv475z7ii718hq457qwmaryixfxsl2qrmjkq";
|
||||
authors = [
|
||||
"Andrew Gallant <jamslam@gmail.com>"
|
||||
"bluss"
|
||||
|
@ -2635,15 +2635,21 @@ rec {
|
|||
};
|
||||
"mio" = rec {
|
||||
crateName = "mio";
|
||||
version = "0.8.11";
|
||||
edition = "2018";
|
||||
sha256 = "034byyl0ardml5yliy1hmvx8arkmn9rv479pid794sm07ia519m4";
|
||||
version = "1.0.2";
|
||||
edition = "2021";
|
||||
sha256 = "1v1cnnn44awxbcfm4zlavwgkvbyg7gp5zzjm8mqf1apkrwflvq40";
|
||||
authors = [
|
||||
"Carl Lerche <me@carllerche.com>"
|
||||
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
|
||||
"Tokio Contributors <team@tokio.rs>"
|
||||
];
|
||||
dependencies = [
|
||||
{
|
||||
name = "hermit-abi";
|
||||
packageId = "hermit-abi";
|
||||
rename = "libc";
|
||||
target = { target, features }: ("hermit" == target."os" or null);
|
||||
}
|
||||
{
|
||||
name = "libc";
|
||||
packageId = "libc";
|
||||
|
@ -2661,9 +2667,9 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys";
|
||||
packageId = "windows-sys 0.52.0";
|
||||
target = { target, features }: (target."windows" or false);
|
||||
features = [ "Win32_Foundation" "Win32_Networking_WinSock" "Win32_Storage_FileSystem" "Win32_System_IO" "Win32_System_WindowsProgramming" ];
|
||||
features = [ "Wdk_Foundation" "Wdk_Storage_FileSystem" "Wdk_System_IO" "Win32_Foundation" "Win32_Networking_WinSock" "Win32_Storage_FileSystem" "Win32_System_IO" "Win32_System_WindowsProgramming" ];
|
||||
}
|
||||
];
|
||||
features = {
|
||||
|
@ -2780,12 +2786,12 @@ rec {
|
|||
version = "0.1.0";
|
||||
edition = "2021";
|
||||
crateBin = [ ];
|
||||
src = lib.cleanSourceWith { filter = sourceFilter; src = ../../nix-compat; };
|
||||
src = lib.cleanSourceWith { filter = sourceFilter; src = ../../../tvix/nix-compat; };
|
||||
libName = "nix_compat";
|
||||
dependencies = [
|
||||
{
|
||||
name = "bitflags";
|
||||
packageId = "bitflags 2.4.1";
|
||||
packageId = "bitflags 2.6.0";
|
||||
}
|
||||
{
|
||||
name = "bstr";
|
||||
|
@ -2821,6 +2827,11 @@ rec {
|
|||
name = "mimalloc";
|
||||
packageId = "mimalloc";
|
||||
}
|
||||
{
|
||||
name = "nix-compat-derive";
|
||||
packageId = "nix-compat-derive";
|
||||
optional = true;
|
||||
}
|
||||
{
|
||||
name = "nom";
|
||||
packageId = "nom";
|
||||
|
@ -2875,12 +2886,39 @@ rec {
|
|||
features = {
|
||||
"async" = [ "tokio" ];
|
||||
"bytes" = [ "dep:bytes" ];
|
||||
"default" = [ "async" "wire" ];
|
||||
"default" = [ "async" "wire" "nix-compat-derive" ];
|
||||
"nix-compat-derive" = [ "dep:nix-compat-derive" ];
|
||||
"pin-project-lite" = [ "dep:pin-project-lite" ];
|
||||
"tokio" = [ "dep:tokio" ];
|
||||
"wire" = [ "tokio" "pin-project-lite" "bytes" ];
|
||||
};
|
||||
resolvedDefaultFeatures = [ "async" "bytes" "default" "pin-project-lite" "tokio" "wire" ];
|
||||
resolvedDefaultFeatures = [ "async" "bytes" "default" "nix-compat-derive" "pin-project-lite" "tokio" "wire" ];
|
||||
};
|
||||
"nix-compat-derive" = rec {
|
||||
crateName = "nix-compat-derive";
|
||||
version = "0.1.0";
|
||||
edition = "2021";
|
||||
src = lib.cleanSourceWith { filter = sourceFilter; src = ../../../tvix/nix-compat-derive; };
|
||||
procMacro = true;
|
||||
libName = "nix_compat_derive";
|
||||
dependencies = [
|
||||
{
|
||||
name = "proc-macro2";
|
||||
packageId = "proc-macro2";
|
||||
features = [ "proc-macro" ];
|
||||
}
|
||||
{
|
||||
name = "quote";
|
||||
packageId = "quote";
|
||||
features = [ "proc-macro" ];
|
||||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "full" "extra-traits" ];
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
"nom" = rec {
|
||||
crateName = "nom";
|
||||
|
@ -2975,28 +3013,6 @@ rec {
|
|||
};
|
||||
resolvedDefaultFeatures = [ "default" "libm" "std" ];
|
||||
};
|
||||
"num_cpus" = rec {
|
||||
crateName = "num_cpus";
|
||||
version = "1.16.0";
|
||||
edition = "2015";
|
||||
sha256 = "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1";
|
||||
authors = [
|
||||
"Sean McArthur <sean@seanmonstar.com>"
|
||||
];
|
||||
dependencies = [
|
||||
{
|
||||
name = "hermit-abi";
|
||||
packageId = "hermit-abi";
|
||||
target = { target, features }: ("hermit" == target."os" or null);
|
||||
}
|
||||
{
|
||||
name = "libc";
|
||||
packageId = "libc";
|
||||
target = { target, features }: (!(target."windows" or false));
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
"object" = rec {
|
||||
crateName = "object";
|
||||
version = "0.32.1";
|
||||
|
@ -3094,9 +3110,9 @@ rec {
|
|||
};
|
||||
"pin-project-lite" = rec {
|
||||
crateName = "pin-project-lite";
|
||||
version = "0.2.13";
|
||||
version = "0.2.14";
|
||||
edition = "2018";
|
||||
sha256 = "0n0bwr5qxlf0mhn2xkl36sy55118s9qmvx2yl5f3ixkb007lbywa";
|
||||
sha256 = "00nx3f04agwjlsmd3mc5rx5haibj2v8q9b52b0kwn63wcv4nz9mx";
|
||||
libName = "pin_project_lite";
|
||||
|
||||
};
|
||||
|
@ -3602,7 +3618,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "bitflags";
|
||||
packageId = "bitflags 2.4.1";
|
||||
packageId = "bitflags 2.6.0";
|
||||
}
|
||||
{
|
||||
name = "bytemuck";
|
||||
|
@ -3953,7 +3969,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "bitflags";
|
||||
packageId = "bitflags 2.4.1";
|
||||
packageId = "bitflags 2.6.0";
|
||||
}
|
||||
{
|
||||
name = "glob";
|
||||
|
@ -4966,9 +4982,9 @@ rec {
|
|||
};
|
||||
"proc-macro2" = rec {
|
||||
crateName = "proc-macro2";
|
||||
version = "1.0.69";
|
||||
version = "1.0.87";
|
||||
edition = "2021";
|
||||
sha256 = "1nljgyllbm3yr3pa081bf83gxh6l4zvjqzaldw7v4mj9xfgihk0k";
|
||||
sha256 = "16mifsq1nqzk81qm82aszib44jsd23gpqic5z4kbmzpnvjhdmr5k";
|
||||
libName = "proc_macro2";
|
||||
authors = [
|
||||
"David Tolnay <dtolnay@gmail.com>"
|
||||
|
@ -4987,9 +5003,9 @@ rec {
|
|||
};
|
||||
"quote" = rec {
|
||||
crateName = "quote";
|
||||
version = "1.0.33";
|
||||
version = "1.0.37";
|
||||
edition = "2018";
|
||||
sha256 = "1biw54hbbr12wdwjac55z1m2x2rylciw83qnjn564a3096jgqrsj";
|
||||
sha256 = "1brklraw2g34bxy9y4q1nbrccn7bv36ylihv12c9vlcii55x7fdm";
|
||||
authors = [
|
||||
"David Tolnay <dtolnay@gmail.com>"
|
||||
];
|
||||
|
@ -5386,7 +5402,7 @@ rec {
|
|||
dependencies = [
|
||||
{
|
||||
name = "bitflags";
|
||||
packageId = "bitflags 2.4.1";
|
||||
packageId = "bitflags 2.6.0";
|
||||
usesDefaultFeatures = false;
|
||||
}
|
||||
{
|
||||
|
@ -5442,7 +5458,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys";
|
||||
packageId = "windows-sys 0.48.0";
|
||||
target = { target, features }: (target."windows" or false);
|
||||
features = [ "Win32_Foundation" "Win32_Networking_WinSock" "Win32_NetworkManagement_IpHelper" "Win32_System_Threading" ];
|
||||
}
|
||||
|
@ -5547,9 +5563,9 @@ rec {
|
|||
};
|
||||
"serde" = rec {
|
||||
crateName = "serde";
|
||||
version = "1.0.192";
|
||||
version = "1.0.210";
|
||||
edition = "2018";
|
||||
sha256 = "00ghhaabyrnr2cn504lckyqzh3fwr8k7pxnhhardr1djhj2a18mw";
|
||||
sha256 = "0flc0z8wgax1k4j5bf2zyq48bgzyv425jkd5w0i6wbh7f8j5kqy8";
|
||||
authors = [
|
||||
"Erick Tryzelaar <erick.tryzelaar@gmail.com>"
|
||||
"David Tolnay <dtolnay@gmail.com>"
|
||||
|
@ -5581,9 +5597,9 @@ rec {
|
|||
};
|
||||
"serde_derive" = rec {
|
||||
crateName = "serde_derive";
|
||||
version = "1.0.192";
|
||||
version = "1.0.210";
|
||||
edition = "2015";
|
||||
sha256 = "1hgvm47ffd748sx22z1da7mgcfjmpr60gqzkff0a9yn9przj1iyn";
|
||||
sha256 = "07yzy4wafk79ps0hmbqmsqh5xjna4pm4q57wc847bb8gl3nh4f94";
|
||||
procMacro = true;
|
||||
authors = [
|
||||
"Erick Tryzelaar <erick.tryzelaar@gmail.com>"
|
||||
|
@ -5593,14 +5609,20 @@ rec {
|
|||
{
|
||||
name = "proc-macro2";
|
||||
packageId = "proc-macro2";
|
||||
usesDefaultFeatures = false;
|
||||
features = [ "proc-macro" ];
|
||||
}
|
||||
{
|
||||
name = "quote";
|
||||
packageId = "quote";
|
||||
usesDefaultFeatures = false;
|
||||
features = [ "proc-macro" ];
|
||||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
usesDefaultFeatures = false;
|
||||
features = [ "clone-impls" "derive" "parsing" "printing" "proc-macro" ];
|
||||
}
|
||||
];
|
||||
features = { };
|
||||
|
@ -5803,7 +5825,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys";
|
||||
packageId = "windows-sys 0.48.0";
|
||||
target = { target, features }: (target."windows" or false);
|
||||
features = [ "Win32_Foundation" "Win32_Networking_WinSock" "Win32_System_IO" "Win32_System_Threading" "Win32_System_WindowsProgramming" ];
|
||||
}
|
||||
|
@ -5943,7 +5965,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "parsing" "extra-traits" ];
|
||||
}
|
||||
];
|
||||
|
@ -5996,11 +6018,11 @@ rec {
|
|||
};
|
||||
resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "full" "parsing" "printing" "proc-macro" "quote" "visit-mut" ];
|
||||
};
|
||||
"syn 2.0.39" = rec {
|
||||
"syn 2.0.79" = rec {
|
||||
crateName = "syn";
|
||||
version = "2.0.39";
|
||||
version = "2.0.79";
|
||||
edition = "2021";
|
||||
sha256 = "0ymyhxnk1yi4pzf72qk3lrdm9lgjwcrcwci0hhz5vx7wya88prr3";
|
||||
sha256 = "147mk4sgigmvsb9l8qzj199ygf0fgb0bphwdsghn8205pz82q4w9";
|
||||
authors = [
|
||||
"David Tolnay <dtolnay@gmail.com>"
|
||||
];
|
||||
|
@ -6023,12 +6045,11 @@ rec {
|
|||
];
|
||||
features = {
|
||||
"default" = [ "derive" "parsing" "printing" "clone-impls" "proc-macro" ];
|
||||
"printing" = [ "quote" ];
|
||||
"proc-macro" = [ "proc-macro2/proc-macro" "quote/proc-macro" ];
|
||||
"quote" = [ "dep:quote" ];
|
||||
"printing" = [ "dep:quote" ];
|
||||
"proc-macro" = [ "proc-macro2/proc-macro" "quote?/proc-macro" ];
|
||||
"test" = [ "syn-test-suite/all-features" ];
|
||||
};
|
||||
resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "full" "parsing" "printing" "proc-macro" "quote" "visit" "visit-mut" ];
|
||||
resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "full" "parsing" "printing" "proc-macro" "visit" "visit-mut" ];
|
||||
};
|
||||
"sysinfo" = rec {
|
||||
crateName = "sysinfo";
|
||||
|
@ -6123,7 +6144,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys";
|
||||
packageId = "windows-sys 0.48.0";
|
||||
target = { target, features }: (target."windows" or false);
|
||||
features = [ "Win32_Storage_FileSystem" "Win32_Foundation" ];
|
||||
}
|
||||
|
@ -6158,9 +6179,9 @@ rec {
|
|||
};
|
||||
"thiserror" = rec {
|
||||
crateName = "thiserror";
|
||||
version = "1.0.50";
|
||||
version = "1.0.64";
|
||||
edition = "2021";
|
||||
sha256 = "1ll2sfbrxks8jja161zh1pgm3yssr7aawdmaa2xmcwcsbh7j39zr";
|
||||
sha256 = "114s8lmssxl0c2480s671am88vzlasbaikxbvfv8pyqrq6mzh2nm";
|
||||
authors = [
|
||||
"David Tolnay <dtolnay@gmail.com>"
|
||||
];
|
||||
|
@ -6174,9 +6195,9 @@ rec {
|
|||
};
|
||||
"thiserror-impl" = rec {
|
||||
crateName = "thiserror-impl";
|
||||
version = "1.0.50";
|
||||
version = "1.0.64";
|
||||
edition = "2021";
|
||||
sha256 = "1f0lmam4765sfnwr4b1n00y14vxh10g0311mkk0adr80pi02wsr6";
|
||||
sha256 = "1hvzmjx9iamln854l74qyhs0jl2pg3hhqzpqm9p8gszmf9v4x408";
|
||||
procMacro = true;
|
||||
libName = "thiserror_impl";
|
||||
authors = [
|
||||
|
@ -6193,16 +6214,16 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
"tokio" = rec {
|
||||
crateName = "tokio";
|
||||
version = "1.37.0";
|
||||
version = "1.40.0";
|
||||
edition = "2021";
|
||||
sha256 = "11v7qhvpwsf976frqgrjl1jy308bdkxq195gb38cypx7xkzypnqs";
|
||||
sha256 = "166rllhfkyqp0fs7sxn6crv74iizi4wzd3cvxkcpmlk52qip1c72";
|
||||
authors = [
|
||||
"Tokio Contributors <team@tokio.rs>"
|
||||
];
|
||||
|
@ -6229,11 +6250,6 @@ rec {
|
|||
optional = true;
|
||||
usesDefaultFeatures = false;
|
||||
}
|
||||
{
|
||||
name = "num_cpus";
|
||||
packageId = "num_cpus";
|
||||
optional = true;
|
||||
}
|
||||
{
|
||||
name = "pin-project-lite";
|
||||
packageId = "pin-project-lite";
|
||||
|
@ -6252,7 +6268,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys";
|
||||
packageId = "windows-sys 0.52.0";
|
||||
optional = true;
|
||||
target = { target, features }: (target."windows" or false);
|
||||
}
|
||||
|
@ -6270,7 +6286,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "windows-sys";
|
||||
packageId = "windows-sys";
|
||||
packageId = "windows-sys 0.52.0";
|
||||
target = { target, features }: (target."windows" or false);
|
||||
features = [ "Win32_Foundation" "Win32_Security_Authorization" ];
|
||||
}
|
||||
|
@ -6283,10 +6299,9 @@ rec {
|
|||
"macros" = [ "tokio-macros" ];
|
||||
"mio" = [ "dep:mio" ];
|
||||
"net" = [ "libc" "mio/os-poll" "mio/os-ext" "mio/net" "socket2" "windows-sys/Win32_Foundation" "windows-sys/Win32_Security" "windows-sys/Win32_Storage_FileSystem" "windows-sys/Win32_System_Pipes" "windows-sys/Win32_System_SystemServices" ];
|
||||
"num_cpus" = [ "dep:num_cpus" ];
|
||||
"parking_lot" = [ "dep:parking_lot" ];
|
||||
"process" = [ "bytes" "libc" "mio/os-poll" "mio/os-ext" "mio/net" "signal-hook-registry" "windows-sys/Win32_Foundation" "windows-sys/Win32_System_Threading" "windows-sys/Win32_System_WindowsProgramming" ];
|
||||
"rt-multi-thread" = [ "num_cpus" "rt" ];
|
||||
"rt-multi-thread" = [ "rt" ];
|
||||
"signal" = [ "libc" "mio/os-poll" "mio/net" "mio/os-ext" "signal-hook-registry" "windows-sys/Win32_Foundation" "windows-sys/Win32_System_Console" ];
|
||||
"signal-hook-registry" = [ "dep:signal-hook-registry" ];
|
||||
"socket2" = [ "dep:socket2" ];
|
||||
|
@ -6295,13 +6310,13 @@ rec {
|
|||
"tracing" = [ "dep:tracing" ];
|
||||
"windows-sys" = [ "dep:windows-sys" ];
|
||||
};
|
||||
resolvedDefaultFeatures = [ "bytes" "default" "io-util" "libc" "macros" "mio" "net" "num_cpus" "rt" "rt-multi-thread" "socket2" "sync" "time" "tokio-macros" "windows-sys" ];
|
||||
resolvedDefaultFeatures = [ "bytes" "default" "io-util" "libc" "macros" "mio" "net" "rt" "rt-multi-thread" "socket2" "sync" "time" "tokio-macros" "windows-sys" ];
|
||||
};
|
||||
"tokio-macros" = rec {
|
||||
crateName = "tokio-macros";
|
||||
version = "2.2.0";
|
||||
version = "2.4.0";
|
||||
edition = "2021";
|
||||
sha256 = "0fwjy4vdx1h9pi4g2nml72wi0fr27b5m954p13ji9anyy8l1x2jv";
|
||||
sha256 = "0lnpg14h1v3fh2jvnc8cz7cjf0m7z1xgkwfpcyy632g829imjgb9";
|
||||
procMacro = true;
|
||||
libName = "tokio_macros";
|
||||
authors = [
|
||||
|
@ -6318,7 +6333,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "full" ];
|
||||
}
|
||||
];
|
||||
|
@ -6439,7 +6454,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
usesDefaultFeatures = false;
|
||||
features = [ "full" "parsing" "printing" "visit-mut" "clone-impls" "extra-traits" "proc-macro" ];
|
||||
}
|
||||
|
@ -6587,7 +6602,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "full" ];
|
||||
}
|
||||
{
|
||||
|
@ -6646,7 +6661,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
features = [ "visit" "full" ];
|
||||
}
|
||||
{
|
||||
|
@ -7440,7 +7455,7 @@ rec {
|
|||
features = { };
|
||||
resolvedDefaultFeatures = [ "default" ];
|
||||
};
|
||||
"windows-sys" = rec {
|
||||
"windows-sys 0.48.0" = rec {
|
||||
crateName = "windows-sys";
|
||||
version = "0.48.0";
|
||||
edition = "2018";
|
||||
|
@ -7732,7 +7747,255 @@ rec {
|
|||
"Win32_Web" = [ "Win32" ];
|
||||
"Win32_Web_InternetExplorer" = [ "Win32_Web" ];
|
||||
};
|
||||
resolvedDefaultFeatures = [ "Win32" "Win32_Foundation" "Win32_NetworkManagement" "Win32_NetworkManagement_IpHelper" "Win32_Networking" "Win32_Networking_WinSock" "Win32_Security" "Win32_Storage" "Win32_Storage_FileSystem" "Win32_System" "Win32_System_Diagnostics" "Win32_System_Diagnostics_Debug" "Win32_System_IO" "Win32_System_Pipes" "Win32_System_SystemServices" "Win32_System_Threading" "Win32_System_WindowsProgramming" "Win32_UI" "Win32_UI_Shell" "default" ];
|
||||
resolvedDefaultFeatures = [ "Win32" "Win32_Foundation" "Win32_NetworkManagement" "Win32_NetworkManagement_IpHelper" "Win32_Networking" "Win32_Networking_WinSock" "Win32_Storage" "Win32_Storage_FileSystem" "Win32_System" "Win32_System_Diagnostics" "Win32_System_Diagnostics_Debug" "Win32_System_IO" "Win32_System_Threading" "Win32_System_WindowsProgramming" "Win32_UI" "Win32_UI_Shell" "default" ];
|
||||
};
|
||||
"windows-sys 0.52.0" = rec {
|
||||
crateName = "windows-sys";
|
||||
version = "0.52.0";
|
||||
edition = "2021";
|
||||
sha256 = "0gd3v4ji88490zgb6b5mq5zgbvwv7zx1ibn8v3x83rwcdbryaar8";
|
||||
libName = "windows_sys";
|
||||
authors = [
|
||||
"Microsoft"
|
||||
];
|
||||
dependencies = [
|
||||
{
|
||||
name = "windows-targets";
|
||||
packageId = "windows-targets 0.52.0";
|
||||
}
|
||||
];
|
||||
features = {
|
||||
"Wdk_Foundation" = [ "Wdk" ];
|
||||
"Wdk_Graphics" = [ "Wdk" ];
|
||||
"Wdk_Graphics_Direct3D" = [ "Wdk_Graphics" ];
|
||||
"Wdk_Storage" = [ "Wdk" ];
|
||||
"Wdk_Storage_FileSystem" = [ "Wdk_Storage" ];
|
||||
"Wdk_Storage_FileSystem_Minifilters" = [ "Wdk_Storage_FileSystem" ];
|
||||
"Wdk_System" = [ "Wdk" ];
|
||||
"Wdk_System_IO" = [ "Wdk_System" ];
|
||||
"Wdk_System_OfflineRegistry" = [ "Wdk_System" ];
|
||||
"Wdk_System_Registry" = [ "Wdk_System" ];
|
||||
"Wdk_System_SystemInformation" = [ "Wdk_System" ];
|
||||
"Wdk_System_SystemServices" = [ "Wdk_System" ];
|
||||
"Wdk_System_Threading" = [ "Wdk_System" ];
|
||||
"Win32_Data" = [ "Win32" ];
|
||||
"Win32_Data_HtmlHelp" = [ "Win32_Data" ];
|
||||
"Win32_Data_RightsManagement" = [ "Win32_Data" ];
|
||||
"Win32_Devices" = [ "Win32" ];
|
||||
"Win32_Devices_AllJoyn" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_BiometricFramework" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Bluetooth" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Communication" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_DeviceAndDriverInstallation" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_DeviceQuery" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Display" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Enumeration" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Enumeration_Pnp" = [ "Win32_Devices_Enumeration" ];
|
||||
"Win32_Devices_Fax" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_HumanInterfaceDevice" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_PortableDevices" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Properties" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Pwm" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Sensors" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_SerialCommunication" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Tapi" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_Usb" = [ "Win32_Devices" ];
|
||||
"Win32_Devices_WebServicesOnDevices" = [ "Win32_Devices" ];
|
||||
"Win32_Foundation" = [ "Win32" ];
|
||||
"Win32_Gaming" = [ "Win32" ];
|
||||
"Win32_Globalization" = [ "Win32" ];
|
||||
"Win32_Graphics" = [ "Win32" ];
|
||||
"Win32_Graphics_Dwm" = [ "Win32_Graphics" ];
|
||||
"Win32_Graphics_Gdi" = [ "Win32_Graphics" ];
|
||||
"Win32_Graphics_GdiPlus" = [ "Win32_Graphics" ];
|
||||
"Win32_Graphics_Hlsl" = [ "Win32_Graphics" ];
|
||||
"Win32_Graphics_OpenGL" = [ "Win32_Graphics" ];
|
||||
"Win32_Graphics_Printing" = [ "Win32_Graphics" ];
|
||||
"Win32_Graphics_Printing_PrintTicket" = [ "Win32_Graphics_Printing" ];
|
||||
"Win32_Management" = [ "Win32" ];
|
||||
"Win32_Management_MobileDeviceManagementRegistration" = [ "Win32_Management" ];
|
||||
"Win32_Media" = [ "Win32" ];
|
||||
"Win32_Media_Audio" = [ "Win32_Media" ];
|
||||
"Win32_Media_DxMediaObjects" = [ "Win32_Media" ];
|
||||
"Win32_Media_KernelStreaming" = [ "Win32_Media" ];
|
||||
"Win32_Media_Multimedia" = [ "Win32_Media" ];
|
||||
"Win32_Media_Streaming" = [ "Win32_Media" ];
|
||||
"Win32_Media_WindowsMediaFormat" = [ "Win32_Media" ];
|
||||
"Win32_NetworkManagement" = [ "Win32" ];
|
||||
"Win32_NetworkManagement_Dhcp" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_Dns" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_InternetConnectionWizard" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_IpHelper" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_Multicast" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_Ndis" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_NetBios" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_NetManagement" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_NetShell" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_NetworkDiagnosticsFramework" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_P2P" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_QoS" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_Rras" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_Snmp" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_WNet" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_WebDav" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_WiFi" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_WindowsConnectionManager" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_WindowsFilteringPlatform" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_WindowsFirewall" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_NetworkManagement_WindowsNetworkVirtualization" = [ "Win32_NetworkManagement" ];
|
||||
"Win32_Networking" = [ "Win32" ];
|
||||
"Win32_Networking_ActiveDirectory" = [ "Win32_Networking" ];
|
||||
"Win32_Networking_Clustering" = [ "Win32_Networking" ];
|
||||
"Win32_Networking_HttpServer" = [ "Win32_Networking" ];
|
||||
"Win32_Networking_Ldap" = [ "Win32_Networking" ];
|
||||
"Win32_Networking_WebSocket" = [ "Win32_Networking" ];
|
||||
"Win32_Networking_WinHttp" = [ "Win32_Networking" ];
|
||||
"Win32_Networking_WinInet" = [ "Win32_Networking" ];
|
||||
"Win32_Networking_WinSock" = [ "Win32_Networking" ];
|
||||
"Win32_Networking_WindowsWebServices" = [ "Win32_Networking" ];
|
||||
"Win32_Security" = [ "Win32" ];
|
||||
"Win32_Security_AppLocker" = [ "Win32_Security" ];
|
||||
"Win32_Security_Authentication" = [ "Win32_Security" ];
|
||||
"Win32_Security_Authentication_Identity" = [ "Win32_Security_Authentication" ];
|
||||
"Win32_Security_Authorization" = [ "Win32_Security" ];
|
||||
"Win32_Security_Credentials" = [ "Win32_Security" ];
|
||||
"Win32_Security_Cryptography" = [ "Win32_Security" ];
|
||||
"Win32_Security_Cryptography_Catalog" = [ "Win32_Security_Cryptography" ];
|
||||
"Win32_Security_Cryptography_Certificates" = [ "Win32_Security_Cryptography" ];
|
||||
"Win32_Security_Cryptography_Sip" = [ "Win32_Security_Cryptography" ];
|
||||
"Win32_Security_Cryptography_UI" = [ "Win32_Security_Cryptography" ];
|
||||
"Win32_Security_DiagnosticDataQuery" = [ "Win32_Security" ];
|
||||
"Win32_Security_DirectoryServices" = [ "Win32_Security" ];
|
||||
"Win32_Security_EnterpriseData" = [ "Win32_Security" ];
|
||||
"Win32_Security_ExtensibleAuthenticationProtocol" = [ "Win32_Security" ];
|
||||
"Win32_Security_Isolation" = [ "Win32_Security" ];
|
||||
"Win32_Security_LicenseProtection" = [ "Win32_Security" ];
|
||||
"Win32_Security_NetworkAccessProtection" = [ "Win32_Security" ];
|
||||
"Win32_Security_WinTrust" = [ "Win32_Security" ];
|
||||
"Win32_Security_WinWlx" = [ "Win32_Security" ];
|
||||
"Win32_Storage" = [ "Win32" ];
|
||||
"Win32_Storage_Cabinets" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_CloudFilters" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_Compression" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_DistributedFileSystem" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_FileHistory" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_FileSystem" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_Imapi" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_IndexServer" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_InstallableFileSystems" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_IscsiDisc" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_Jet" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_Nvme" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_OfflineFiles" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_OperationRecorder" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_Packaging" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_Packaging_Appx" = [ "Win32_Storage_Packaging" ];
|
||||
"Win32_Storage_ProjectedFileSystem" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_StructuredStorage" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_Vhd" = [ "Win32_Storage" ];
|
||||
"Win32_Storage_Xps" = [ "Win32_Storage" ];
|
||||
"Win32_System" = [ "Win32" ];
|
||||
"Win32_System_AddressBook" = [ "Win32_System" ];
|
||||
"Win32_System_Antimalware" = [ "Win32_System" ];
|
||||
"Win32_System_ApplicationInstallationAndServicing" = [ "Win32_System" ];
|
||||
"Win32_System_ApplicationVerifier" = [ "Win32_System" ];
|
||||
"Win32_System_ClrHosting" = [ "Win32_System" ];
|
||||
"Win32_System_Com" = [ "Win32_System" ];
|
||||
"Win32_System_Com_Marshal" = [ "Win32_System_Com" ];
|
||||
"Win32_System_Com_StructuredStorage" = [ "Win32_System_Com" ];
|
||||
"Win32_System_Com_Urlmon" = [ "Win32_System_Com" ];
|
||||
"Win32_System_ComponentServices" = [ "Win32_System" ];
|
||||
"Win32_System_Console" = [ "Win32_System" ];
|
||||
"Win32_System_CorrelationVector" = [ "Win32_System" ];
|
||||
"Win32_System_DataExchange" = [ "Win32_System" ];
|
||||
"Win32_System_DeploymentServices" = [ "Win32_System" ];
|
||||
"Win32_System_DeveloperLicensing" = [ "Win32_System" ];
|
||||
"Win32_System_Diagnostics" = [ "Win32_System" ];
|
||||
"Win32_System_Diagnostics_Ceip" = [ "Win32_System_Diagnostics" ];
|
||||
"Win32_System_Diagnostics_Debug" = [ "Win32_System_Diagnostics" ];
|
||||
"Win32_System_Diagnostics_Debug_Extensions" = [ "Win32_System_Diagnostics_Debug" ];
|
||||
"Win32_System_Diagnostics_Etw" = [ "Win32_System_Diagnostics" ];
|
||||
"Win32_System_Diagnostics_ProcessSnapshotting" = [ "Win32_System_Diagnostics" ];
|
||||
"Win32_System_Diagnostics_ToolHelp" = [ "Win32_System_Diagnostics" ];
|
||||
"Win32_System_DistributedTransactionCoordinator" = [ "Win32_System" ];
|
||||
"Win32_System_Environment" = [ "Win32_System" ];
|
||||
"Win32_System_ErrorReporting" = [ "Win32_System" ];
|
||||
"Win32_System_EventCollector" = [ "Win32_System" ];
|
||||
"Win32_System_EventLog" = [ "Win32_System" ];
|
||||
"Win32_System_EventNotificationService" = [ "Win32_System" ];
|
||||
"Win32_System_GroupPolicy" = [ "Win32_System" ];
|
||||
"Win32_System_HostCompute" = [ "Win32_System" ];
|
||||
"Win32_System_HostComputeNetwork" = [ "Win32_System" ];
|
||||
"Win32_System_HostComputeSystem" = [ "Win32_System" ];
|
||||
"Win32_System_Hypervisor" = [ "Win32_System" ];
|
||||
"Win32_System_IO" = [ "Win32_System" ];
|
||||
"Win32_System_Iis" = [ "Win32_System" ];
|
||||
"Win32_System_Ioctl" = [ "Win32_System" ];
|
||||
"Win32_System_JobObjects" = [ "Win32_System" ];
|
||||
"Win32_System_Js" = [ "Win32_System" ];
|
||||
"Win32_System_Kernel" = [ "Win32_System" ];
|
||||
"Win32_System_LibraryLoader" = [ "Win32_System" ];
|
||||
"Win32_System_Mailslots" = [ "Win32_System" ];
|
||||
"Win32_System_Mapi" = [ "Win32_System" ];
|
||||
"Win32_System_Memory" = [ "Win32_System" ];
|
||||
"Win32_System_Memory_NonVolatile" = [ "Win32_System_Memory" ];
|
||||
"Win32_System_MessageQueuing" = [ "Win32_System" ];
|
||||
"Win32_System_MixedReality" = [ "Win32_System" ];
|
||||
"Win32_System_Ole" = [ "Win32_System" ];
|
||||
"Win32_System_PasswordManagement" = [ "Win32_System" ];
|
||||
"Win32_System_Performance" = [ "Win32_System" ];
|
||||
"Win32_System_Performance_HardwareCounterProfiling" = [ "Win32_System_Performance" ];
|
||||
"Win32_System_Pipes" = [ "Win32_System" ];
|
||||
"Win32_System_Power" = [ "Win32_System" ];
|
||||
"Win32_System_ProcessStatus" = [ "Win32_System" ];
|
||||
"Win32_System_Recovery" = [ "Win32_System" ];
|
||||
"Win32_System_Registry" = [ "Win32_System" ];
|
||||
"Win32_System_RemoteDesktop" = [ "Win32_System" ];
|
||||
"Win32_System_RemoteManagement" = [ "Win32_System" ];
|
||||
"Win32_System_RestartManager" = [ "Win32_System" ];
|
||||
"Win32_System_Restore" = [ "Win32_System" ];
|
||||
"Win32_System_Rpc" = [ "Win32_System" ];
|
||||
"Win32_System_Search" = [ "Win32_System" ];
|
||||
"Win32_System_Search_Common" = [ "Win32_System_Search" ];
|
||||
"Win32_System_SecurityCenter" = [ "Win32_System" ];
|
||||
"Win32_System_Services" = [ "Win32_System" ];
|
||||
"Win32_System_SetupAndMigration" = [ "Win32_System" ];
|
||||
"Win32_System_Shutdown" = [ "Win32_System" ];
|
||||
"Win32_System_StationsAndDesktops" = [ "Win32_System" ];
|
||||
"Win32_System_SubsystemForLinux" = [ "Win32_System" ];
|
||||
"Win32_System_SystemInformation" = [ "Win32_System" ];
|
||||
"Win32_System_SystemServices" = [ "Win32_System" ];
|
||||
"Win32_System_Threading" = [ "Win32_System" ];
|
||||
"Win32_System_Time" = [ "Win32_System" ];
|
||||
"Win32_System_TpmBaseServices" = [ "Win32_System" ];
|
||||
"Win32_System_UserAccessLogging" = [ "Win32_System" ];
|
||||
"Win32_System_Variant" = [ "Win32_System" ];
|
||||
"Win32_System_VirtualDosMachines" = [ "Win32_System" ];
|
||||
"Win32_System_WindowsProgramming" = [ "Win32_System" ];
|
||||
"Win32_System_Wmi" = [ "Win32_System" ];
|
||||
"Win32_UI" = [ "Win32" ];
|
||||
"Win32_UI_Accessibility" = [ "Win32_UI" ];
|
||||
"Win32_UI_ColorSystem" = [ "Win32_UI" ];
|
||||
"Win32_UI_Controls" = [ "Win32_UI" ];
|
||||
"Win32_UI_Controls_Dialogs" = [ "Win32_UI_Controls" ];
|
||||
"Win32_UI_HiDpi" = [ "Win32_UI" ];
|
||||
"Win32_UI_Input" = [ "Win32_UI" ];
|
||||
"Win32_UI_Input_Ime" = [ "Win32_UI_Input" ];
|
||||
"Win32_UI_Input_KeyboardAndMouse" = [ "Win32_UI_Input" ];
|
||||
"Win32_UI_Input_Pointer" = [ "Win32_UI_Input" ];
|
||||
"Win32_UI_Input_Touch" = [ "Win32_UI_Input" ];
|
||||
"Win32_UI_Input_XboxController" = [ "Win32_UI_Input" ];
|
||||
"Win32_UI_InteractionContext" = [ "Win32_UI" ];
|
||||
"Win32_UI_Magnification" = [ "Win32_UI" ];
|
||||
"Win32_UI_Shell" = [ "Win32_UI" ];
|
||||
"Win32_UI_Shell_PropertiesSystem" = [ "Win32_UI_Shell" ];
|
||||
"Win32_UI_TabletPC" = [ "Win32_UI" ];
|
||||
"Win32_UI_TextServices" = [ "Win32_UI" ];
|
||||
"Win32_UI_WindowsAndMessaging" = [ "Win32_UI" ];
|
||||
"Win32_Web" = [ "Win32" ];
|
||||
"Win32_Web_InternetExplorer" = [ "Win32_Web" ];
|
||||
};
|
||||
resolvedDefaultFeatures = [ "Wdk" "Wdk_Foundation" "Wdk_Storage" "Wdk_Storage_FileSystem" "Wdk_System" "Wdk_System_IO" "Win32" "Win32_Foundation" "Win32_Networking" "Win32_Networking_WinSock" "Win32_Security" "Win32_Storage" "Win32_Storage_FileSystem" "Win32_System" "Win32_System_IO" "Win32_System_Pipes" "Win32_System_SystemServices" "Win32_System_WindowsProgramming" "default" ];
|
||||
};
|
||||
"windows-targets 0.48.5" = rec {
|
||||
crateName = "windows-targets";
|
||||
|
@ -8039,7 +8302,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "syn";
|
||||
packageId = "syn 2.0.39";
|
||||
packageId = "syn 2.0.79";
|
||||
}
|
||||
];
|
||||
|
|
@ -11,7 +11,7 @@ members = ["."]
|
|||
[dependencies]
|
||||
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
||||
jemallocator = "0.5.4"
|
||||
nix-compat = { version = "0.1.0", path = "../../nix-compat" }
|
||||
nix-compat = { version = "0.1.0", path = "../../../tvix/nix-compat" }
|
||||
tempfile-fast = "0.3.4"
|
||||
zstd = "0.13.0"
|
||||
|
Loading…
Reference in a new issue