Skip to content

Commit

Permalink
Bump the patch group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 3 updates: [chrono](https://github.com/chronotope/chrono), [clap](https://github.com/clap-rs/clap) and [opentelemetry-http](https://github.com/open-telemetry/opentelemetry-rust).


Updates `chrono` from 0.4.35 to 0.4.37
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.35...v0.4.37)

Updates `clap` from 4.5.3 to 4.5.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.3...v4.5.4)

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

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: opentelemetry-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and garryod committed Apr 5, 2024
1 parent ec6e5cf commit a4eb374
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 sessions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ async-graphql-axum = { version = "7.0.3" }
axum = { version = "0.7.5" }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-tracing-opentelemetry = { version = "0.18.0" }
chrono = { version = "0.4.35" }
clap = { version = "4.5.3", features = ["derive", "env"] }
chrono = { version = "0.4.37" }
clap = { version = "4.5.4", features = ["derive", "env"] }
dotenvy = { version = "0.15.7" }
models = { path = "../models" }
opentelemetry = { version = "0.22.0", features = ["metrics"] }
opentelemetry-http = { version = "0.11.0" }
opentelemetry-http = { version = "0.11.1" }
opentelemetry-otlp = { version = "0.15.0", features = ["metrics", "tokio"] }
opentelemetry-semantic-conventions = { version = "0.14.0" }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
Expand Down

0 comments on commit a4eb374

Please sign in to comment.