Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump toml from 0.7.8 to 0.8.2 (#665)
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.2.
- [Commits](toml-rs/toml@toml-v0.7.8...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 78dfde5 commit 192ef12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 rust/noosphere-ns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ noosphere = { version = "0.15.2", path = "../noosphere", optional = true }
noosphere-ipfs = { version = "0.8.2", path = "../noosphere-ipfs", optional = true }
clap = { version = "^4.4", features = ["derive"], optional = true }
home = { version = "~0.5", optional = true }
toml = { version = "~0.7", optional = true }
toml = { version = "~0.8", optional = true }

# noosphere_ns::server
axum = { workspace = true, features = ["json", "headers", "macros"], optional = true }
Expand Down

0 comments on commit 192ef12

Please sign in to comment.