Update dependencies
This commit is contained in:
parent
6fd284fed7
commit
c7012f476e
2 changed files with 7 additions and 3 deletions
|
|
@ -13,6 +13,10 @@ Procedure when bumping the version number:
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- **(breaking)**
|
||||||
|
Bumped `rusqlite` dependency from `0.29` to `0.30`
|
||||||
|
|
||||||
## v0.2.0 - 2023-05-14
|
## v0.2.0 - 2023-05-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,6 @@ serde = ["dep:serde"]
|
||||||
tokio = ["dep:tokio"]
|
tokio = ["dep:tokio"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rusqlite = "0.29.0"
|
rusqlite = "0.30.0"
|
||||||
serde = { version = "1.0.163", optional = true }
|
serde = { version = "1.0.193", optional = true }
|
||||||
tokio = { version = "1.28.1", features = ["sync"], optional = true }
|
tokio = { version = "1.35.1", features = ["sync"], optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue