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]