Commit 2876988
committed
Pin parking_lot_core/lock_api & resolve clippy::unnecessary_unwrap
This commit:
1. Pins **indirect** dependencies
* parking_lot_core to 0.9.11
* lock_api to 0.4.13
by adding them to our "dev-dependencies" list. Newer versions of them
require MSRV 1.71 [1][2], which is higher than our current one 1.69.0
2. Bumps bitflags to 2.4, which is required after doing 1, or we have a
dependency conflict
3. Resolves Clippy warning "clippy::unnecessary_unwrap" [3]
[1]: https://crates.io/crates/parking_lot_core/0.9.12
[2]: https://crates.io/crates/lock_api/0.4.14
[3]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap1 parent e1e630f commit 2876988
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
81 | 90 | | |
82 | 91 | | |
83 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
1044 | | - | |
1045 | | - | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
1046 | 1048 | | |
1047 | 1049 | | |
1048 | 1050 | | |
| |||
0 commit comments