Skip to content

Commit

Permalink
chore(deps): Bump serde-toml-merge from 0.3.5 to 0.3.6 (#20132)
Browse files Browse the repository at this point in the history
Bumps [serde-toml-merge](https://github.com/jdrouet/serde-toml-merge) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/jdrouet/serde-toml-merge/releases)
- [Changelog](https://github.com/jdrouet/serde-toml-merge/blob/main/CHANGELOG.md)
- [Commits](jdrouet/serde-toml-merge@v0.3.5...v0.3.6)

---
updated-dependencies:
- dependency-name: serde-toml-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent db9c681 commit e012a80
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 @@ -212,7 +212,7 @@ tower = { version = "0.4.13", default-features = false, features = ["buffer", "l
tower-http = { version = "0.4.4", default-features = false, features = ["decompression-gzip", "trace"]}
# Serde
serde.workspace = true
serde-toml-merge = { version = "0.3.5", default-features = false }
serde-toml-merge = { version = "0.3.6", default-features = false }
serde_bytes = { version = "0.11.14", default-features = false, features = ["std"], optional = true }
serde_json.workspace = true
serde_with = { version = "3.7.0", default-features = false, features = ["macros", "std"] }
Expand Down

0 comments on commit e012a80

Please sign in to comment.