Skip to content

Commit

Permalink
Update directories requirement from 4.0 to 5.0 (risc0#456)
Browse files Browse the repository at this point in the history
Updates the requirements on [directories](https://github.com/soc/directories-rs) to permit the latest version.
- [Release notes](https://github.com/soc/directories-rs/releases)
- [Commits](https://github.com/soc/directories-rs/commits)

---
updated-dependencies:
- dependency-name: directories
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 24, 2023
1 parent e16e860 commit 64ec080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion risc0/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = { workspace = true }

[dependencies]
cargo_metadata = "0.15"
directories = "4.0"
directories = "5.0"
downloader = "0.2"
risc0-zkvm = { workspace = true, features = ["binfmt"] }
risc0-zkvm-platform = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion risc0/build_kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = { workspace = true }

[dependencies]
cc = { version = "1.0", features = ["parallel"] }
directories = "4.0"
directories = "5.0"
glob = "0.3"
hex = "0.4"
sha2 = "0.10"
Expand Down

0 comments on commit 64ec080

Please sign in to comment.