From 79fd4a881e7d329299436ad8e4cbea9b959d21db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 07:33:48 +0000 Subject: [PATCH] Update sqlite requirement from 0.25.3 to 0.26.0 Updates the requirements on [sqlite](https://github.com/stainless-steel/sqlite) to permit the latest version. - [Release notes](https://github.com/stainless-steel/sqlite/releases) - [Commits](https://github.com/stainless-steel/sqlite/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc2646b..9939d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ num-traits = "0.2.14" chrono = { version = "0.4.13", features = ["serde"] } rand = "0.8.3" rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek -sqlite = "0.25.3" +sqlite = "0.26.0" uuid = { version = "0.8.2", features = ["serde", "v4"] } mio = { version = "0.7.10", features = ["os-poll", "net"] } derive_more = "0.99.9" # for DNS from hermes