Skip to content

Commit

Permalink
Merge pull request #82 from axodotdev/dependabot/cargo/toml_edit-0.22.5
Browse files Browse the repository at this point in the history
chore(deps): update toml_edit requirement from 0.21.0 to 0.22.5
  • Loading branch information
mistydemeo authored Feb 15, 2024
2 parents 2fb0a1f + 212440c commit 4287068
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 @@ -33,7 +33,7 @@ zip = { version = "0.6.4", optional = true }
flate2 = { version = "1.0.25", optional = true }
xz2 = { version = "0.1.7", optional = true, features = ["static"] }
zstd = { version = "0.13.0", optional = true }
toml_edit = { version = "0.21.0", optional = true }
toml_edit = { version = "0.22.5", optional = true }
walkdir = "2.3.3"

[dev-dependencies]
Expand Down

0 comments on commit 4287068

Please sign in to comment.