Skip to content

Commit

Permalink
Merge pull request #14 from mightyshazam/dependabot/cargo/chrono-0.4.28
Browse files Browse the repository at this point in the history
Bump chrono from 0.4.26 to 0.4.28
  • Loading branch information
mightyshazam committed Sep 5, 2023
2 parents 0fbf0ff + 638c521 commit e6f3091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/main.rs"
[dependencies]
axum = { version = "0.6.20", features = ["tracing"] }
axum-prometheus = "0.4.0"
chrono = { version = "0.4.26", features = ["serde"] }
chrono = { version = "0.4.28", features = ["serde"] }
clap = { version = "4", features = ["color", "derive", "env"] }
futures = "0.3.28"
k8s-openapi = { version = "0.19", default-features = false, features = [
Expand Down

0 comments on commit e6f3091

Please sign in to comment.