Merge pull request #3807 from roc-lang/dependabot/cargo/dircpy-0.3.12

Bump dircpy from 0.3.10 to 0.3.12
This commit is contained in:
Ayaz 2022-08-15 08:16:21 -05:00 committed by GitHub
commit a6cdd3355f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1150,9 +1150,9 @@ dependencies = [
[[package]]
name = "dircpy"
version = "0.3.10"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4388680a28717a3ff2b6b60824bf62d67076232d9416c34d17a148dade0e6cd3"
checksum = "d16e8f15af1ed7189d2bf43c7ae5d6fe0a840cd3b1e9c7bf7c08a384a5df441f"
dependencies = [
"jwalk",
"log",

View file

@ -31,4 +31,4 @@ tempfile = "3.2.0"
indoc = "1.0.3"
cli_utils = { path = "../cli_utils" }
roc_test_utils = { path = "../test_utils" }
dircpy = "0.3.9"
dircpy = "0.3.12"