summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-11 09:11:52 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-11 09:11:52 +0200
commitf2fdd2ffd6186aad4f4f8feac66e6dabcbdb5972 (patch)
tree03eca850a0157d296453311fc9d8754e741520ff
parent15a005f1ae81b23a5922a9c2551917c51473720f (diff)
downloadobnam2-f2fdd2ffd6186aad4f4f8feac66e6dabcbdb5972.tar.gz
chore: bump rusqlite version to 0.27 (current)
"cargo update" doesn't do that automatically, as it's a minor version bump, from 0.26 to 0.27. Sponsored-by: author
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 81e4f70..5a8c9c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ pretty_env_logger = "0.4"
rand = "0.8"
reqwest = { version = "0.11", features = ["blocking", "json"]}
rpassword = "5"
-rusqlite = "0.26"
+rusqlite = "0.27"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.8"