diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-08-01 14:25:41 +0100 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-08-28 09:30:27 +0000 |
commit | 96d1d81ab7b1ced74b76d2af63fda8dae0dfec0d (patch) | |
tree | 0fc04800b60ddcb753231504bb946b54649c160e /src/db/Cargo.toml | |
parent | 5185701aa82b34dde63c47b76a1e8f1a1d033019 (diff) | |
download | garage-96d1d81ab7b1ced74b76d2af63fda8dae0dfec0d.tar.gz garage-96d1d81ab7b1ced74b76d2af63fda8dae0dfec0d.zip |
garage/db: cargo: Updated rusqlite to 0.29.
Diffstat (limited to 'src/db/Cargo.toml')
-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 67a4fd5e..23e4564d 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.28", optional = true } +rusqlite = { version = "0.29", optional = true } sled = { version = "0.34", optional = true } # cli deps |