Skip to content

Commit

Permalink
bump chrono from 0.4.24 to 0.4.26; qsv-dateparser from 0.8.1 to 0.8.2
Browse files Browse the repository at this point in the history
- removing pin to 0.4.24 as the CI test failures that were occurring with chrono 0.4.25 have been fixed by 0.4.26
  • Loading branch information
jqnatividad committed May 30, 2023
1 parent 4e6bb70 commit 7636d82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 @@ -75,7 +75,7 @@ cached = { version = "0.43", default-features = false, features = [
], optional = true }
calamine = { version = "0.20", features = ["dates"] }
censor = { version = "0.3", optional = true }
chrono = { version = "=0.4.24", default-features = false }
chrono = { version = "0.4", default-features = false }
console = { version = "0.15", optional = true }
cpc = { version = "1.9", optional = true }
crossbeam-channel = "0.5"
Expand Down

0 comments on commit 7636d82

Please sign in to comment.