Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
jsonrpsee
Commits
576d8379
Unverified
Commit
576d8379
authored
Nov 07, 2022
by
Niklas Adolfsson
Committed by
GitHub
Nov 07, 2022
Browse files
chore(deps): tokio ^1.16 (#926)
parent
1f6368d2
Pipeline
#224885
failed with stages
in 5 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
client/transport/Cargo.toml
View file @
576d8379
...
...
@@ -21,7 +21,7 @@ futures-channel = { version = "0.3.14", default-features = false, optional = tru
futures-util
=
{
version
=
"0.3.14"
,
default-features
=
false
,
features
=
["alloc"]
,
optional
=
true
}
http
=
{
version
=
"0.2"
,
optional
=
true
}
tokio-util
=
{
version
=
"0.7"
,
features
=
["compat"]
,
optional
=
true
}
tokio
=
{
version
=
"1"
,
features
=
[
"net"
,
"time"
,
"macros"
],
optional
=
true
}
tokio
=
{
version
=
"1
.16
"
,
features
=
[
"net"
,
"time"
,
"macros"
],
optional
=
true
}
pin-project
=
{
version
=
"1"
,
optional
=
true
}
rustls-native-certs
=
{
version
=
"0.6"
,
optional
=
true
}
webpki-roots
=
{
version
=
"0.22"
,
optional
=
true
}
...
...
client/ws-client/Cargo.toml
View file @
576d8379
...
...
@@ -18,7 +18,7 @@ http = "0.2.0"
[dev-dependencies]
tracing-subscriber
=
{
version
=
"0.3.3"
,
features
=
["env-filter"]
}
jsonrpsee-test-utils
=
{
path
=
"../../test-utils"
}
tokio
=
{
version
=
"1"
,
features
=
["macros"]
}
tokio
=
{
version
=
"1
.16
"
,
features
=
["macros"]
}
serde_json
=
"1"
[features]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment