Skip to content

Commit 9bf537b

Browse files
Bump rusqlite from 0.38.0 to 0.39.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.38.0 to 0.39.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 244cdf8 commit 9bf537b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rcgen = "0.14"
2929
serde_derive = "1.0"
3030
serde = { version = "1.0", features = ["derive"] }
3131
toml = "1.1.0"
32-
rusqlite = { version = "0.38.0", features = ["url", "time"] }
32+
rusqlite = { version = "0.39.0", features = ["url", "time"] }
3333
gemtext = "0.2.1"
3434
rustls = { version = "0.23.36", default-features = false, features = ["ring", "std"] }
3535
x509-parser = "0.18.1"

0 commit comments

Comments
 (0)