1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-23 07:56:07 +02:00

Releax the version of fastrand

Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
utam0k 2023-01-22 17:39:41 +09:00
parent 2a77f52421
commit 9216846afc
No known key found for this signature in database
GPG Key ID: E9844426F4EA9E67

View File

@ -27,7 +27,7 @@ bitflags = "1.3.2"
caps = "0.5.5"
chrono = { version = "0.4", features = ["serde"] }
crossbeam-channel = "0.5"
fastrand = "1.8.0"
fastrand = "^1.7.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.139"
log = "0.4"