Skip to content

Commit b3622d6

Browse files
chore(deps): bump serial_test from 3.5.0 to 4.0.1
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.5.0 to 4.0.1. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.5.0...v4.0.1) --- updated-dependencies: - dependency-name: serial_test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cad6c28 commit b3622d6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3101,9 +3101,9 @@ dependencies = [
31013101

31023102
[[package]]
31033103
name = "serial_test"
3104-
version = "3.5.0"
3104+
version = "4.0.1"
31053105
source = "registry+https://github.com/rust-lang/crates.io-index"
3106-
checksum = "699f4197115b8a7e7ff19c9a315a4bd6fffec26cc4626ef45ecaea389e081c6d"
3106+
checksum = "a6df5ed973ad8d834e09f824f9e9f449af6b9a3745f78dec7cc752770bd3bf11"
31073107
dependencies = [
31083108
"futures-executor",
31093109
"futures-util",
@@ -3115,13 +3115,13 @@ dependencies = [
31153115

31163116
[[package]]
31173117
name = "serial_test_derive"
3118-
version = "3.5.0"
3118+
version = "4.0.1"
31193119
source = "registry+https://github.com/rust-lang/crates.io-index"
3120-
checksum = "94e153fc76e1c6a068703d6d29c508a0b15c061c4b7e43da59cc097bc342673c"
3120+
checksum = "a22144e767da4ddd8416dbf383700542ffd8a5dc493dfecedfe1fe3ad03c98ae"
31213121
dependencies = [
31223122
"proc-macro2",
31233123
"quote",
3124-
"syn 2.0.117",
3124+
"syn 3.0.2",
31253125
]
31263126

31273127
[[package]]

crates/phenotype-journey-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ vision = ["dep:objc2", "dep:objc2-foundation", "dep:objc2-vision"]
5151
[dev-dependencies]
5252
serde_json = { workspace = true }
5353
# serial_test serialises env-var-mutating tests to prevent race conditions.
54-
serial_test = "3"
54+
serial_test = "4"

0 commit comments

Comments
 (0)