Skip to content

Commit 96f2d0a

Browse files
build(deps): bump rusqlite from 0.28.0 to 0.30.0 (#445)
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.28.0 to 0.30.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.28.0...v0.30.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df0abb1 commit 96f2d0a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aw-datastore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ appdirs = "0.2"
1313
serde = "1.0"
1414
serde_json = "1.0"
1515
chrono = { version = "0.4", features = ["serde"] }
16-
rusqlite = { version = "0.28", features = ["chrono", "serde_json", "bundled"] }
16+
rusqlite = { version = "0.30", features = ["chrono", "serde_json", "bundled"] }
1717
mpsc_requests = "0.3"
1818
log = "0.4"
1919

0 commit comments

Comments
 (0)