Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
build(deps): bump tokio from 1.35.1 to 1.36.0 (#1476)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 4936480 commit eaf3703
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ num-bigint = "0.4.4"
phf = { version = "0.11", default-features = false, features = ["std"] }
url = "2.4.1"
hashbrown = "0.14.2"
tokio = "1.34.0"
tokio = "1.36.0"
openssl = { version = "0.10", features = ["vendored"] }
subxt = "0.29"
assert_matches = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion madara-test-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ starknet-signers = { workspace = true }
starknet_api = { workspace = true, default-features = true }
tempfile = { workspace = true }
thiserror = { workspace = true }
tokio = { version = "1.29.1", features = ["rt", "macros", "parking_lot"] }
tokio = { version = "1.36.0", features = ["rt", "macros", "parking_lot"] }
url = "2.4.1"

# Temporary dependency
Expand Down
2 changes: 1 addition & 1 deletion starknet-e2e-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0.179", features = ["derive"] }
serde_json = "1.0.107"
test-context = "0.1.3"
thiserror = { workspace = true }
tokio = { version = "1.29.1", features = ["rt", "macros", "parking_lot"] }
tokio = { version = "1.36.0", features = ["rt", "macros", "parking_lot"] }
url = "2.4.1"

# Starknet
Expand Down
2 changes: 1 addition & 1 deletion starknet-rpc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ starknet-ff = { workspace = true }
starknet-providers = { workspace = true }
starknet-signers = { workspace = true }
thiserror = { workspace = true }
tokio = { version = "1.34.0", features = ["rt", "macros", "parking_lot"] }
tokio = { version = "1.36.0", features = ["rt", "macros", "parking_lot"] }
url = "2.4.1"

# [[test]]
Expand Down

0 comments on commit eaf3703

Please sign in to comment.