Cargo.toml: bump deps
All checks were successful
All checks were successful
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "mysqladm-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "BSD3"
|
||||
license = "BSD-3-Clause"
|
||||
authors = [
|
||||
"oysteikt@pvv.ntnu.no",
|
||||
"felixalb@pvv.ntnu.no",
|
||||
@@ -20,9 +20,9 @@ autolib = false
|
||||
anyhow = "1.0.100"
|
||||
async-bincode = "0.8.0"
|
||||
bincode = "2.0.1"
|
||||
clap = { version = "4.5.51", features = ["derive"] }
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
clap-verbosity-flag = "3.0.4"
|
||||
clap_complete = "4.5.60"
|
||||
clap_complete = "4.5.61"
|
||||
derive_more = { version = "2.0.1", features = ["display", "error"] }
|
||||
dialoguer = "0.12.0"
|
||||
env_logger = "0.11.8"
|
||||
|
||||
Reference in New Issue
Block a user