Skip to content

Commit

Permalink
[Cargo]: Bump the core group with 3 updates (#67)
Browse files Browse the repository at this point in the history
Bumps the core group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [tracing-subscriber](https://github.com/tokio-rs/tracing) and [serde](https://github.com/serde-rs/serde).


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

Updates `tracing-subscriber` from 0.3.17 to 0.3.18
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.18)

Updates `serde` from 1.0.191 to 1.0.192
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.191...v1.0.192)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
...

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 Nov 13, 2023
1 parent 6c9d65d commit db1e8ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ axum = "0.6.20"
axum-extra = { version = "0.8.0", features = ["typed-routing"] }
tower-http = { version = "0.4.4", default-features = false, features = ["trace"] }
futures = "0.3.29"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "signal"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "signal"] }
elegant-departure = { version = "0.2.1", features = ["tokio"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
tracing-subscriber = "0.3.18"
anyhow = "1.0.75"
serde = { version = "1.0.191", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }
k8s-openapi = { version = "0.20.0", features = ["latest"] }

[dependencies.kube]
Expand Down

0 comments on commit db1e8ca

Please sign in to comment.