mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-13 00:13:13 +00:00
update nix to 0.26
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
773400829a
commit
ae6bf664dd
@ -16,7 +16,7 @@ path = "src/lib.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
nix = "0.24"
|
nix = "0.26"
|
||||||
openidconnect = { version = "2.2", default-features = false, features = ["accept-rfc3339-timestamps"] }
|
openidconnect = { version = "2.2", default-features = false, features = ["accept-rfc3339-timestamps"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
librust-http-0.2+default-dev <!nocheck>,
|
librust-http-0.2+default-dev <!nocheck>,
|
||||||
librust-native-tls-0.2+default-dev <!nocheck>,
|
librust-native-tls-0.2+default-dev <!nocheck>,
|
||||||
librust-nix-0.24+default-dev <!nocheck>,
|
librust-nix-0.26+default-dev <!nocheck>,
|
||||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~) <!nocheck>,
|
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~) <!nocheck>,
|
||||||
librust-proxmox-sys-0.4+default-dev <!nocheck>,
|
librust-proxmox-sys-0.4+default-dev <!nocheck>,
|
||||||
librust-proxmox-sys-0.4+timer-dev <!nocheck>,
|
librust-proxmox-sys-0.4+timer-dev <!nocheck>,
|
||||||
@ -36,7 +36,7 @@ Depends:
|
|||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-http-0.2+default-dev,
|
librust-http-0.2+default-dev,
|
||||||
librust-native-tls-0.2+default-dev,
|
librust-native-tls-0.2+default-dev,
|
||||||
librust-nix-0.24+default-dev,
|
librust-nix-0.26+default-dev,
|
||||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~),
|
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~),
|
||||||
librust-proxmox-sys-0.4+default-dev,
|
librust-proxmox-sys-0.4+default-dev,
|
||||||
librust-proxmox-sys-0.4+timer-dev,
|
librust-proxmox-sys-0.4+timer-dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user