Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.198
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent 0871664 commit 0f41821
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
anyhow = "1.0.82"
envy = "0.4.2"
serde = "1.0.189"
serde = "1.0.198"
2 changes: 1 addition & 1 deletion server/infra/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ async-trait = "0.1.80"
log = "0.4.21"
pbjson-types = "0.5.1"
prost = "0.11.9"
serde = "1.0.189"
serde = "1.0.198"
tonic = { version = "0.9.2", features = ["gzip"] }

0 comments on commit 0f41821

Please sign in to comment.