diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-23 23:37:20 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-26 11:13:11 +0000 |
commit | 3dc655095f434ee8a87f5752fa9af225878700f5 (patch) | |
tree | 509153b68875fc465bee643ac9168f297f72103d /src/db | |
parent | 20c1cdf662a0b5368a8020526f43e08baedfedaa (diff) | |
download | garage-3dc655095f434ee8a87f5752fa9af225878700f5.tar.gz garage-3dc655095f434ee8a87f5752fa9af225878700f5.zip |
db/Cargo.toml: Updated rusqlite from 0.27 to 0.28.
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/Cargo.toml b/src/db/Cargo.toml index 751e329e..95bde6d5 100644 --- a/src/db/Cargo.toml +++ b/src/db/Cargo.toml @@ -22,7 +22,7 @@ hexdump = "0.1" tracing = "0.1" heed = { version = "0.11", default-features = false, features = ["lmdb"], optional = true } -rusqlite = { version = "0.27", optional = true } +rusqlite = { version = "0.28", optional = true } sled = { version = "0.34", optional = true } # cli deps |