Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent c6102d6 commit 0d9274f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish = false

[dependencies]
radius = { version = "0.4.0", path = "../radius" }
tokio = { version = "1.35.1", features = ["signal", "net"] }
tokio = { version = "1.36.0", features = ["signal", "net"] }
async-trait = "0.1.77"
2 changes: 1 addition & 1 deletion radius/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand = "0.8.5"
num_enum = "0.7.2"
thiserror = "1.0"
log = "0.4.20"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
async-trait = "0.1.77"

[features]
Expand Down

0 comments on commit 0d9274f

Please sign in to comment.