diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index 9fc0dc1..a967c98 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -25,7 +25,7 @@ choice = { path = "../choice/" } ttf = { path = "../pwl/" } tch = { path = "../tch/" } anyhow = "1.0" -arrow = { version = "57.1", default-features = false, features = ["csv"] } +arrow = { version = "58.2", default-features = false, features = ["csv"] } askama = { version = "0.15", default-features = false, features = [ "derive", "std", diff --git a/tch/Cargo.toml b/tch/Cargo.toml index a27999e..4225c15 100644 --- a/tch/Cargo.toml +++ b/tch/Cargo.toml @@ -18,7 +18,7 @@ publish = false [dependencies] ttf = { path = "../pwl/" } anyhow = "1.0" -arrow = { version = "57.1", default-features = false, features = ["csv"] } +arrow = { version = "58.2", default-features = false, features = ["csv"] } chrono = { version = "0.4", optional = true } clap = { version = "4.0", features = ["derive"] } csv = "1.1"