From 4ddb26b98441d6c2dbe4f8e708f2e17002c692a1 Mon Sep 17 00:00:00 2001 From: Max Brown Date: Mon, 25 Nov 2024 15:30:14 +0000 Subject: [PATCH] release: 0.2.1 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87089da..52403a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmft" -version = "0.2.0" +version = "0.2.1" authors = ["Max Brown "] edition = "2021" license = "MIT" @@ -14,11 +14,11 @@ repository = "https://github.com/tolkit/mmft" [dependencies] bio = "2.0.3" atty = "0.2.14" -thiserror = "1.0.64" -anyhow = "1.0.89" -regex = "1.11.0" +thiserror = "2.0.3" +anyhow = "1.0.93" +regex = "1.11.1" rand = "0.9.0-alpha.2" -clap = { version = "4.5.19", features = ["cargo"] } +clap = { version = "4.5.21", features = ["cargo"] } lexical-sort = "0.3.1" # The profile that 'cargo dist' will build with