Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8.12 (#1813)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent ffe7dac commit 3c3dc5e
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 @@ -99,7 +99,7 @@ tempfile = "3.10.1"
tera = { version = "1.19.1", default-features = false }
terminal_size = "0.3.0"
thiserror = "1.0.58"
toml = { version = "0.8.11", features = ["parse"] }
toml = { version = "0.8.12", features = ["parse"] }
toml_edit = { version = "0.22.9", features = ["parse"] }
url = "2.5.0"
usage-lib = { version = "0.1.12", features = ["clap"] }
Expand Down

0 comments on commit 3c3dc5e

Please sign in to comment.