Skip to content

Commit

Permalink
Merge pull request #751 from epage/toml
Browse files Browse the repository at this point in the history
chore: Update toml_edit
  • Loading branch information
epage committed Feb 8, 2024
2 parents 97e8e86 + b0bdb5e commit 7d89f3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ cargo_metadata = "0.18"
tame-index = "0.9"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls", "gzip"] }
git2 = { version = "0.18.1", default-features = false }
toml_edit = "0.21.1"
toml = "0.8.9"
toml_edit = { version = "0.22.0", features = ["serde"] }
toml = "0.8.10"
serde = { version = "1.0", features = ["derive"] }
semver = "1.0"
quick-error = "2.0"
Expand All @@ -84,7 +84,7 @@ log = "0.4"
env_logger = "0.11"
globset = { version = "0.4.14", default-features = false }
dunce = "1.0.4"
trycmd = "0.14.20"
trycmd = "0.14.21"
anyhow = "1.0.79"
concolor-control = { version = "0.0.7", features = ["auto"] }
git-conventional = "0.12.4"
Expand Down

0 comments on commit 7d89f3d

Please sign in to comment.