From 767fe5b213a571fb6fad8bb314dbe4e763409144 Mon Sep 17 00:00:00 2001 From: Urhengulas Date: Sun, 11 Apr 2021 01:05:20 +0200 Subject: [PATCH] `cargo upgrade` --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a7fc6a..9e824db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ version = "0.1.2" readme = "README.md" [dependencies] -anyhow = "1.0.32" +anyhow = "1.0.40" env_logger = "0.8.3" -log = "0.4.11" +log = "0.4.14" object = { version = "0.23.0", default-features = false, features = ["read_core", "elf", "std"] } -tempfile = "3.1.0" +tempfile = "3.2.0"