summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-17 14:19:58 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-17 14:51:11 -0230
commit5cb9438972a351644e6db2c3f365c1b5a125bd62 (patch)
treeda31c839590bba1d38e7e279c7a9c65d4f1d7b3b
parent1c8d060d1a0e3bb8f7b47e579aa6780f306fa8ca (diff)
Bump pretty_assertions from 1.3.0 to 1.4.0
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock25
-rw-r--r--src/core/Cargo.toml2
-rw-r--r--src/git/Cargo.toml2
-rw-r--r--src/todo_file/Cargo.toml2
4 files changed, 5 insertions, 26 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9930660..dabfcb4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -146,16 +146,6 @@ dependencies = [
]
[[package]]
-name = "ctor"
-version = "0.1.22"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
-dependencies = [
- "quote",
- "syn 1.0.104",
-]
-
-[[package]]
name = "dashmap"
version = "5.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -718,15 +708,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
[[package]]
-name = "output_vt100"
-version = "0.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
-dependencies = [
- "winapi",
-]
-
-[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -787,13 +768,11 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "pretty_assertions"
-version = "1.3.0"
+version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
+checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
- "ctor",
"diff",
- "output_vt100",
"yansi",
]
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index 65ba89b..eb61a7b 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -35,7 +35,7 @@ girt-view = {version = "2.2.0", path = "../../src/view"}
[dev-dependencies]
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
-pretty_assertions = "1.3.0"
+pretty_assertions = "1.4.0"
rstest = "0.18.1"
serial_test = "2.0.0"
girt-view = {version = "2.2.0", path = "../../src/view", features = ["testutils"]}
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index a115a24..4a2433d 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -28,7 +28,7 @@ features = []
[dev-dependencies]
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
-pretty_assertions = "1.3.0"
+pretty_assertions = "1.4.0"
rstest = "0.18.1"
serial_test = "2.0.0"
girt-testutils = {version = "0.1.0", path = "../testutils"}
diff --git a/src/todo_file/Cargo.toml b/src/todo_file/Cargo.toml
index 83766ce..7cf1ea6 100644
--- a/src/todo_file/Cargo.toml
+++ b/src/todo_file/Cargo.toml
@@ -21,7 +21,7 @@ version-track = "0.1.0"
[dev-dependencies]
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
-pretty_assertions = "1.3.0"
+pretty_assertions = "1.4.0"
rstest = "0.18.1"
tempfile = "3.6.0"
girt-testutils = {version = "0.1.0", path = "../testutils"}