Skip to content

Commit 9281af7

Browse files
fix(deps): update rust crate libsqlite3-sys to 0.37.0
1 parent b0074b8 commit 9281af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/forge_infra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ reqwest-eventsource.workspace = true
3535
glob.workspace = true
3636
futures.workspace = true
3737
diesel = { version= "2.3.7", features = ["sqlite", "r2d2", "chrono"] }
38-
libsqlite3-sys = { version = "0.36.0", features = ["bundled"] }
38+
libsqlite3-sys = { version = "0.37.0", features = ["bundled"] }
3939
diesel_migrations = "2.2.0"
4040
chrono = { version = "0.4", features = ["serde"] }
4141
cacache = { version = "13.1.0", features = ["tokio-runtime"], default-features = false }

0 commit comments

Comments
 (0)