Skip to content

Commit

Permalink
Update Rust crate tokio to 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 3e0fae5 commit c4a941d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ qos_hex = { path = "../qos_hex" }
qos_p256 = { path = "../qos_p256", features = ["mock"] }
qos_test_primitives = { path = "../qos_test_primitives" }

tokio = { version = "1.28", features = ["macros", "rt-multi-thread"], default-features = false }
tokio = { version = "1.32", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "0.10" }
nix = { version = "0.26", features = ["socket"], default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion src/qos_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ qos_core = { path = "../qos_core", default-features = false }

# Third party
axum = { version = "0.6.20", features = ["http1", "tokio"], default-features = false }
tokio = { version = "1.28", features = ["macros", "rt-multi-thread"], default-features = false }
tokio = { version = "1.32", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "0.10" }

[features]
Expand Down

0 comments on commit c4a941d

Please sign in to comment.