summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-20 12:31:27 +0000
committerTim Oram <dev@mitmaro.ca>2022-12-20 09:08:44 -0330
commit7405f787e6cfc9b60608462f29c51aca9faaeb5e (patch)
tree342406cc0aff7c61a01f0d962a1430621f2cbc40
parent936fcbb3d97bc9091c4613adfe1601be3b9f5cae (diff)
Bump serial_test from 0.9.0 to 0.10.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock39
-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
6 files changed, 9 insertions, 40 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 90305b6..9a81932 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -737,30 +737,6 @@ dependencies = [
]
[[package]]
-name = "proc-macro-error"
-version = "1.0.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
-dependencies = [
- "proc-macro-error-attr",
- "proc-macro2",
- "quote",
- "syn",
- "version_check",
-]
-
-[[package]]
-name = "proc-macro-error-attr"
-version = "1.0.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
-dependencies = [
- "proc-macro2",
- "quote",
- "version_check",
-]
-
-[[package]]
name = "proc-macro2"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -875,9 +851,9 @@ checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
[[package]]
name = "serial_test"
-version = "0.9.0"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153"
+checksum = "1c789ec87f4687d022a2405cf46e0cd6284889f1839de292cadeb6c6019506f2"
dependencies = [
"dashmap",
"futures",
@@ -889,11 +865,10 @@ dependencies = [
[[package]]
name = "serial_test_derive"
-version = "0.9.0"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4b6f5d1c3087fb119617cff2966fe3808a80e5eb59a8c1601d5994d66f4346a5"
+checksum = "b64f9e531ce97c88b4778aad0ceee079216071cffec6ac9b904277f8f92e7fe3"
dependencies = [
- "proc-macro-error",
"proc-macro2",
"quote",
"syn",
@@ -1083,12 +1058,6 @@ dependencies = [
]
[[package]]
-name = "version_check"
-version = "0.9.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
-
-[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index 4d82583..dabf43a 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -22,7 +22,7 @@ girt-git = {version = "2.2.0", path = "../../src/git"}
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
lazy_static = "1.4.0"
rstest = "0.16.0"
-serial_test = "0.9.0"
+serial_test = "0.10.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 d8f858d..57a937e 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -36,7 +36,7 @@ girt-view = {version = "2.2.0", path = "../../src/view"}
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
pretty_assertions = "1.3.0"
rstest = "0.16.0"
-serial_test = "0.9.0"
+serial_test = "0.10.0"
girt-view = {version = "2.2.0", path = "../../src/view", features = ["testutils"]}
[build-dependencies]
diff --git a/src/display/Cargo.toml b/src/display/Cargo.toml
index 83350a4..6862072 100644
--- a/src/display/Cargo.toml
+++ b/src/display/Cargo.toml
@@ -21,7 +21,7 @@ girt-config = {version = "2.2.0", path = "../config"}
[dev-dependencies]
rstest = "0.16.0"
-serial_test = "0.9.0"
+serial_test = "0.10.0"
[build-dependencies]
rustc_version = "0.4.0"
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index 0345d51..18344f7 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -30,7 +30,7 @@ features = []
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
pretty_assertions = "1.3.0"
rstest = "0.16.0"
-serial_test = "0.9.0"
+serial_test = "0.10.0"
girt-testutils = {version = "0.1.0", path = "../testutils"}
[build-dependencies]
diff --git a/src/input/Cargo.toml b/src/input/Cargo.toml
index 17d4128..160b3af 100644
--- a/src/input/Cargo.toml
+++ b/src/input/Cargo.toml
@@ -27,7 +27,7 @@ girt-runtime = {version = "0.1.0", path = "../runtime"}
[dev-dependencies]
rstest = "0.16.0"
lazy_static = "1.4.0"
-serial_test = "0.9.0"
+serial_test = "0.10.0"
[build-dependencies]
rustc_version = "0.4.0"