Skip to content

Commit f43591b

Browse files
fix(deps): bump parking_lot from 0.12.4 to 0.12.5
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@parking_lot-v0.12.4...parking_lot-v0.12.5) --- updated-dependencies: - dependency-name: parking_lot dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84b82da commit f43591b

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

Cargo.lock

Lines changed: 23 additions & 18 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
@@ -105,7 +105,7 @@ objc2-app-kit = "0.2.2"
105105
objc2-foundation = "0.2.2"
106106
objc2-input-method-kit = "0.2.2"
107107
once_cell = "1.19.0"
108-
parking_lot = "0.12.3"
108+
parking_lot = "0.12.5"
109109
percent-encoding = "2.2.0"
110110
portable-pty = "0.8.1"
111111
r2d2 = "0.8.10"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ nix = { version = "0.29.0", features = [
8787
"user",
8888
] }
8989
owo-colors = "4.2.0"
90-
parking_lot = "0.12.3"
90+
parking_lot = "0.12.5"
9191
paste = "1.0.11"
9292
percent-encoding = "2.2.0"
9393
r2d2 = "0.8.10"

0 commit comments

Comments
 (0)