Cargo.toml: update deps

This commit is contained in:
2025-07-11 20:31:44 +02:00
parent f04e6af054
commit 9ff525339b
2 changed files with 385 additions and 224 deletions

581
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,26 +9,26 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.98"
axum = { version = "0.8.4", features = ["macros", "ws"] }
clap = { version = "4.4.1", features = ["derive"] }
clap-verbosity-flag = "3.0.2"
clap = { version = "4.5.41", features = ["derive"] }
clap-verbosity-flag = "3.0.3"
env_logger = "0.11.8"
futures = "0.3.31"
log = "0.4.20"
log = "0.4.27"
mpvipc-async = { git = "https://git.pvv.ntnu.no/Grzegorz/mpvipc-async.git", branch = "main" }
sd-notify = "0.4.3"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
systemd-journal-logger = "2.2.0"
tempfile = "3.11.0"
tokio = { version = "1.32.0", features = ["full"] }
sd-notify = "0.4.5"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
systemd-journal-logger = "2.2.2"
tempfile = "3.20.0"
tokio = { version = "1.46.1", features = ["full"] }
tower = { version = "0.5.2", features = ["full"] }
tower-http = { version = "0.6.2", features = ["full"] }
tungstenite = "0.26.2"
utoipa = { version = "5.1.3", features = ["axum_extras"] }
tower-http = { version = "0.6.6", features = ["full"] }
tungstenite = "0.27.0"
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-axum = "0.2.0"
utoipa-swagger-ui = { version = "9.0.1", features = ["axum", "vendored"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum", "vendored"] }
[profile.release]
strip = true