Cargo.toml: bump deps
All checks were successful
Build and test / check (push) Successful in 1m42s
Build and test / build (push) Successful in 2m47s
Build and test / test (push) Successful in 3m17s
Build and test / check-license (push) Successful in 6m4s
Build and test / docs (push) Successful in 5m36s

This commit is contained in:
2025-11-25 19:36:07 +09:00
parent d350438176
commit 412e5c1604
2 changed files with 42 additions and 42 deletions

View File

@@ -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"