Skip to content

Commit

Permalink
Merge pull request #56 from GiganticMinecraft/renovate/tokio-util-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio-util to 0.7.10
  • Loading branch information
rito528 authored Oct 27, 2023
2 parents 885843a + ca3ddf9 commit 23c184f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ envy = "0.4.2"
sentry = { version = "0.31.7", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "tracing", "debug-images", "rustls", "tower", "tower-http"] }
serde = { version = "1.0.190", features = ["derive"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio-util = { version = "0.7.9", features = ["io"] }
tokio-util = { version = "0.7.10", features = ["io"] }
tower = "0.4.13"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["std", "registry", "env-filter"] }

0 comments on commit 23c184f

Please sign in to comment.