From 6029fdaf25f021b70bb7b45e075fbd3387a8b6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:44:27 +0000 Subject: [PATCH] Update rusqlite requirement from 0.31.0 to 0.32.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.31.0...v0.32.0) --- updated-dependencies: - dependency-name: rusqlite 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 65e750e..dd295b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ strip = true [dependencies] etherparse = "0.14.2" chrono = { version = "0.4.31", default_features = false, features = ["clock"] } -rusqlite = { version = "0.31.0", features = ["bundled"] } +rusqlite = { version = "0.32.0", features = ["bundled"] } [dev-dependencies] serial_test = { version = "3.0.0", default_features = false } \ No newline at end of file