Skip to content

Commit

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

---
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 Jan 31, 2025
1 parent 30873e6 commit c724180
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 @@ -36,7 +36,7 @@ storyteller = "1.0.0" # minimal multi user output architecture
tabled = { version = "~0.16.0", features = ["ansi"] } # pretty print tables
terminal_size = "0.4.0" # determine the terminal size
thiserror = "2.0.11" # error handling
toml_edit = "0.22.22" # read and write the Cargo.toml
toml_edit = "0.22.23" # 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 c724180

Please sign in to comment.