Skip to content

Commit 057050a

Browse files
committed
Auto merge of rust-lang#87177 - ehuss:update-cargo, r=ehuss
Update cargo 6 commits in 66a6737a0c9f3a974af2dd032a65d3e409c77aac..27277d966b3cfa454d6dea7f724cb961c036251c 2021-07-14 20:54:28 +0000 to 2021-07-16 00:50:39 +0000 - Flag another curl error as possibly spurious (rust-lang/cargo#9695) - Add `d` as an alias for `doc` (rust-lang/cargo#9680) - `cargo fix --edition`: extend warning when on latest edition (rust-lang/cargo#9694) - Update env_logger requirement from 0.8.1 to 0.9.0 (rust-lang/cargo#9688) - Document cargo limitation w/ workspaces & configs (rust-lang/cargo#9674) - Change some warnings to errors (rust-lang/cargo#9689)
2 parents 27e4205 + 7ca38ee commit 057050a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Cargo.lock

+14-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ dependencies = [
269269
"crossbeam-utils 0.8.3",
270270
"curl",
271271
"curl-sys",
272-
"env_logger 0.8.1",
272+
"env_logger 0.9.0",
273273
"filetime",
274274
"flate2",
275275
"fwdansi",
@@ -1094,6 +1094,19 @@ dependencies = [
10941094
"termcolor",
10951095
]
10961096

1097+
[[package]]
1098+
name = "env_logger"
1099+
version = "0.9.0"
1100+
source = "registry+https://github.com/rust-lang/crates.io-index"
1101+
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1102+
dependencies = [
1103+
"atty",
1104+
"humantime 2.0.1",
1105+
"log",
1106+
"regex",
1107+
"termcolor",
1108+
]
1109+
10971110
[[package]]
10981111
name = "error_index_generator"
10991112
version = "0.0.0"

0 commit comments

Comments
 (0)