Skip to content

Commit

Permalink
fix(deps): update rust crate toml_edit to 0.22.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 24, 2025
1 parent 1605521 commit 0c0caad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ itertools = "0.14.0"
pathdiff = { version = "0.2.3", features = ["camino"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
toml_edit = "0.22.2"
toml_edit = "0.22.22"
guppy-workspace-hack.workspace = true
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde = { version = "1.0.216", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.3.1", path = "../../target-spec" }
toml = { version = "0.5.11", optional = true }
toml_edit = "0.22.2"
toml_edit = "0.22.22"
twox-hash = { version = "1.6.3", default-features = false }
guppy-workspace-hack.workspace = true

Expand Down

0 comments on commit 0c0caad

Please sign in to comment.