Skip to content

Commit

Permalink
Merge pull request #117 from Goval-Community/dependabot/cargo/prost-0…
Browse files Browse the repository at this point in the history
….12.4

build(deps): bump prost from 0.12.3 to 0.12.4
  • Loading branch information
PotentialStyx authored Apr 17, 2024
2 parents fa3c42e + f74d993 commit 1b18aa0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3.18", features = ["tracing-log"]}
futures-channel = "0.3.26"
futures-util = "0.3.26"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_serde"] }
prost = "0.12.3"
prost = "0.12.4"
prost-types = "0.12.3"
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "protobuf"
path = "src/lib.rs"

[dependencies]
prost = "0.12.3"
prost = "0.12.4"
prost-types = "0.12.3"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures-util = "0.3.28"
goval = { package = "protobuf", path = "../protobuf"}
notify-debouncer-full = { version = "0.3.1", default-features = false }
portable-pty = "0.8.1"
prost = "0.12.3"
prost = "0.12.4"
prost-types = "0.12.3"
ropey = "1.6.0"
serde = "1.0.197"
Expand Down

0 comments on commit 1b18aa0

Please sign in to comment.