Skip to content

Commit

Permalink
Merge pull request #17 from UCSD-E4E/dependabot/cargo/tokio-util-0.7.13
Browse files Browse the repository at this point in the history
chore(deps): bump tokio-util from 0.7.12 to 0.7.13
  • Loading branch information
ccrutchf authored Dec 10, 2024
2 parents 736c00d + 98f27ac commit 7205236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
tokio-util = { version = "0.7.12", features = ["io"] }
tokio-util = { version = "0.7.13", features = ["io"] }
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 7205236

Please sign in to comment.