mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
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:
committed by
GitHub
parent
46f39cf6d8
commit
7a62374188
Generated
+2
-2
@@ -1138,9 +1138,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "coarsetime"
|
name = "coarsetime"
|
||||||
version = "0.1.21"
|
version = "0.1.22"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "441947d9f3582f20b35fdd2bc5ada3a8c74c9ea380d66268607cb399b510ee08"
|
checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ gum = { package = "tracing-gum", path = "../gum" }
|
|||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
crossbeam-queue = "0.3.5"
|
crossbeam-queue = "0.3.5"
|
||||||
nanorand = { version = "0.7.0", default-features = false, features = ["wyrand"] }
|
nanorand = { version = "0.7.0", default-features = false, features = ["wyrand"] }
|
||||||
coarsetime = "0.1.21"
|
coarsetime = "^0.1.22"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user