Skip to content

Commit 9a7ae7f

Browse files
Update rusqlite requirement from 0.35.0 to 0.36.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](rusqlite/rusqlite@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.36.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 332d31d commit 9a7ae7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/wasm32-wasip1-threads-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
rusqlite = { version = "0.35.0", features = ["bundled"] }
8+
rusqlite = { version = "0.36.0", features = ["bundled"] }

0 commit comments

Comments
 (0)