Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [backon](https://github.com/Xuanwo/backon) | `0.4.3` | `0.4.4` |
| [prost](https://github.com/tokio-rs/prost) | `0.12.3` | `0.12.4` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.26` | `0.12.2` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` |
| [axum](https://github.com/tokio-rs/axum) | `0.7.4` | `0.7.5` |
| [axum-otel-metrics](https://github.com/ttys3/axum-otel-metrics) | `0.8.0` | `0.8.1` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.21.0` | `0.22.0` |


Updates `backon` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/Xuanwo/backon/releases)
- [Commits](Xuanwo/backon@v0.4.3...v0.4.4)

Updates `prost` from 0.12.3 to 0.12.4
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.3...v0.12.4)

Updates `reqwest` from 0.11.26 to 0.12.2
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.26...v0.12.2)

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

Updates `axum` from 0.7.4 to 0.7.5
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.4...axum-v0.7.5)

Updates `axum-otel-metrics` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/ttys3/axum-otel-metrics/releases)
- [Commits](ttys3/axum-otel-metrics@v0.8.0...v0.8.1)

Updates `opentelemetry` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.21.0...opentelemetry-0.22.0)

---
updated-dependencies:
- dependency-name: backon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: axum-otel-metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent d1ac15b commit de05d73
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 47 deletions.
83 changes: 43 additions & 40 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async-recursion = "1.1.0"
async-timer = "0.7.4"
async-trait = "0.1.79"
backoff = { version = "0.4.0", features = ["tokio"] }
backon = "0.4.3"
backon = "0.4.4"
candid = "0.10.6"
chrono = { version = "0.4.37", features = ["serde"] }
clap-num = "1.1"
Expand Down Expand Up @@ -139,7 +139,7 @@ pretty_assertions = "1.4.0"
pretty_env_logger = "0.5.0"
prometheus-http-query = "0.8.2"
prometheus = { version = "0.13.3", features = ["process"] }
prost = "0.12.3"
prost = "0.12.4"
rand = { version = "0.8.5", features = ["std_rng"] }
rand_seeder = "0.2.3"
rayon = "1.10.0"
Expand Down Expand Up @@ -171,7 +171,7 @@ tabled = "0.15.0"
tabular = "0.2"
tempfile = "3.10.0"
thiserror = "1.0.57"
tokio = { version = "1.2.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
url = "2.5.0"
urlencoding = "2.1.0"
warp = "0.3"
Expand Down
8 changes: 4 additions & 4 deletions rs/ic-observability/multiservice-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ slog-term = { workspace = true }
tokio = { workspace = true }
url = { workspace = true }
futures.workspace = true
axum = "0.7.4"
axum-otel-metrics = "0.8.0"
opentelemetry = { version = "0.21.0", features = ["metrics"] }
axum = "0.7.5"
axum-otel-metrics = "0.8.1"
opentelemetry = { version = "0.22.0", features = ["metrics"] }
retry = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.12", features = ["blocking"] }
assert_cmd = "2.0.13"
anyhow = "1.0.79"
flate2 = "1.0.28"
Expand Down

0 comments on commit de05d73

Please sign in to comment.