Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 16, 2021
1 parent b1f8e27 commit 7ca38ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ dependencies = [
"crossbeam-utils 0.8.3",
"curl",
"curl-sys",
"env_logger 0.8.1",
"env_logger 0.9.0",
"filetime",
"flate2",
"fwdansi",
Expand Down Expand Up @@ -1094,6 +1094,19 @@ dependencies = [
"termcolor",
]

[[package]]
name = "env_logger"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
dependencies = [
"atty",
"humantime 2.0.1",
"log",
"regex",
"termcolor",
]

[[package]]
name = "error_index_generator"
version = "0.0.0"
Expand Down

0 comments on commit 7ca38ee

Please sign in to comment.