Update dependencies

This commit is contained in:
Joscha 2023-05-14 15:52:40 +02:00
parent b4cf23b727
commit 483c69efd9
2 changed files with 3 additions and 4 deletions

View file

@ -27,7 +27,6 @@ Procedure when bumping the version number:
Renamed `Action::Result` to `Action::Output`
- **(breaking)**
Bumped `rusqlite` dependency from `0.28` to `0.29`
- Relaxed dependencies
## v0.1.0 - 2023-02-12

View file

@ -8,6 +8,6 @@ serde = ["dep:serde"]
tokio = ["dep:tokio"]
[dependencies]
rusqlite = "0.29"
serde = { version = "1.0", optional = true }
tokio = { version = "1.25", features = ["sync"], optional = true }
rusqlite = "0.29.0"
serde = { version = "1.0.163", optional = true }
tokio = { version = "1.28.1", features = ["sync"], optional = true }