chore(release): bump dependencies, update lockfile

This commit is contained in:
steven-omaha
2024-03-20 11:30:08 +01:00
parent 489074a897
commit 1bcb7f80cd
2 changed files with 187 additions and 174 deletions
+4 -4
View File
@@ -11,12 +11,12 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = { workspace = true }
clap = "4.4"
clap = "4.5"
const_format = { version = "0.2", default-features = false }
path-absolutize = "3.1"
regex = { version = "1.10", default-features = false, features = ["std"] }
termios = "0.3"
walkdir = "2.4"
walkdir = "2.5"
serde = "1.0"
serde_derive = "1.0"
@@ -26,8 +26,8 @@ serde_yaml = "0.9"
pacdef_macros = { path = "../pacdef_macros", version = "1.0" }
# backends
alpm = { version = "2.2", optional = true }
rust-apt = { version = "0.5", optional = true }
alpm = { version = "3.0", optional = true }
rust-apt = { version = "0.7", optional = true }
libc = { version = "0.2", optional = true } # for debian