Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump toml from 0.7.6 to 0.8.2
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.2.
- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.8.2)

---
updated-dependencies:
- dependency-name: 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 Oct 3, 2023
commit 002e5fd689aa78e545be7b50142d7eb81def33d6
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_json = "1.0"
tar = "0.4.40"
tempdir = "0.3"
tokio = { version = "1.16", features = ["full"] }
toml = "0.7.6"
toml = "0.8.2"
pathdiff = "0.2.1"
xdg = "2.5.2"

Expand Down