Update dependencies
This commit is contained in:
parent
0c2e8e2ae5
commit
eb97fd22d9
2 changed files with 7 additions and 3 deletions
|
|
@ -14,6 +14,10 @@ Procedure when bumping the version number:
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- **(breaking)** Bumped `rusqlite` dependency from `0.31` to `0.32`
|
||||||
|
|
||||||
## v0.4.0 - 2024-02-23
|
## v0.4.0 - 2024-02-23
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,6 @@ serde = ["dep:serde"]
|
||||||
tokio = ["dep:tokio"]
|
tokio = ["dep:tokio"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rusqlite = "0.31.0"
|
rusqlite = "0.32.1"
|
||||||
serde = { version = "1.0.197", optional = true }
|
serde = { version = "1.0.209", optional = true }
|
||||||
tokio = { version = "1.36.0", features = ["sync"], optional = true }
|
tokio = { version = "1.40.0", features = ["sync"], optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue