From 9af7fb93e1be4998ecf44596fbb423659e649dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:07:02 +0000 Subject: [PATCH] Update rusqlite requirement from 0.32.1 to 0.38.0 Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](https://github.com/rusqlite/rusqlite/compare/v0.32.1...v0.38.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1bc108..cbdf02d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ strip = true [dependencies] etherparse = "0.19.0" chrono = { version = "0.4.42", default-features = false, features = ["clock"] } -rusqlite = { version = "0.32.1", features = ["bundled"] } +rusqlite = { version = "0.38.0", features = ["bundled"] } [dev-dependencies] serial_test = { version = "3.2.0", default-features = false } \ No newline at end of file