Skip to content

Commit 52ab6c3

Browse files
committed
Cargo updates
1 parent 0f39d42 commit 52ab6c3

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

Cargo.lock

Lines changed: 24 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lto = true
1616
debug = true
1717

1818
[dependencies]
19-
config = { version = "0.15.0", default-features = false, features = ["toml"] }
19+
config = { version = "0.15", default-features = false, features = ["toml"] }
2020
chrono = "0.4"
2121
chrono-systemd-time = "0.3"
2222
csv = "1"
@@ -32,7 +32,7 @@ shellexpand = "3"
3232
unicode-segmentation = "1.11"
3333

3434
[dependencies.rusqlite]
35-
version = "0.33"
35+
version = "0.38"
3636
features = ["functions", "unlock_notify"]
3737

3838
[dependencies.crossterm]

0 commit comments

Comments
 (0)