Update dependencies
This commit is contained in:
parent
b4cf23b727
commit
483c69efd9
2 changed files with 3 additions and 4 deletions
|
|
@ -27,7 +27,6 @@ Procedure when bumping the version number:
|
||||||
Renamed `Action::Result` to `Action::Output`
|
Renamed `Action::Result` to `Action::Output`
|
||||||
- **(breaking)**
|
- **(breaking)**
|
||||||
Bumped `rusqlite` dependency from `0.28` to `0.29`
|
Bumped `rusqlite` dependency from `0.28` to `0.29`
|
||||||
- Relaxed dependencies
|
|
||||||
|
|
||||||
## v0.1.0 - 2023-02-12
|
## v0.1.0 - 2023-02-12
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,6 @@ serde = ["dep:serde"]
|
||||||
tokio = ["dep:tokio"]
|
tokio = ["dep:tokio"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rusqlite = "0.29"
|
rusqlite = "0.29.0"
|
||||||
serde = { version = "1.0", optional = true }
|
serde = { version = "1.0.163", optional = true }
|
||||||
tokio = { version = "1.25", features = ["sync"], optional = true }
|
tokio = { version = "1.28.1", features = ["sync"], optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue