UPDATE: Update chrono-tzand bitcode crate versions

This commit is contained in:
Nicolás Hatcher
2024-11-29 19:36:48 +01:00
committed by Nicolás Hatcher Andrés
parent 472740f296
commit 1f5f575e7a
2 changed files with 27 additions and 13 deletions

View File

@@ -14,11 +14,11 @@ readme = "README.md"
serde = { version = "1.0", features = ["derive"] }
ryu = "1.0"
chrono = "0.4"
chrono-tz = "0.9"
chrono-tz = "0.10"
regex = { version = "1.0", optional = true}
regex-lite = { version = "0.1.6", optional = true}
once_cell = "1.16.0"
bitcode = "0.6.0"
bitcode = "0.6.3"
csv = "1.3.0"
[features]