Skip to content

Commit

Permalink
Merge pull request #807 from Lorak-mmk/chrono_version
Browse files Browse the repository at this point in the history
Bump verrsion of chrono dependency
  • Loading branch information
piodul authored Sep 8, 2023
2 parents 5d27034 + ab3b98a commit cabb6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla-cql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uuid = "1.0"
thiserror = "1.0"
bigdecimal = "0.2.0"
num-bigint = "0.3"
chrono = { version = "0.4", default-features = false }
chrono = { version = "0.4.27", default-features = false }
lz4_flex = { version = "0.11.1" }
async-trait = "0.1.57"
serde = { version = "1.0", optional = true }
Expand Down

0 comments on commit cabb6f1

Please sign in to comment.