summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-28 08:04:30 +0000
committerTim Oram <dev@mitmaro.ca>2022-11-28 08:52:40 -0330
commitac4fb82d8890643ce4416c80d8b15e74e9808bc5 (patch)
tree111fa6249054e43b89c4dbc86081eb4043b11cb2
parent84b0afd7f36d3ad1530cd82dec639b5fff86a73d (diff)
Bump rstest from 0.15.0 to 0.16.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.15.0...0.16.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock37
-rw-r--r--src/config/Cargo.toml2
-rw-r--r--src/core/Cargo.toml2
-rw-r--r--src/display/Cargo.toml2
-rw-r--r--src/git/Cargo.toml2
-rw-r--r--src/input/Cargo.toml2
-rw-r--r--src/todo_file/Cargo.toml2
7 files changed, 25 insertions, 24 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3ccc8da..0de53b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -762,18 +762,18 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.37"
+version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
+checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
dependencies = [
- "unicode-xid",
+ "unicode-ident",
]
[[package]]
name = "quote"
-version = "1.0.18"
+version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
+checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2",
]
@@ -828,9 +828,9 @@ dependencies = [
[[package]]
name = "rstest"
-version = "0.15.0"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9c9dc66cc29792b663ffb5269be669f1613664e69ad56441fdb895c2347b930"
+checksum = "b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf"
dependencies = [
"futures",
"futures-timer",
@@ -840,15 +840,16 @@ dependencies = [
[[package]]
name = "rstest_macros"
-version = "0.14.0"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5015e68a0685a95ade3eee617ff7101ab6a3fc689203101ca16ebc16f2b89c66"
+checksum = "7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"rustc_version",
"syn",
+ "unicode-ident",
]
[[package]]
@@ -942,13 +943,13 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
[[package]]
name = "syn"
-version = "1.0.91"
+version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
+checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce"
dependencies = [
"proc-macro2",
"quote",
- "unicode-xid",
+ "unicode-ident",
]
[[package]]
@@ -1018,6 +1019,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
+name = "unicode-ident"
+version = "1.0.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
+
+[[package]]
name = "unicode-normalization"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1039,12 +1046,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
-name = "unicode-xid"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
-
-[[package]]
name = "url"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index 15f89f4..0067ceb 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -21,7 +21,7 @@ girt-git = {version = "2.2.0", path = "../../src/git"}
[dev-dependencies]
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
lazy_static = "1.4.0"
-rstest = "0.15.0"
+rstest = "0.16.0"
serial_test = "0.9.0"
tempfile = "3.3.0"
girt-testutils = {version = "0.1.0", path = "../testutils"}
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index a5b9e56..86bfe7f 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"
-rstest = "0.15.0"
+rstest = "0.16.0"
serial_test = "0.9.0"
girt-view = {version = "2.2.0", path = "../../src/view", features = ["testutils"]}
diff --git a/src/display/Cargo.toml b/src/display/Cargo.toml
index 38ba8d6..5625f20 100644
--- a/src/display/Cargo.toml
+++ b/src/display/Cargo.toml
@@ -20,7 +20,7 @@ thiserror = "1.0.37"
girt-config = {version = "2.2.0", path = "../config"}
[dev-dependencies]
-rstest = "0.15.0"
+rstest = "0.16.0"
serial_test = "0.9.0"
[build-dependencies]
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index e49a9e2..29fc9db 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -29,7 +29,7 @@ features = []
[dev-dependencies]
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
pretty_assertions = "1.3.0"
-rstest = "0.15.0"
+rstest = "0.16.0"
serial_test = "0.9.0"
girt-testutils = {version = "0.1.0", path = "../testutils"}
diff --git a/src/input/Cargo.toml b/src/input/Cargo.toml
index 6ab9364..17d4128 100644
--- a/src/input/Cargo.toml
+++ b/src/input/Cargo.toml
@@ -25,7 +25,7 @@ girt-config = {version = "2.2.0", path = "../config"}
girt-runtime = {version = "0.1.0", path = "../runtime"}
[dev-dependencies]
-rstest = "0.15.0"
+rstest = "0.16.0"
lazy_static = "1.4.0"
serial_test = "0.9.0"
diff --git a/src/todo_file/Cargo.toml b/src/todo_file/Cargo.toml
index a7128d2..4959cba 100644
--- a/src/todo_file/Cargo.toml
+++ b/src/todo_file/Cargo.toml
@@ -22,7 +22,7 @@ uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
[dev-dependencies]
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
pretty_assertions = "1.3.0"
-rstest = "0.15.0"
+rstest = "0.16.0"
tempfile = "3.3.0"
girt-testutils = {version = "0.1.0", path = "../testutils"}