Skip to content

Commit 6c8a11d

Browse files
build(deps): bump rusqlite from 0.30.0 to 0.34.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.30.0 to 0.34.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.30.0...v0.34.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1b6a30 commit 6c8a11d

File tree

2 files changed

+28
-36
lines changed

2 files changed

+28
-36
lines changed

Cargo.lock

Lines changed: 27 additions & 35 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.30", features = ["chrono", "serde_json", "bundled"] }
16+
rusqlite = { version = "0.34", features = ["chrono", "serde_json", "bundled"] }
1717
mpsc_requests = "0.3"
1818
log = "0.4"
1919

0 commit comments

Comments
 (0)