redis 0.21

This commit is contained in:
Robin Appelman 2021-07-30 17:14:51 +02:00
commit 2d2fa8a31e
3 changed files with 27 additions and 20 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "nextcloud-config-parser"
description = "Rust parser for nextcloud config files"
version = "0.2.3"
version = "0.3.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@ -9,7 +9,7 @@ repository = "https://github.com/icewind1991/nextcloud-config-parser"
documentation = "https://docs.rs/nextcloud-config-parser"
[dependencies]
redis = { version = "0.20", optional = true }
redis = { version = "0.21", optional = true }
thiserror = "1"
php-literal-parser = { version = "0.2", default-features = false }
sqlx = { version = "0.5", features = ["any", "mysql", "sqlite", "postgres"], optional = true }
@ -21,4 +21,4 @@ sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "any", "mysql", "s
default = ["span-colors"]
span-colors = ["php-literal-parser/colors"]
db-sqlx = ["sqlx"]
redis-connect = ["redis"]
redis-connect = ["redis"]