Skip to content

Commit

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

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

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 Feb 6, 2023
1 parent b2184b9 commit f765d2b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 7 deletions.
46 changes: 40 additions & 6 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.1"
array-bytes = { workspace = true }
async-trait = { version = "0.1" }
cargo_metadata = { version = "0.15" }
cargo_toml = { version = "0.14" }
cargo_toml = { version = "0.15" }
clap = { workspace = true, optional = true, features = ["derive", "wrap_help"] }
futures = { version = "0.3" }
fxhash = { workspace = true }
Expand Down

0 comments on commit f765d2b

Please sign in to comment.