diff --git a/Cargo.toml b/Cargo.toml index 960e5cd..c920962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "normpath_docs_rs"] [dependencies] print_bytes = { version = "2.0", features = ["os_str_bytes"], optional = true } serde = { version = "1.0", optional = true } -uniquote = { version = "3.0", optional = true } +uniquote = { version = "4.0", optional = true } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.52", features = ["Win32_Storage_FileSystem"] }