Skip to content

Commit

Permalink
chrono update
Browse files Browse the repository at this point in the history
fixes #36
  • Loading branch information
krojew committed Aug 5, 2022
1 parent bc021f4 commit 01f0cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ e2e-tests = []
arc-swap = "1.5.0"
arrayref = "0.3.6"
bitflags = "1.3.2"
chrono = "0.4.19"
chrono = { version = "0.4.20", default_features = false, features = ["std"] }
crc32fast = "1.3.2"
derivative = "2.2.0"
derive_more = "0.99.17"
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* `ResResultBody::as_rows_metadata` and `ResponseBody::as_rows_metadata` now return a reference to the data.
* `Hash`, `PartialEq` and `PartialOrd` for `PreparedQuery` only take `id` and `result_metadata_id` into account,
since those define equivalence.
* Updated `chrono` dependency to work around found CVE.

## 6.2.0

Expand Down

0 comments on commit 01f0cda

Please sign in to comment.