Skip to content

Commit

Permalink
Update Rust crate tokio to 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 8077327 commit 07cc98c
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 9 deletions.
84 changes: 77 additions & 7 deletions src/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 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.33", 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.33", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "0.10" }

[features]
Expand Down

0 comments on commit 07cc98c

Please sign in to comment.