Skip to content

Commit 6919f72

Browse files
Downgrade chrono to 0.4.39 (#4473)
Certain packages do not yet support chrono 0.4.40 Examples: arrow-arith which is used by influxdb3
1 parent 7fcdee0 commit 6919f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ fluent-uri = { version = "0.3.2", features = ["serde"] }
281281
internment = { version = "0.8.6" }
282282
proc-macro2-diagnostics = { version = "0.10", default-features = false }
283283
env_logger = "0.11.8"
284-
chrono = { version = "0.4.41" }
284+
chrono = { version = "0.4.39" }
285285
gloo = { version = "0.11.0" }
286286
gloo-utils = { version = "0.2.0" }
287287
rustversion = "1.0.21"

0 commit comments

Comments
 (0)