Skip to content

Commit

Permalink
Merge pull request #247 from gifnksm/dependabot/cargo/toml_edit-0.19.13
Browse files Browse the repository at this point in the history
Bump toml_edit from 0.19.12 to 0.19.13
  • Loading branch information
gifnksm authored Jul 14, 2023
2 parents 62b2ebd + 4a13b7a commit 585f5ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ regex = "1.9.1"
serde = { version = "1.0.168", features = ["derive"] }
serde_json = "1.0.102"
thiserror = "1.0.43"
toml_edit = { version = "0.19.12", features = ["serde"] }
toml_edit = { version = "0.19.13", features = ["serde"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = "2.4.0"
Expand Down

0 comments on commit 585f5ec

Please sign in to comment.