diff rust/hg-core/Cargo.toml @ 50008:da02e88b4850

rust-clippy: upgrade `bytes-cast` dependency I released a new version of `bytes-cast` to get rid of the clippy warning, and bump to edition 2021, so let's use it.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 10 Jan 2023 10:45:38 +0100
parents c15b415d1bff
children 596a6b9b0570
line wrap: on
line diff
--- a/rust/hg-core/Cargo.toml	Tue Jan 10 10:41:52 2023 +0100
+++ b/rust/hg-core/Cargo.toml	Tue Jan 10 10:45:38 2023 +0100
@@ -10,7 +10,7 @@
 
 [dependencies]
 bitflags = "1.3.2"
-bytes-cast = "0.2.0"
+bytes-cast = "0.3.0"
 byteorder = "1.4.3"
 derive_more = "0.99.17"
 hashbrown = { version = "0.13.1", features = ["rayon"] }