Skip to content

Commit

Permalink
chore(deps): update rust crate chrono to 0.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 8a38c4c commit 319f881
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 15 deletions.
83 changes: 70 additions & 13 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.33", 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.33", features = ["serde"] }
clap = { version = "4.0.20", features = ["derive", "env"] }
colored = "2.0.0"
config = "0.13.2"
Expand Down

0 comments on commit 319f881

Please sign in to comment.