build: update and deduplicate dependencies
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
925c978bbc
commit
4d87a9822b
@@ -20,6 +20,7 @@ directories = "6.0.0"
|
|||||||
dns-lookup = "2.0.2"
|
dns-lookup = "2.0.2"
|
||||||
enum-map = "2.6.1"
|
enum-map = "2.6.1"
|
||||||
flate2 = { version = "1.0.27", features = ["zlib-ng-compat"] }
|
flate2 = { version = "1.0.27", features = ["zlib-ng-compat"] }
|
||||||
|
futures = "0.3"
|
||||||
gethostname = "1.0.2"
|
gethostname = "1.0.2"
|
||||||
humansize = "2.1.3"
|
humansize = "2.1.3"
|
||||||
hyper = { version = "1.0", features = ["full"] }
|
hyper = { version = "1.0", features = ["full"] }
|
||||||
@@ -30,13 +31,13 @@ libc = "0.2.147"
|
|||||||
local-ip-address = "0.6.5"
|
local-ip-address = "0.6.5"
|
||||||
log = "0.4.19"
|
log = "0.4.19"
|
||||||
lz4_flex = "0.11.1"
|
lz4_flex = "0.11.1"
|
||||||
|
magic = "0.13.0"
|
||||||
nix = "0.30.1"
|
nix = "0.30.1"
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
prettytable-rs = "0.10.0"
|
prettytable-rs = "0.10.0"
|
||||||
pwhash = "1.0.0"
|
pwhash = "1.0.0"
|
||||||
regex = "1.9.5"
|
regex = "1.9.5"
|
||||||
rmcp = { version = "0.2.0", features = ["server"] }
|
rmcp = { version = "0.2.0", features = ["server"] }
|
||||||
futures = "0.3"
|
|
||||||
rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] }
|
rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] }
|
||||||
rusqlite_migration = "2.3.0"
|
rusqlite_migration = "2.3.0"
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
@@ -55,9 +56,6 @@ utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
|
|||||||
uzers = "0.12.1"
|
uzers = "0.12.1"
|
||||||
which = "8.0.0"
|
which = "8.0.0"
|
||||||
xdg = "2.5.2"
|
xdg = "2.5.2"
|
||||||
magic = "0.13.0"
|
|
||||||
rmcp = { version = "0.2.0", features = ["server"] }
|
|
||||||
futures = "0.3"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user