Skip to content

Commit 04ee6ea

Browse files
fix(deps): update rust crate bytes to v1.10.1 (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0919f44 commit 04ee6ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
anyhow = "=1.0.98"
1010
async-trait = "=0.1.88"
1111
axum = "=0.8.1"
12-
bytes = "=1.10.0"
12+
bytes = "=1.10.1"
1313
envy = "=0.4.2"
1414
# default featureは推移的にnative-tls featureを有効しているため、native-tls (LinuxではOpenSSL) を連れてくる。これをオプトアウトするためにrustlsを使う。
1515
sentry = { version = "=0.37.0", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "tracing", "debug-images", "rustls", "tower", "tower-http"] }

0 commit comments

Comments
 (0)