chore(release): bump dependencies, update lockfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user