Skip to content

Commit

Permalink
Merge pull request #17 from OneLiteFeatherNET/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to 1.35.1
  • Loading branch information
Randoooom authored Jan 3, 2024
2 parents 0c1bead + 6d449bb commit f90da6e
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 @@ -30,7 +30,7 @@ rbs = "4.4.3"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
thiserror = "1.0.56"
tokio = { version = "1.33.0", features = ["full"] }
tokio = { version = "1.35.1", features = ["full"] }
tower = { version = "0.4.13", features = ["limit", "buffer"] }
tower-http = { version = "0.4.4", features = ["trace"] }
tracing = "0.1.39"
Expand Down

0 comments on commit f90da6e

Please sign in to comment.