Skip to content

Commit e418a15

Browse files
committed
Auto merge of #1605 - joshleeb:update-itertools-log, r=carols10cents
Update itertools to 0.7.0 and log to 0.4 This PR updates dependency crates `itertools` to 0.7.0 and `log` to 0.4. Ref. #1265
2 parents c0327a3 + a7cbb3d commit e418a15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ base64 = "0.9"
4040

4141
openssl = "0.10.13"
4242
oauth2 = "0.3"
43-
log = "0.3"
43+
log = "0.4"
4444
env_logger = "0.5"
4545
hex = "0.3"
4646
htmlescape = "0.3.1"
@@ -57,7 +57,7 @@ chrono = { version = "0.4.0", features = ["serde"] }
5757
comrak = { version = "0.2.3", default-features = false }
5858
ammonia = "1.0.0"
5959
docopt = "0.8.1"
60-
itertools = "0.6.0"
60+
itertools = "0.7.0"
6161
scheduled-thread-pool = "0.2.0"
6262
derive_deref = "1.0.0"
6363
reqwest = "0.9.1"

0 commit comments

Comments
 (0)