Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 2a103e7 commit c3e109d
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.3.1", path = "../radius" }
tokio = { version = "1.6.1", features = ["signal", "net"] }
tokio = { version = "1.35.1", features = ["signal", "net"] }
async-trait = "0.1.50"
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.3"
num_enum = "0.5.1"
thiserror = "1.0"
log = "0.4.17"
tokio = { version = "1.6.1", features = ["full"] }
tokio = { version = "1.35.1", features = ["full"] }
async-trait = "0.1.50"

[features]
Expand Down

0 comments on commit c3e109d

Please sign in to comment.