Skip to content

Commit

Permalink
xcp-metrics-common: bump outdated dependency: prost
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Oct 2, 2023
1 parent acafd25 commit 9fb4ce4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions xcp-metrics-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ rust-version = "1.70" # we need only 1.66 but our deps want 1.70
crc32fast = "1.3"
serde_json = "1.0"
anyhow = "1.0"
prost = "0.11"
prost-types = "0.11"
prost = "0.12"
prost-types = "0.12"
maplit = "1.0"
json5 = "0.4.1"

Expand All @@ -34,7 +34,7 @@ version = "1"
features = ["io-util"]

[build-dependencies]
prost-build = "0.11"
prost-build = "0.12"

[features]
default = []
Expand Down

0 comments on commit 9fb4ce4

Please sign in to comment.