diff --git a/Cargo.lock b/Cargo.lock index 676c51d2..1eda7993 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,9 +283,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "encoding_rs" -version = "0.8.33" +version = "0.8.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" +checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" dependencies = [ "cfg-if", ] diff --git a/Cargo.toml b/Cargo.toml index 25955c8c..0043ce7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bindgen = "0.69.4" cc = "1.0.94" anyhow = "1.0.82" clap = "4.5.4" -encoding_rs = "0.8.33" +encoding_rs = "0.8.34" [workspace.lints.rust] missing_docs = { level = "warn" }