Skip to content

Commit

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


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

Updates `serde` from 1.0.207 to 1.0.208
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.207...v1.0.208)

---
updated-dependencies:
- dependency-name: tokio
  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 Aug 19, 2024
1 parent 46a89b3 commit 4b4d985
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ path = "version.rs"
axum = "0.7.5"
tower-http = { version = "0.5.2", default-features = false, features = ["trace"] }
futures = "0.3.30"
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
anyhow = "1.0.86"
serde = { version = "1.0.207", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }

[dependencies.kube]
Expand Down

0 comments on commit 4b4d985

Please sign in to comment.