From f09abf07e4dcab8ccc361c02150da0c5e74398c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:47:02 +0000 Subject: [PATCH] Update rusqlite requirement from 0.33.0 to 0.34.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.33.0...v0.34.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-tools/wasm32-wasip1-threads-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/wasm32-wasip1-threads-test/Cargo.toml b/dev-tools/wasm32-wasip1-threads-test/Cargo.toml index 30ba0b8a..1bbf8978 100644 --- a/dev-tools/wasm32-wasip1-threads-test/Cargo.toml +++ b/dev-tools/wasm32-wasip1-threads-test/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" publish = false [dependencies] -rusqlite = { version = "0.33.0", features = ["bundled"] } +rusqlite = { version = "0.34.0", features = ["bundled"] }