Skip to content

Commit

Permalink
cargo: bump toml_edit in the cargo-dependencies group
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 1 update: [toml_edit](https://github.com/toml-rs/toml).


Updates `toml_edit` 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
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ilyagr committed Feb 1, 2025
1 parent 67bb280 commit 48dea14
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 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 @@ -110,7 +110,7 @@ textwrap = "0.16.1"
thiserror = "2.0.11"
timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.43.0" }
toml_edit = { version = "0.22.22", features = ["serde"] }
toml_edit = { version = "0.22.23", features = ["serde"] }
tracing = "0.1.41"
tracing-chrome = "0.7.2"
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
Expand Down

0 comments on commit 48dea14

Please sign in to comment.