mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-15 15:33:47 +00:00
build: use fully qualified semver versions in manifest; bump deps
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Idee9e5c3c93918854c3cb3b97c3cb73e6a6a6964
This commit is contained in:
parent
a3465cefd2
commit
a7a4ec407a
2 changed files with 227 additions and 204 deletions
24
Cargo.toml
24
Cargo.toml
|
|
@ -22,18 +22,18 @@ name = "server"
|
|||
path = "src/server.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
clap_derive = "4.5"
|
||||
ipc-channel = "0.19"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
native-tls = "0.2"
|
||||
tokio-native-tls = "0.3"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
anyhow = "1.0.102"
|
||||
clap = { version = "4.6.0", features = ["derive"] }
|
||||
clap_derive = "4.6.0"
|
||||
ipc-channel = "0.21.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
native-tls = "0.2.18"
|
||||
tokio-native-tls = "0.3.1"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.23"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue