Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Dec 29, 2023
1 parent 6a84816 commit 9013d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ testutils = []

[dependencies]
anyhow.workspace = true
chrono = { version = "0.4", features = ["serde"] }
chrono = { workspace = true, features = ["serde"] }
include_dir = "0.7.3"
lazy_static = "1.4.0"
rusqlite = { version = "0.30.0", features = ["bundled", "chrono"] }
Expand Down

0 comments on commit 9013d9d

Please sign in to comment.