Skip to content

Commit

Permalink
fix: pin chrono to 4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd committed Nov 30, 2022
1 parent 7e32ea1 commit de2b037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bincode = { version = "1.3.3", optional = true }
# todo: debug updating this to 0.66
cargo = { version = "0.64.0", optional = true }
cargo_metadata = "0.15.2"
chrono = "0.4.23"
chrono = "=0.4.22"
crossbeam-channel = "0.5.6"
futures = { version = "0.3.25", features = ["std"] }
hyper = { version = "0.14.23", features = ["server", "tcp", "http1"], optional = true }
Expand Down

0 comments on commit de2b037

Please sign in to comment.