From 1b19e59fda79ff3663732f7d86b9e739616a749a Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Sun, 19 May 2024 14:28:25 +0200 Subject: [PATCH] Upgrade dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a188d2..d24552c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ interning = ["dep:lazy_static"] lazy_static = { version = "1.4.0", optional = true } nom = { version = "7.1.3", optional = true } nom-greedyerror = { version = "0.5.0", optional = true } -nom_locate = { version = "4.1.0", optional = true } -thiserror = { version = "1.0.40", optional = true } +nom_locate = { version = "4.2.0", optional = true } +thiserror = { version = "1.0.61", optional = true } [package.metadata.docs.rs] all-features = true