Update rust dependencies
This commit is contained in:
parent
3fb7c143fb
commit
d9b11f6e38
1034
Cargo.lock
generated
1034
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
42
Cargo.toml
42
Cargo.toml
@ -4,35 +4,35 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
async-bincode = "0.7.2"
|
||||
anyhow = "1.0.95"
|
||||
async-bincode = "0.7.3"
|
||||
bincode = "1.3.3"
|
||||
clap = { version = "4.5.16", features = ["derive"] }
|
||||
clap-verbosity-flag = "2.2.1"
|
||||
clap_complete = "4.5.18"
|
||||
clap = { version = "4.5.26", features = ["derive"] }
|
||||
clap-verbosity-flag = "2.2.3"
|
||||
clap_complete = "4.5.42"
|
||||
derive_more = { version = "1.0.0", features = ["display", "error"] }
|
||||
dialoguer = "0.11.0"
|
||||
env_logger = "0.11.5"
|
||||
futures = "0.3.30"
|
||||
futures-util = "0.3.30"
|
||||
env_logger = "0.11.6"
|
||||
futures = "0.3.31"
|
||||
futures-util = "0.3.31"
|
||||
indoc = "2.0.5"
|
||||
itertools = "0.13.0"
|
||||
log = "0.4.22"
|
||||
log = "0.4.25"
|
||||
nix = { version = "0.29.0", features = ["fs", "process", "socket", "user"] }
|
||||
prettytable = "0.10.0"
|
||||
rand = "0.8.5"
|
||||
ratatui = { version = "0.28.0", optional = true }
|
||||
sd-notify = "0.4.2"
|
||||
serde = "1.0.208"
|
||||
serde_json = { version = "1.0.125", features = ["preserve_order"] }
|
||||
sqlx = { version = "0.8.0", features = ["runtime-tokio", "mysql", "tls-rustls"] }
|
||||
systemd-journal-logger = "2.1.1"
|
||||
tokio = { version = "1.39.3", features = ["rt", "macros"] }
|
||||
ratatui = { version = "0.28.1", optional = true }
|
||||
sd-notify = "0.4.5"
|
||||
serde = "1.0.217"
|
||||
serde_json = { version = "1.0.135", features = ["preserve_order"] }
|
||||
sqlx = { version = "0.8.3", features = ["runtime-tokio", "mysql", "tls-rustls"] }
|
||||
systemd-journal-logger = "2.2.0"
|
||||
tokio = { version = "1.43.0", features = ["rt", "macros"] }
|
||||
tokio-serde = { version = "0.9.0", features = ["bincode"] }
|
||||
tokio-stream = "0.1.15"
|
||||
tokio-util = { version = "0.7.11", features = ["codec"] }
|
||||
tokio-stream = "0.1.17"
|
||||
tokio-util = { version = "0.7.13", features = ["codec"] }
|
||||
toml = "0.8.19"
|
||||
uuid = { version = "1.10.0", features = ["v4"] }
|
||||
uuid = { version = "1.12.0", features = ["v4"] }
|
||||
|
||||
[features]
|
||||
default = ["mysql-admutils-compatibility"]
|
||||
@ -50,7 +50,7 @@ lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.82"
|
||||
anyhow = "1.0.95"
|
||||
|
||||
[dev-dependencies]
|
||||
regex = "1.10.6"
|
||||
regex = "1.11.1"
|
||||
|
Loading…
Reference in New Issue
Block a user