Skip to content

Commit

Permalink
Bump toml_edit from 0.19.12 to 0.19.13
Browse files Browse the repository at this point in the history
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.12 to 0.19.13.
- [Commits](toml-rs/toml@v0.19.12...v0.19.13)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent 62b2ebd commit 4a13b7a
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 4a13b7a

Please sign in to comment.