mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 16:44:09 +02:00
update dependencies
This commit is contained in:
parent
b388c2ccf0
commit
96954dc116
4 changed files with 15 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "nextcloud-config-parser"
|
||||
description = "Rust parser for nextcloud config files"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
@ -11,14 +11,14 @@ documentation = "https://docs.rs/nextcloud-config-parser"
|
|||
[dependencies]
|
||||
redis = { version = "0.21", optional = true }
|
||||
thiserror = "1"
|
||||
php-literal-parser = { version = "0.3", default-features = false }
|
||||
php-literal-parser = "0.4"
|
||||
sqlx = { version = "0.5", features = ["any", "mysql", "sqlite", "postgres"], optional = true }
|
||||
miette = "3"
|
||||
|
||||
[dev-dependencies]
|
||||
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }
|
||||
miette = { version = "3", features = ["fancy"] }
|
||||
|
||||
[features]
|
||||
default = ["span-colors"]
|
||||
span-colors = ["php-literal-parser/colors"]
|
||||
db-sqlx = ["sqlx"]
|
||||
redis-connect = ["redis"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue