Skip to content

Commit

Permalink
Update uniquote requirement from 3.0 to 4.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent ed39946 commit fa5e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit fa5e355

Please sign in to comment.