From 3e6fb5b19ef6228fdc8c2a2df4f777acdc7f560c Mon Sep 17 00:00:00 2001 From: Tatsunori Uchino Date: Sun, 29 Aug 2021 12:58:03 +0900 Subject: [PATCH] Update dependencies --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65b7d42..7089b39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.42" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" +checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" [[package]] name = "atty" @@ -83,9 +83,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytesize" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da" +checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 7d9bdfe..6b4a2aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,10 +24,10 @@ This tool automatically detects the encoding of the files in the ZIP archive and ansi_term = "0.12.1" clap = "3.0.0-beta.2" byteorder = "1.4.3" -anyhow = "1.0.42" +anyhow = "1.0.43" thiserror = "1.0.26" encoding_rs = "0.8.28" -bytesize = "1.0.1" +bytesize = "1.1.0" locale_config = "0.3.0" codepage = "0.1.1" regex = "1"