We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0074b8 commit 9281af7Copy full SHA for 9281af7
crates/forge_infra/Cargo.toml
@@ -35,7 +35,7 @@ reqwest-eventsource.workspace = true
35
glob.workspace = true
36
futures.workspace = true
37
diesel = { version= "2.3.7", features = ["sqlite", "r2d2", "chrono"] }
38
-libsqlite3-sys = { version = "0.36.0", features = ["bundled"] }
+libsqlite3-sys = { version = "0.37.0", features = ["bundled"] }
39
diesel_migrations = "2.2.0"
40
chrono = { version = "0.4", features = ["serde"] }
41
cacache = { version = "13.1.0", features = ["tokio-runtime"], default-features = false }
0 commit comments