Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2023
1 parent 448afd9 commit 127b2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hyper = "0.14.26"
serde = {version="1.0.160", features=["derive"]}
serde_json = "1.0.104"
shellexpand = "3.1.0"
tokio = { version = "1.28.0", features = ["full"] }
tokio = { version = "1.29.1", features = ["full"] }
tower-http = { version = "0.4.3", features = ["fs", "cors","trace"] }

[profile.release]
Expand Down

0 comments on commit 127b2fe

Please sign in to comment.