mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-07-07 20:06:41 +02:00
Bump rusqlite from 0.29.0 to 0.31.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.29.0 to 0.31.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.29.0...v0.31.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
2dba081381
commit
63e9e31d02
2 changed files with 65 additions and 26 deletions
|
@ -16,7 +16,7 @@ serde = { version = "^1.0.147", features = ["derive"] }
|
|||
clap = { version = "^4.3.0", features = ["string"] }
|
||||
log = "^0.4.17"
|
||||
env_logger = "^0.10.0"
|
||||
rusqlite = { version = "0.29", features = ["bundled"] }
|
||||
rusqlite = { version = "0.31", features = ["bundled"] }
|
||||
chrono = { version = "^0.4.22", features = ["serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue