chore(deps): update rust crate tokio to 1.38.2 [security]
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
This commit is contained in:
parent
f36077e8d8
commit
c01771f9ff
4 changed files with 5 additions and 5 deletions
|
|
@ -12,4 +12,4 @@ net2 = "0.2.37"
|
|||
hex = "0.4.3"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.16"
|
||||
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.38.2", features = ["rt-multi-thread"] }
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ hex = "0.4.3"
|
|||
log = "0.4.16"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.16"
|
||||
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.38.2", features = ["rt-multi-thread"] }
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ thiserror = "1.0.31"
|
|||
futures = "0.3.29"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.16"
|
||||
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.38.2", features = ["rt-multi-thread"] }
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@ pallas-crypto = { version = "=0.32.1", path = "../pallas-crypto" }
|
|||
rand = "0.8.5"
|
||||
socket2 = "0.5.5"
|
||||
thiserror = "1.0.31"
|
||||
tokio = { version = "1", features = ["rt", "net", "io-util", "time", "sync", "macros"] }
|
||||
tokio = { version = "1.38.2", features = ["rt", "net", "io-util", "time", "sync", "macros"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
tracing-subscriber = "0.3.16"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio = { version = "1.38.2", features = ["full"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue