Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
upgrade coarsetime to 0.1.22 to fix a potential panic (#5193)
Browse files Browse the repository at this point in the history
* use coarsetime-saturated for the time being

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

This reverts commit 114263f.

* make coarsetime min 0.1.22
  • Loading branch information
drahnr authored Mar 23, 2022
1 parent a828771 commit 6ec8ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/metered-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 6ec8ede

Please sign in to comment.