Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch-updates group across 1 director…
Browse files Browse the repository at this point in the history
…y with 4 updates (#2755)

Bumps the minor-and-patch-updates group with 4 updates in the / directory: [prometheus-client](https://github.com/prometheus/client_rust), [thiserror](https://github.com/dtolnay/thiserror), [tokio](https://github.com/tokio-rs/tokio) and [toml](https://github.com/toml-rs/toml).


Updates `prometheus-client` from 0.22.2 to 0.22.3
- [Release notes](https://github.com/prometheus/client_rust/releases)
- [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_rust@v0.22.2...v0.22.3)

Updates `thiserror` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.62...1.0.63)

Updates `tokio` from 1.38.0 to 1.38.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.1)

Updates `toml` from 0.8.14 to 0.8.15
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 3150f20 commit d18e108
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 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 blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures = { workspace = true }
hex = "0.4"
log = { workspace = true }
parking_lot = "0.12"
prometheus-client = { version = "0.22.2", optional = true }
prometheus-client = { version = "0.22.3", optional = true }
rand = "0.8"
serde = "1.0"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion mempool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keyed_priority_queue = "0.4"
linked-hash-map = "0.5.6"
log = { workspace = true }
parking_lot = "0.12"
prometheus-client = { version = "0.22.2", optional = true }
prometheus-client = { version = "0.22.3", optional = true }
serde = "1.0"
thiserror = "1.0"
tokio = { version = "1.38", features = ["rt", "rt-multi-thread", "sync", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion metrics-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hyper = { version = "1.4" }
hyper-util = { version = "0.1", features = ["server-auto", "tokio"] }
log = { workspace = true }
parking_lot = "0.12"
prometheus-client = "0.22.2"
prometheus-client = "0.22.3"
tokio = { version = "1.38", features = [
"macros",
"net",
Expand Down
2 changes: 1 addition & 1 deletion network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ log = { workspace = true }
parking_lot = "0.12"
pin-project = "1.1"
pin-project-lite = "0.2.14"
prometheus-client = { version = "0.22.2", optional = true }
prometheus-client = { version = "0.22.3", optional = true }
rand = "0.8"
serde = "1.0"
sha2 = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nimiq-hash = { workspace = true, optional = true }
nimiq-serde = { workspace = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
tokio = { version = "1.37.0", optional = true }
tokio = { version = "1.38.1", optional = true }
[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen-futures = { version = "0.4", optional = true }

Expand Down

0 comments on commit d18e108

Please sign in to comment.