From e488b00271d80d34a8f75e7d81d7057bb11ace04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:29:05 -0700 Subject: [PATCH] chore(deps): bump path-slash from 0.1.4 to 0.1.5 (#1430) Bumps [path-slash](https://github.com/rhysd/path-slash) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/rhysd/path-slash/releases) - [Changelog](https://github.com/rhysd/path-slash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhysd/path-slash/compare/v0.1.4...v0.1.5) --- updated-dependencies: - dependency-name: path-slash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-solc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94cf85d8..2e189c68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2563,9 +2563,9 @@ dependencies = [ [[package]] name = "path-slash" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cacbb3c4ff353b534a67fb8d7524d00229da4cb1dc8c79f4db96e375ab5b619" +checksum = "498a099351efa4becc6a19c72aa9270598e8fd274ca47052e37455241c88b696" [[package]] name = "pbkdf2" diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index acd38527..8ae549dd 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -38,7 +38,7 @@ dunce = "1.0.2" solang-parser = { default-features = false, version = "=0.1.14" } rayon = "1.5.3" rand = { version = "0.8.5", optional = true } -path-slash = "0.1.4" +path-slash = "0.1.5" cfg-if = "1.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]