From 00974711b3152cd584e8141f354c104092aa9336 Mon Sep 17 00:00:00 2001 From: Iago Bonnici <iago.bonnici@umontpellier.fr> Date: Mon, 12 Feb 2024 10:19:11 +0100 Subject: [PATCH] Bump dependencies. (mostly because `tch` failed to build after system `torch` upgrade) --- Cargo.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2b3732..dae62a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,24 +8,24 @@ authors = [ edition = "2021" [dependencies] -arrayvec = "0.7.2" -clap = { version = "4.2.4", features = ["derive"] } -colored = "2.0.0" -itertools = "0.10.5" +arrayvec = "0.7.4" +clap = { version = "4.5.0", features = ["derive"] } +colored = "2.1.0" +itertools = "0.12.1" lexical-sort = "0.3.1" -num-traits = "0.2.15" +num-traits = "0.2.18" paste = "1.0.14" rand = "0.8.5" -regex = "1.9.3" -serde = { version = "1.0.160", features = ["derive"] } -serde_with = "2.3.2" +regex = "1.10.3" +serde = { version = "1.0.196", features = ["derive"] } +serde_with = "3.6.1" statrs = "0.16.0" -string-interner = "0.14.0" +string-interner = "0.15.0" strip-ansi-escapes = "0.2.0" -tch = "0.14.0" -toml = "0.7.3" -unicode-width = "0.1.10" +tch = "0.15.0" +toml = "0.8.10" +unicode-width = "0.1.11" [dev-dependencies] float_eq = { version = "1.0.1", features = ["derive"] } -itertools = "0.10.5" +itertools = "0.12.1" -- GitLab