bump versions

This commit is contained in:
Mikaël Cluseau
2026-01-31 21:09:03 +01:00
parent f886692c7f
commit 74c8ae293d
2 changed files with 42 additions and 82 deletions

View File

@ -16,7 +16,7 @@ env_logger = "0.11.3"
eyre = { version = "0.6.12" }
itertools = "0.14.0"
log = "0.4.21"
nix = { version = "0.30.1", features = ["feature", "mount", "process", "reboot", "signal"] }
nix = { version = "0.31.1", features = ["feature", "mount", "process", "reboot", "signal"] }
regex = "1.11.1"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
@ -29,5 +29,5 @@ base64 = "0.22.1"
sys-info = "0.9.1"
dkl = { git = "https://novit.tech/direktil/dkl", version = "1.0.0" }
openssl = "0.10.73"
reqwest = { version = "0.12.22", features = ["native-tls"] }
reqwest = { version = "0.13.1", features = ["native-tls"] }
glob = "0.3.3"