Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and alexandrebrg committed Apr 10, 2023
1 parent 099ad5e commit e7eb189
Showing 2 changed files with 55 additions and 3 deletions.
56 changes: 54 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 riklet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ serde = { version = "1.0.152", features = ["derive"] }
tokio-stream = "0.1.6"
async-trait = "0.1.50"
libc="0.2.141"
toml="0.5.8"
toml="0.7.3"
uuid = { version = "1.3", features = ["v4"] }
clap = { version = "4.0.26", features = ["derive", "env"] }
nix="0.21.0"

0 comments on commit e7eb189

Please sign in to comment.