Skip to content

Commit

Permalink
fix(deps): update rust crate pbjson-types to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 98a1d55 commit 3ab4c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/infra/upstream_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
domain = { path = "../../domain" }
prost = "0.11.9"
tonic = { version = "0.9.2", features = ["gzip"] }
pbjson-types = "0.5.1"
pbjson-types = "0.6.0"
envy = "0.4.2"
serde = "1.0.189"
anyhow = "1.0.82"
Expand Down

0 comments on commit 3ab4c52

Please sign in to comment.