summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-06 10:59:07 +0000
committerGitHub <noreply@github.com>2021-04-06 10:59:07 +0000
commitb5845bc3a1e9869389414f13a6dee2acd8cb0c2c (patch)
treebc3a7f173b32098b0c1c90fe0d5849b210e1f1e7 /Cargo.toml
parentc586cf5f51cd3194cc8442a5d4e2bf31fbbcd3db (diff)
Bump rusqlite from 0.24.2 to 0.25.0 (#30)
* Bump rusqlite from 0.24.2 to 0.25.0 Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.24.2 to 0.25.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](https://github.com/rusqlite/rusqlite/compare/v0.24.2...v0.25.0) Signed-off-by: dependabot[bot] <support@github.com> * Fixes for new rusqlite (mostly the new Params trait) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ellie Huxtable <e@elm.sh>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index da00d7f7..a016024a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ dotenv = "0.15.0"
sodiumoxide = "0.2.6"
[dependencies.rusqlite]
-version = "0.24"
+version = "0.25"
features = ["bundled"]
[dependencies.rocket_contrib]