From 60647747a2e0531a2b7d2cdf4279395ae369c41c Mon Sep 17 00:00:00 2001 From: diogo464 Date: Fri, 7 Apr 2023 17:00:36 +0100 Subject: updated dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a45650f..2045a92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,12 +6,12 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.65" +anyhow = "1" clap = { version = "3.2.21", features = ["derive"] } -env_logger = "0.9.0" +env_logger = "0.9" globset = "0.4.9" log = "0.4.17" nom = "7.1.1" -nom_locate = "4.0.0" -slotmap = "1.0.6" -thiserror = "1.0.35" +nom_locate = "4" +slotmap = "1" +thiserror = "1" -- cgit