Skip to content

Commit

Permalink
chore(deps): Bump serde-toml-merge from 0.3.2 to 0.3.3 (#18804)
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.2 to 0.3.3.
- [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.2...v0.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent c4fbc25 commit abb9101
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 @@ -202,7 +202,7 @@ tower = { version = "0.4.13", default-features = false, features = ["buffer", "l
tower-http = { version = "0.4.4", default-features = false, features = ["decompression-gzip"]}
# Serde
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
serde-toml-merge = { version = "0.3.2", default-features = false }
serde-toml-merge = { version = "0.3.3", default-features = false }
serde_bytes = { version = "0.11.12", default-features = false, features = ["std"], optional = true }
serde_json = { version = "1.0.107", default-features = false, features = ["raw_value"] }
serde_with = { version = "3.3.0", default-features = false, features = ["macros", "std"] }
Expand Down

0 comments on commit abb9101

Please sign in to comment.