Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 2025d51 commit 16df669
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
34 changes: 8 additions & 26 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ actix-web = {version = "4.3.1", features = ["rustls", "compress-zstd"]}

anyhow = "1.0.71"
async-trait = "0.1.71"
chrono = {version = "0.4.26", features = ["serde"]}
chrono = {version = "0.4.30", features = ["serde"]}
cidr = "0.2.2"
clap = {version = "4.3.11", features = ["derive", "env"]}
clap-markdown = "0.1.3"
Expand Down

0 comments on commit 16df669

Please sign in to comment.