Skip to content

Commit 476d387

Browse files
committed
Auto merge of #2223 - JohnTitor:parking-lot, r=jtgeibel
Update `parking_lot` to 0.10 Update `parking_lot` to 0.10 (and `r2d2` to 0.8.8 from 0.8.6). This leaves only one version of `parking_lot` in the dependencies and removes some packages. r? @jtgeibel
2 parents 3e9191f + 2b3da0b commit 476d387

File tree

2 files changed

+15
-104
lines changed

2 files changed

+15
-104
lines changed

Cargo.lock

Lines changed: 14 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ scheduled-thread-pool = "0.2.0"
5959
derive_deref = "1.0.0"
6060
reqwest = { version = "0.10", features = ["blocking", "gzip", "json"] }
6161
tempfile = "3"
62-
parking_lot = "0.7.1"
62+
parking_lot = "0.10"
6363
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6464

6565
lettre = "0.9"

0 commit comments

Comments
 (0)