Skip to content

Commit

Permalink
fix(deps): update rust crate hex to ^0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent 1f29a1f commit 470a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4.23", features = ["serde"] }
clap = { version= "4.2", features = ["derive"] }
clap_mangen = { version = "0.2", optional = true }
cap-std-ext = "4"
hex = "^0.4"
hex = "^0.4.3"
fn-error-context = "0.2.0"
gvariant = "0.4.0"
indicatif = "0.17.0"
Expand Down

0 comments on commit 470a099

Please sign in to comment.