Skip to content

Commit

Permalink
Bump up serial_test to 3.1 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan authored Jun 2, 2024
1 parent 7cc9f01 commit 9c61f1d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion artifact-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ prost-types = "0.12"

[dev-dependencies]
tokio = { version="1.32", features=["rt-multi-thread"] }
serial_test = "0.9"
serial_test = "3.1"
tracing-subscriber = { version="0.3.17", features=["env-filter"]}
ctor = "0.1"
tokio-util = {version ="0.7", features = ["codec"] }
Expand Down
2 changes: 1 addition & 1 deletion bigquery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ google-cloud-auth = { optional = true, version = "0.15", path="../foundation/aut

[dev-dependencies]
tokio = { version="1.32", features=["rt-multi-thread"] }
serial_test = "0.9"
serial_test = "3.1"
tracing-subscriber = { version="0.3.17", features=["env-filter"] }
ctor = "0.1.26"
tokio-util = {version ="0.7", features = ["codec"] }
Expand Down
2 changes: 1 addition & 1 deletion kms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prost-types = "0.12"

[dev-dependencies]
tokio = { version="1.32", features=["rt-multi-thread"] }
serial_test = "0.9"
serial_test = "3.1"
tracing-subscriber = { version="0.3.17", features=["env-filter"]}
ctor = "0.1"
tokio-util = {version ="0.7", features = ["codec"] }
Expand Down
2 changes: 1 addition & 1 deletion pubsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ google-cloud-auth = { optional = true, version = "0.15", path="../foundation/aut
tokio = { version="1.32", features=["rt-multi-thread"] }
rand = "0.8.5"
tracing-subscriber = "0.3"
serial_test = "0.9"
serial_test = "3.1"
uuid = { version="1.4", features=["v4"] }
ctor = "0.1.26"
futures-util = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion spanner-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ convert_case = "0.6"
google-cloud-spanner = { path = "../spanner"}
time = { version = "0.3", features = ["serde"] }
tokio = { version="1.32", features=["rt-multi-thread"] }
serial_test = "0.9"
serial_test = "3.1"
serde = "1.0"
serde_json = "1.0"
2 changes: 1 addition & 1 deletion spanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ google-cloud-auth = { optional = true, version = "0.15", path="../foundation/aut
[dev-dependencies]
tokio = { version="1.32", features=["rt-multi-thread"] }
tracing-subscriber = { version="0.3", features=["env-filter"] }
serial_test = "0.9"
serial_test = "3.1"
ctor = "0.1"
google-cloud-auth = { path="../foundation/auth", default-features=false, features=["rustls-tls"]}

Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ctor = "0.1.26"
google-cloud-auth = {path = "../foundation/auth", default-features = false}
reqwest-retry = "0.5.0"
retry-policies = "0.3.0"
serial_test = "0.9"
serial_test = "3.1"
tokio = {version = "1.32", features = ["rt-multi-thread"]}
tokio-util = {version = "0.7", features = ["codec"]}
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
Expand Down

0 comments on commit 9c61f1d

Please sign in to comment.