Skip to content

Commit

Permalink
Bump toml from 0.8.1 to 0.8.6
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.1 to 0.8.6.
- [Commits](toml-rs/toml@toml-v0.8.1...toml-v0.8.6)

---
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 Nov 2, 2023
1 parent ec8861c commit 36265c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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 deviantart-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ anyhow = "1.0.75"
deviantart = { path = "../deviantart" }
directories-next = "2.0.0"
nd-util = { git = "https://github.com/nathaniel-daniel/nd-util-rs", features = [ "download-to-path" ] }
toml = { version = "0.8.1", features = [ "preserve_order" ] }
toml = { version = "0.8.6", features = [ "preserve_order" ] }
tokio = { version = "1.33.0", features = [ "rt-multi-thread", "fs" ] }
serde = { version = "1.0.188", features = [ "derive" ] }

0 comments on commit 36265c1

Please sign in to comment.