Skip to content

Commit c485aa8

Browse files
YaroslavLitvinoveadgbear
authored andcommitted
patch chrono 0.4.40 as it breaks build (#310)
1 parent 324053d commit c485aa8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package.license = "Apache-2.0"
1111
package.license-file = "LICENSE"
1212

1313
[workspace.dependencies]
14-
chrono = { version = "0.4", features = ["serde"] }
14+
chrono = { version = "0.4.39", features = ["serde"] }
1515
futures = { version = "0.3" }
1616
uuid = { version = "1.10.0", features = ["v4", "serde"] }
1717
axum = { version = "0.8.1", features = ["multipart", "macros"] }
@@ -57,6 +57,8 @@ datafusion-physical-plan = { git = "https://github.com/Embucket/datafusion.git",
5757
datafusion-doc = { git = "https://github.com/Embucket/datafusion.git", rev = "eecc47ec20fec83158bd71611e799cb7d373646f" }
5858
datafusion-macros = { git = "https://github.com/Embucket/datafusion.git", rev = "eecc47ec20fec83158bd71611e799cb7d373646f" }
5959

60+
chrono = { git = "https://github.com/chronotope/chrono.git", rev = "8b863490d88ba098038392c8aa930012ffd0c439" }
61+
6062
[workspace.lints.clippy]
6163
all = { level = "deny", priority = -1 }
6264
pedantic = { level = "warn", priority = 1 }

crates/metastore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license-file = { workspace = true }
88
[dependencies]
99
async-trait = { workspace = true }
1010
bytes = { workspace = true }
11-
chrono = "0.4.38"
11+
chrono = { workspace = true }
1212
futures = { workspace = true }
1313
iceberg-rust = { workspace = true }
1414
iceberg-rust-spec = { workspace = true }

0 commit comments

Comments
 (0)