Skip to content

Commit

Permalink
chore(deps): bump toml_edit from 0.19.14 to 0.19.15
Browse files Browse the repository at this point in the history
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.14 to 0.19.15.
- [Commits](toml-rs/toml@v0.19.14...v0.19.15)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 21ff894 commit 5b678f5
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 serdect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0.184", default-features = false, features = ["derive"] }
serde_json = "1"
serde-json-core = { version = "0.5", default-features = false, features = ["std"] }
toml = "0.7"
toml_edit = "=0.19.14" # pinned to preserve MSRV
toml_edit = "=0.19.15" # pinned to preserve MSRV

[features]
default = ["alloc"]
Expand Down

0 comments on commit 5b678f5

Please sign in to comment.