1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-27 17:17:45 +00:00

Bump parking_lot dependency (#48)

This commit is contained in:
DQ 2023-04-07 18:49:00 +02:00 committed by GitHub
parent 16f7a3bd80
commit 8750498b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ debug = true
[dependencies] [dependencies]
text-size = "1.1.0" text-size = "1.1.0"
fxhash = "0.2.1" fxhash = "0.2.1"
parking_lot = "0.11.2" parking_lot = "0.12.1"
# Arc # Arc
triomphe = "0.1.7" triomphe = "0.1.7"