Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update rust crate serde to v1.0.203
Browse files Browse the repository at this point in the history
renovate[bot] authored May 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7d9becf commit dc55985
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.81"
axum = "0.7.5"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-util = "0.7.10"
# default featureは推移的にnative-tls featureを有効しているため、native-tls (LinuxではOpenSSL) を連れてくる。これをオプトアウトするためにrustlsを使う。

0 comments on commit dc55985

Please sign in to comment.