Skip to content

Commit

Permalink
chore: update parking_lot requirement from >=0.10,<0.12 to >=0.10, <0…
Browse files Browse the repository at this point in the history
….13 (#383)

Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.10.0...0.12.0)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2022
1 parent dd53b90 commit b794584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ heck = { version = "0.3", optional = true }
http = { version = "0.2", optional = true }
itertools = "0.10"
log = { version = "0.4", optional = true }
parking_lot = { version = ">=0.10,<0.12" }
parking_lot = { version = ">=0.10, <0.13" }
regex = { version = "1.3", optional = true }
reqwest = { version = "0.10", features = ["blocking"], optional = true }
semver = ">=0.9, <0.12"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ heck = { version = "0.3", optional = true }
once_cell = "1.4"
log = { version = "0.4", optional = true }
mime = "0.3"
parking_lot = { version = ">=0.10,<0.12", features = ["serde"] }
parking_lot = { version = ">=0.10, <0.13", features = ["serde"] }
pin-project = { version = "1.0", optional = true }
rust_decimal = { version = "1", optional = true }
regex = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion plugins/actix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = "0.3"
actix-service = "1.0"
actix-web2 = { version = "2", default-features = false, optional = true, package = "actix-web" }
actix-web3 = { version = "3", default-features = false, optional = true, package = "actix-web" }
parking_lot = ">=0.10,<0.12"
parking_lot = ">=0.10, <0.13"
serde_json = "1.0"
once_cell = "1.4"
openapiv3 = { version = "1.0.0-beta.5", optional = true }
Expand Down

0 comments on commit b794584

Please sign in to comment.