Skip to content

Commit

Permalink
Bump toml from 0.8.14 to 0.8.15
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.14 to 0.8.15.
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 020251d commit 5f8ad1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 src/idl2json_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ serde_json = "^1.0"

[build-dependencies]
anyhow = "1"
toml = "0.8.14"
toml = "0.8.15"
2 changes: 1 addition & 1 deletion src/yaml2candid_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ clap = { version = "4.5.9", features = [ "derive" ] }
yaml2candid = { path = "../yaml2candid", version = "0.10.1" }

[build-dependencies]
toml = "0.8.14"
toml = "0.8.15"

0 comments on commit 5f8ad1e

Please sign in to comment.