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] <support@github.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user