Skip to content

Commit bd61a30

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

File tree

2 files changed

+45
-11
lines changed

2 files changed

+45
-11
lines changed

Cargo.lock

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

dw-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ axum-extra = { version = "0.12.2", features = ["file-stream"] }
1010
env_logger = "0.11.8"
1111
jsonwebtoken = { version = "10.2.0", default-features = false, features = ["rust_crypto"] }
1212
libbitdemon = { path = "../libbitdemon" }
13-
rusqlite = { version = "0.37.0", features = ["bundled", "blob", "array"] }
13+
rusqlite = { version = "0.38.0", features = ["bundled", "blob", "array"] }
1414
serde = { version = "1.0.228", features = ["derive"] }
1515
serde_json = "1.0.147"
1616
tokio = { version = "1.48.0", features = ["full"] }

0 commit comments

Comments
 (0)