Skip to content

Commit

Permalink
Bump cargo_toml from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [cargo_toml](https://gitlab.com/crates.rs/cargo_toml) from 0.13.0 to 0.14.0.
- [Release notes](https://gitlab.com/crates.rs/cargo_toml/tags)
- [Commits](https://gitlab.com/crates.rs/cargo_toml/commits/main)

---
updated-dependencies:
- dependency-name: cargo_toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2022
1 parent c6012f8 commit 78be4da
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 lib/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "0.9.0-rc20"
array-bytes = { workspace = true }
async-trait = { version = "0.1" }
cargo_metadata = { version = "0.15" }
cargo_toml = { version = "0.13" }
cargo_toml = { version = "0.14" }
clap = { workspace = true, optional = true, features = ["derive", "wrap_help"] }
futures = { version = "0.3" }
fxhash = { workspace = true }
Expand Down

0 comments on commit 78be4da

Please sign in to comment.