diff --git a/Cargo.lock b/Cargo.lock index 4277fc5185..aca16bd215 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2831,7 +2831,7 @@ dependencies = [ "powierza-coefficient", "print-positions", "proptest", - "quick-xml 0.27.1", + "quick-xml 0.28.1", "quickcheck", "quickcheck_macros", "rand 0.8.5", @@ -4097,9 +4097,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.27.1" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41" +checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2" dependencies = [ "memchr", ] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 21c3bb87ee..0b2c80f2fa 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -70,7 +70,7 @@ once_cell = "1.17" open = "4.0.0" pathdiff = "0.2.1" powierza-coefficient = "1.0.2" -quick-xml = "0.27" +quick-xml = "0.28" rand = "0.8" rayon = "1.7.0" regex = "1.7.1"