diff --git a/Cargo.lock b/Cargo.lock index e3c0890..78a8457 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,9 +396,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" +checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" dependencies = [ "unicode-segmentation", ] diff --git a/Cargo.toml b/Cargo.toml index f6125b1..c9ac4a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bitflags = "2.8.0" bounded-vec-deque = "0.1.1" chrono = "0.4.39" clap = { version = "4.5.30", features = ["derive"], optional = true } -convert_case = "0.7.1" +convert_case = "0.8.0" csv = "1.3.1" derivative = "2.2.0" erased-serde = "0.4.5"