Skip to content

Commit

Permalink
build(deps): bump the async group with 1 update
Browse files Browse the repository at this point in the history
Bumps the async group with 1 update: [console-subscriber](https://github.com/tokio-rs/console).

- [Release notes](https://github.com/tokio-rs/console/releases)
- [Commits](tokio-rs/console@console-subscriber-v0.1.10...console-subscriber-v0.2.0)

---
updated-dependencies:
- dependency-name: console-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: async
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 04568d2 commit ba08737
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 78 deletions.
95 changes: 18 additions & 77 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -862,35 +862,36 @@ dependencies = [

[[package]]
name = "console-api"
version = "0.5.0"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e"
checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787"
dependencies = [
"prost 0.11.9",
"prost-types 0.11.9",
"tonic 0.9.2",
"futures-core",
"prost",
"prost-types",
"tonic",
"tracing-core",
]

[[package]]
name = "console-subscriber"
version = "0.1.10"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb"
checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e"
dependencies = [
"console-api",
"crossbeam-channel",
"crossbeam-utils",
"futures",
"futures-task",
"hdrhistogram",
"humantime",
"prost-types 0.11.9",
"prost-types",
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
"tonic 0.9.2",
"tonic",
"tracing",
"tracing-core",
"tracing-subscriber",
Expand Down Expand Up @@ -3134,24 +3135,14 @@ dependencies = [
"syn 1.0.109",
]

[[package]]
name = "prost"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
dependencies = [
"bytes",
"prost-derive 0.11.9",
]

[[package]]
name = "prost"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d"
dependencies = [
"bytes",
"prost-derive 0.12.1",
"prost-derive",
]

[[package]]
Expand All @@ -3168,27 +3159,14 @@ dependencies = [
"once_cell",
"petgraph",
"prettyplease",
"prost 0.12.1",
"prost-types 0.12.1",
"prost",
"prost-types",
"regex",
"syn 2.0.37",
"tempfile",
"which",
]

[[package]]
name = "prost-derive"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
dependencies = [
"anyhow",
"itertools 0.10.5",
"proc-macro2",
"quote",
"syn 1.0.109",
]

[[package]]
name = "prost-derive"
version = "0.12.1"
Expand All @@ -3202,22 +3180,13 @@ dependencies = [
"syn 2.0.37",
]

[[package]]
name = "prost-types"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
dependencies = [
"prost 0.11.9",
]

[[package]]
name = "prost-types"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf"
dependencies = [
"prost 0.12.1",
"prost",
]

[[package]]
Expand Down Expand Up @@ -4508,34 +4477,6 @@ dependencies = [
"winnow",
]

[[package]]
name = "tonic"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
dependencies = [
"async-trait",
"axum",
"base64 0.21.4",
"bytes",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost 0.11.9",
"tokio",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]

[[package]]
name = "tonic"
version = "0.10.1"
Expand All @@ -4554,7 +4495,7 @@ dependencies = [
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost 0.12.1",
"prost",
"tokio",
"tokio-stream",
"tower",
Expand Down Expand Up @@ -5849,7 +5790,7 @@ dependencies = [
"pin-project",
"proptest",
"proptest-derive",
"prost 0.12.1",
"prost",
"rand 0.8.5",
"rayon",
"regex",
Expand All @@ -5863,7 +5804,7 @@ dependencies = [
"tokio",
"tokio-stream",
"toml 0.8.0",
"tonic 0.10.1",
"tonic",
"tonic-build",
"tower",
"tracing",
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }

# test feature tokio-console
console-subscriber = { version = "0.1.10", optional = true }
console-subscriber = { version = "0.2.0", optional = true }

[build-dependencies]
vergen = { version = "8.2.5", default-features = false, features = ["cargo", "git", "git2", "rustc"] }
Expand Down

0 comments on commit ba08737

Please sign in to comment.