summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfilip <filipbachul@gmail.com>2022-07-12 11:31:43 +0200
committerGitHub <noreply@github.com>2022-07-12 11:31:43 +0200
commitf56955084b5bce5ca71704499a7aadc399bdba12 (patch)
tree02b2243c2319e76684b79f54a2d411c8f2307812 /Cargo.toml
parent784d671d5ea2b8d7da6d1a8f04e61023cc638981 (diff)
build: bump path-slash from 0.1.4 to 0.2.0 (#4155)
* build: bump path-slash from 0.1.4 to 0.2.0 Bumps [path-slash](https://github.com/rhysd/path-slash) from 0.1.4 to 0.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: path-slash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix errors in code after path-slash bump to 0.2.0 * fmt * refactor contract_path to return Cow<str> * update contract_windows_style_root_directory test Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 57b7008d0..5672c8c6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ notify-rust = { version = "4.5.8", optional = true }
once_cell = "1.13.0"
open = "3.0.1"
os_info = "3.4.0"
-path-slash = "0.1.4"
+path-slash = "0.2.0"
pest = "2.1.3"
pest_derive = "2.1.0"
quick-xml = "0.23.0"