Skip to content

Commit

Permalink
Merge pull request #16 from dylni/dependabot/cargo/print_bytes-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 17, 2024
2 parents 207723c + 4d13ac0 commit 6b5c2ea
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 @@ -20,7 +20,7 @@ rustc-args = ["--cfg", "normpath_docs_rs"]
rustdoc-args = ["--cfg", "normpath_docs_rs"]

[dependencies]
print_bytes = { version = "1.0", optional = true }
print_bytes = { version = "2.0", features = ["os_str_bytes"], optional = true }
serde = { version = "1.0", optional = true }
uniquote = { version = "3.2", optional = true }

Expand Down

0 comments on commit 6b5c2ea

Please sign in to comment.