diff --git a/Cargo.lock b/Cargo.lock index 496eb10a..bb4e6d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2613,9 +2613,9 @@ dependencies = [ [[package]] name = "path-slash" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c54014ba3c1880122928735226f78b6f5bf5bd1fed15e41e92cf7aa20278ce28" +checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" [[package]] name = "pbkdf2" diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index b8b54dda..be936214 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.17" } rayon = "1.5.3" rand = { version = "0.8.5", optional = true } -path-slash = "0.2.0" +path-slash = "0.2.1" cfg-if = "1.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]