Skip to content

Commit f90ba0a

Browse files
chore(deps)(deps): bump rusqlite from 0.39.0 to 0.40.1
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.39.0 to 0.40.1. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.39.0...v0.40.1) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.40.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00e92fe commit f90ba0a

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

Cargo.lock

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

bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures-util = "0.3"
2626
uuid = { version = "1", features = ["v4", "serde"] }
2727
tower = "0.5"
2828
ignore = "0.4"
29-
rusqlite = { version = "0.39", features = ["bundled"] }
29+
rusqlite = { version = "0.40", features = ["bundled"] }
3030
jsonwebtoken = "10"
3131
serde_urlencoded = "0.7"
3232
hyper = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)