Skip to content

Commit

Permalink
chore(update): bump toml from 0.7.3 to 0.7.4
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.3 to 0.7.4.
- [Commits](toml-rs/toml@toml-v0.7.3...toml-v0.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and alexandrebrg committed Jun 19, 2023
1 parent f5df8cc commit 6b64892
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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 riklet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde = { version = "1.0.163", features = ["derive"] }
tokio-stream = "0.1.6"
async-trait = "0.1.50"
libc="0.2.144"
toml="0.7.3"
toml="0.7.4"
uuid = { version = "1.3", features = ["v4"] }
clap = { version = "4.0.26", features = ["derive", "env"] }
nix="0.26.2"
Expand Down

0 comments on commit 6b64892

Please sign in to comment.