Skip to content

Commit

Permalink
Merge pull request #340 from GiganticMinecraft/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to 1.34.0
  • Loading branch information
rito528 authored Nov 15, 2023
2 parents 767fa09 + f753055 commit 337c606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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/entrypoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ presentation = { path = "../presentation" }
resource = { path = "../infra/resource" }
# default featureは推移的にnative-tls featureを有効しているため、native-tls (LinuxではOpenSSL) を連れてくる。これをオプトアウトするためにrustlsを使う。
sentry = { version = "0.31.8", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "tracing", "debug-images", "rustls", "tower", "tower-http"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.4", features = ["cors"] }
tracing = { workspace = true }
Expand Down

0 comments on commit 337c606

Please sign in to comment.