Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 30, 2023
1 parent 743a138 commit 756039c
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 12 deletions.
126 changes: 116 additions & 10 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 aer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "aer-ver"

[dependencies]
aer_upd = { path = "../aer_upd" }
chrono = "0.4.19"
chrono = "0.4.26"
fern = "0.6.0"
human-panic = { git = "https://github.com/WormieCorp/human-panic", branch = "additional-info", optional = true }
human_bytes = { version = "0.3.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion aer_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serialize = ["semver/serde", "serde"]
chocolatey = ["chrono", "num"]

[dependencies]
chrono = { version = "0.4.19", optional = true }
chrono = { version = "0.4.26", optional = true }
num = { version = "0.4.0", optional = true }
semver = "0.11.0"
serde = { version = "1.0.126", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 756039c

Please sign in to comment.