From e8b93ee1d07d922dff0b027ea04f478ca1fff19c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:52:53 +0000 Subject: [PATCH] Update Rust crate bitflags to 1.3.2 --- native/src/rusqlite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/rusqlite/Cargo.toml b/native/src/rusqlite/Cargo.toml index 2d92789..1e195da 100644 --- a/native/src/rusqlite/Cargo.toml +++ b/native/src/rusqlite/Cargo.toml @@ -43,7 +43,7 @@ array = ["vtab"] [dependencies] time = "0.1.42" -bitflags = "1.0" +bitflags = "1.3.2" lru-cache = "0.1" chrono = { version = "0.4", optional = true } serde_json = { version = "1.0", optional = true }