upgrade coarsetime to 0.1.22 to fix a potential panic (#5193)

* use coarsetime-saturated for the time being

* Revert "use coarsetime-saturated for the time being"

This reverts commit 114263f0e6a98fd94ac1b29aad2efb1c75ada6fc.

* make coarsetime min 0.1.22
This commit is contained in:
Bernhard Schuster
2022-03-23 19:34:08 +01:00
committed by GitHub
parent 46f39cf6d8
commit 7a62374188
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ gum = { package = "tracing-gum", path = "../gum" }
thiserror = "1.0.30"
crossbeam-queue = "0.3.5"
nanorand = { version = "0.7.0", default-features = false, features = ["wyrand"] }
coarsetime = "0.1.21"
coarsetime = "^0.1.22"
[dev-dependencies]
futures = { version = "0.3.21", features = ["thread-pool"] }