From 32c834a292713355e8e1e1ca91fc0a4b73186b58 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 25 Jan 2024 13:14:44 +0100 Subject: [PATCH] Update dependencies. --- .gitignore | 1 + Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ab215c..45b4b45 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ coverage/ debug/ target/ +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index 52ce289..22fa623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ edition = "2021" path = "source/lib.rs" [dependencies] -num = "0.4.0" -thiserror = "1.0.36" +num = "0.4.1" +thiserror = "1.0.56" [dev-dependencies] -test-case = "2.2.1" +test-case = "3.3.1"