Skip to content

Commit f132a7e

Browse files
committed
build: update tokio
1 parent aa4a38b commit f132a7e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/rs-dapi-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ http-serde = { version = "2.1", optional = true }
2626
rand = { version = "0.8.5", features = ["small_rng"] }
2727
thiserror = "1.0.64"
2828
tracing = "0.1.40"
29-
tokio = { version = "1.39", default-features = false }
29+
tokio = { version = "1.40", default-features = false }
3030
sha2 = { version = "0.10", optional = true }
3131
hex = { version = "0.4.3", optional = true }
3232
lru = { version = "0.12.3" }
3333
serde = { version = "1.0.197", optional = true, features = ["derive"] }
3434
serde_json = { version = "1.0.120", optional = true }
3535
chrono = { version = "0.4.38", features = ["serde"] }
3636
[dev-dependencies]
37-
tokio = { version = "1.39", features = ["macros"] }
37+
tokio = { version = "1.40", features = ["macros"] }

packages/rs-dpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ once_cell = "1.19.0"
6767

6868
[dev-dependencies]
6969
test-case = { version = "3.3" }
70-
tokio = { version = "1.39", features = ["full"] }
70+
tokio = { version = "1.40", features = ["full"] }
7171
pretty_assertions = { version = "1.4.1" }
7272
dpp = { path = ".", features = ["all_features_without_client"] }
7373
assert_matches = "1.5.0"

packages/rs-drive-abci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ metrics-exporter-prometheus = { version = "0.15", default-features = false, feat
6464
] }
6565
url = { version = "2.3.1" }
6666
ureq = { "version" = "2.6.2" }
67-
tokio = { version = "1.39", features = [
67+
tokio = { version = "1.40", features = [
6868
"macros",
6969
"signal",
7070
"rt-multi-thread",

packages/rs-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ drive-proof-verifier = { path = "../rs-drive-proof-verifier" }
1818
dapi-grpc-macros = { path = "../rs-dapi-grpc-macros" }
1919
http = { version = "1.1" }
2020
thiserror = "1.0.64"
21-
tokio = { version = "1.40.0", features = ["macros"] }
21+
tokio = { version = "1.40", features = ["macros"] }
2222
tokio-util = { version = "0.7.12" }
2323
async-trait = { version = "0.1.83" }
2424
ciborium = { git = "https://github.com/qrayven/ciborium", branch = "feat-ser-null-as-undefined" }
@@ -39,7 +39,7 @@ bip37-bloom-filter = { git = "https://github.com/dashpay/rs-bip37-bloom-filter",
3939
pollster = { version = "0.3.0" }
4040

4141
[dev-dependencies]
42-
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
42+
tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] }
4343
rs-dapi-client = { path = "../rs-dapi-client", features = ["mocks"] }
4444
base64 = { version = "0.22.1" }
4545
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 commit comments

Comments
 (0)