mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
Bump rusqlite from 0.31.0 to 0.32.1 (#32)
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.31.0 to 0.32.1. - [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.31.0...v0.32.1) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c3ccf1ee2b
commit
0407fb3c3e
2 changed files with 14 additions and 13 deletions
|
@ -16,7 +16,7 @@ serde = { version = "^1.0.147", features = ["derive"] }
|
|||
clap = { version = "^4.5.6", features = ["string"] }
|
||||
log = "^0.4.17"
|
||||
env_logger = "^0.10.2"
|
||||
rusqlite = { version = "0.31", features = ["bundled"] }
|
||||
rusqlite = { version = "0.32", features = ["bundled"] }
|
||||
chrono = { version = "^0.4.22", features = ["serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue