teleport_13: 13.4.3 -> 13.4.5

This commit is contained in:
Justinas Stankevicius 2023-11-13 20:39:38 +02:00
parent 6a6f894d2b
commit 46deeba77a
2 changed files with 10 additions and 21 deletions

View file

@ -449,17 +449,6 @@ dependencies = [
"termcolor",
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno"
version = "0.3.0"
@ -713,7 +702,7 @@ checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
dependencies = [
"hermit-abi 0.2.6",
"io-lifetimes",
"rustix 0.36.5",
"rustix 0.36.16",
"windows-sys 0.42.0",
]
@ -1363,16 +1352,16 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.36.5"
version = "0.36.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
checksum = "6da3636faa25820d8648e0e31c5d519bbb01f72fdf57131f0f5f7da5fed36eab"
dependencies = [
"bitflags 1.3.2",
"errno 0.2.8",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -1382,7 +1371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c348b5dc624ecee40108aa2922fed8bad89d7fcc2b9f8cb18f632898ac4a37f9"
dependencies = [
"bitflags 1.3.2",
"errno 0.3.0",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.0",

View file

@ -1,9 +1,9 @@
{ callPackage, ... }@args:
callPackage ../generic.nix ({
version = "13.4.3";
hash = "sha256-x8G94jKycK3nYwqDA5RPc63GHIk9y4pHfSwSBqGBINk=";
vendorHash = "sha256-Pb3eO9zqLgTD7otM7yGRWicQjvpIXg7xKV8Oc4yh8PA=";
yarnHash = "sha256-GnoiLqzqGV0UZm5zePCDBUUX63NTIIo1dcxtiWQDPqc=";
version = "13.4.5";
hash = "sha256-uZolRnESFP65Xgvr29laEok2kBbm7G2qY9j8yKRrUdo=";
vendorHash = "sha256-Bkr6R9P2YTqvTEQkHvVdsRmWp6pv3Qg0WaQ+pERclWc=";
yarnHash = "sha256-60k4LRHpX4rYXZZ0CC44PqzL3PDu8PadV0kwXatnByI=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {