mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-29 23:12:27 +08:00
Fix direct minimal versions
Using the most recent versions currenlty available
This commit is contained in:
@@ -113,10 +113,10 @@ modern-full = [
|
||||
bundled-full = ["modern-full", "bundled"]
|
||||
|
||||
[dependencies]
|
||||
time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true }
|
||||
bitflags = "2.0"
|
||||
time = { version = "0.3.36", features = ["formatting", "macros", "parsing"], optional = true }
|
||||
bitflags = "2.6.0"
|
||||
hashlink = "0.9"
|
||||
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
|
||||
chrono = { version = "0.4.38", optional = true, default-features = false, features = ["clock"] }
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
csv = { version = "1.1", optional = true }
|
||||
url = { version = "2.1", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user