mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bump rusqlite from 0.28.0 to 0.29.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](https://github.com/rusqlite/rusqlite/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d2f2e2b4a4
commit
77e1773b04
3 changed files with 22 additions and 16 deletions
|
@ -18,7 +18,7 @@ serde_json = "^1.0"
|
|||
clap = { version = "^4.0.18", features = ["string"] }
|
||||
log = "^0.4.17"
|
||||
env_logger = "^0.10.0"
|
||||
rusqlite = { version = "0.28", features = ["bundled"] }
|
||||
rusqlite = { version = "0.29", features = ["bundled"] }
|
||||
chrono = { version = "^0.4.22", features = ["serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue