Skip to content

Commit

Permalink
chore(deps): update rust crate chrono to 0.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 37efaf8 commit cb1ce75
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 16 deletions.
81 changes: 67 additions & 14 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 @@ -11,15 +11,15 @@ edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
chrono = { version = "0.4.22", features = [] }
chrono = { version = "0.4.29", features = [] }
rustc_version = "0.4"

[dependencies]
anyhow = "1.0.66"
base16ct = { version = "0.1.1", features = ["alloc"] }
bincode = "1.3.3"
bytes = { version = "1.2.1", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
chrono = { version = "0.4.29", features = ["serde"] }
clap = { version = "4.0.20", features = ["derive", "env"] }
colored = "2.0.0"
config = "0.13.2"
Expand Down

0 comments on commit cb1ce75

Please sign in to comment.