chore: update dependencies and remove unused test modules
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
0abb76e785
commit
24d7c4742c
@@ -15,6 +15,7 @@ path = "src/tests.rs"
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
axum = "0.8.4"
|
||||
base64 = "0.22.1"
|
||||
chrono = "0.4.26"
|
||||
clap = { version = "4.3.10", features = ["derive", "env"] }
|
||||
directories = "6.0.0"
|
||||
@@ -35,8 +36,8 @@ nix = "0.30.1"
|
||||
once_cell = "1.19.0"
|
||||
prettytable-rs = "0.10.0"
|
||||
regex = "1.9.5"
|
||||
rusqlite = { version = "0.32.1", features = ["bundled", "array", "chrono"] }
|
||||
rusqlite_migration = "1.3.1"
|
||||
rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] }
|
||||
rusqlite_migration = "2.3.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.142"
|
||||
serde_yaml = "0.9.34"
|
||||
|
||||
Reference in New Issue
Block a user