Skip to content

Commit

Permalink
build(deps): bump toml_edit from 0.22.20 to 0.22.21
Browse files Browse the repository at this point in the history
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.20 to 0.22.21.
- [Commits](toml-rs/toml@v0.22.20...v0.22.21)

---
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 Sep 17, 2024
1 parent d063bbc commit ce8a896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -35,7 +35,7 @@ storyteller = "1.0.0" # minimal multi user output architecture
tabled = { version = "0.10.0", features = ["color"] } # pretty print tables
terminal_size = "0.3.0" # determine the terminal size
thiserror = "1.0.63" # error handling
toml_edit = "0.22.20" # read and write the Cargo.toml
toml_edit = "0.22.21" # read and write the Cargo.toml
tracing = "0.1" # tracing
tracing-appender = "0.2" # tracing
tracing-subscriber = { version = "0.3", features = ["json"] }
Expand Down

0 comments on commit ce8a896

Please sign in to comment.