diff --git a/Cargo.lock b/Cargo.lock index c8ff9b32..61f020d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,9 +521,9 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "encoding_rs" -version = "0.8.34" +version = "0.8.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" dependencies = [ "cfg-if", ] diff --git a/crates/diagnostics/Cargo.toml b/crates/diagnostics/Cargo.toml index 51bf19c0..f4160895 100644 --- a/crates/diagnostics/Cargo.toml +++ b/crates/diagnostics/Cargo.toml @@ -8,7 +8,7 @@ rust-version.workspace = true [dependencies] base-db = { path = "../base-db" } -encoding_rs = "0.8.34" +encoding_rs = "0.8.35" encoding_rs_io = "0.1.7" itertools.workspace = true line-index = { path = "../line-index" }