Skip to content

Commit

Permalink
Bump prost from 0.9.0 to 0.10.4
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.9.0 to 0.10.4.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.9.0...v0.10.4)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2022
1 parent 132b17f commit eda0ac5
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 31 deletions.
59 changes: 41 additions & 18 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 crates/lgn-analytics-srv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sqlx = { version = "0.5", features = [
thiserror = "1"
tower = "0.4"
tower-http = { version = "0.3", features = ["cors"] }
prost = "0.9"
prost = "0.10"
xxhash-rust = { version = "0.8.2", features = ["xxh32", "const_xxh32"] }
reqwest = "0.11"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-analytics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sqlx = { version = "0.5", features = [
"runtime-tokio-native-tls",
] }
anyhow = "1.0"
prost = "0.9"
prost = "0.10"
serde_json = "1.0"
async-recursion = "1"

Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-content-store-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
tonic = "0.6"
prost = "0.9"
prost = "0.10"
prost-types = "0.9"
tokio = { version = "1.13", features = [
"macros",
Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-editor-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
tonic = "0.6"
prost = "0.9"
prost = "0.10"
tokio = { version = "1.13", features = [
"macros",
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-log-stream-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
tonic = "0.6"
prost = "0.9"
prost = "0.10"
tokio = { version = "1.13", features = [
"macros",
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-online/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ webbrowser = "0.7.1"
tonic-build = "0.6"

[dev-dependencies]
prost = "0.9"
prost = "0.10"
serial_test = "0.6"
backoff = { version = "0.4.0", features = ["tokio"] }
2 changes: 1 addition & 1 deletion crates/lgn-runtime-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
tonic = "0.6"
prost = "0.9"
prost = "0.10"
tokio = { version = "1.13", features = [
"macros",
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-source-control-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
tonic = "0.6"
prost = "0.9"
prost = "0.10"
prost-types = "0.9"
tokio = { version = "1.13", features = [
"macros",
Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-streaming-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
tonic = "0.6"
prost = "0.9"
prost = "0.10"
tokio = { version = "1.13", features = [
"macros",
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-telemetry-admin-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sqlx = { version = "0.5", features = [
"runtime-tokio-native-tls",
] }
anyhow = "1.0"
prost = "0.9"
prost = "0.10"
lz4 = "1.23"
json = "0.12"

Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-telemetry-ingestion-srv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sqlx = { version = "0.5", features = [
"runtime-tokio-native-tls",
] }
chrono = "0.4"
prost = "0.9"
prost = "0.10"
serde_json = "1.0"
warp = "0.3"
tower = { version = "0.4" }
Expand Down
2 changes: 1 addition & 1 deletion crates/lgn-telemetry-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "1.13", features = [
"tracing",
] }
tonic = "0.6"
prost = "0.9"
prost = "0.10"

[build-dependencies]
tonic-build = "0.6"
2 changes: 1 addition & 1 deletion crates/lgn-telemetry-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ctrlc = "3.2.0"
lazy_static = "1.4"
log = { version = "0.4", features = ["std"] }
once_cell = "1.7.2"
prost = "0.9"
prost = "0.10"
time = { version = "0.3.5", features = [
"formatting",
"local-offset",
Expand Down

0 comments on commit eda0ac5

Please sign in to comment.