Skip to content

Commit

Permalink
Update Rust crate rstest to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 16, 2024
1 parent d7d4bea commit 4163154
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
31 changes: 26 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ regress = "0.9.1"
reqwest = { version = "0.11", default-features = false }
ring = "0.17.8"
rpassword = "7.3.1"
rstest = "0.19.0"
rstest = "0.22.0"
rustfmt-wrapper = "0.2"
rustls = "0.22.2"
rustls-pemfile = "2.1.3"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ tokio-postgres = { version = "0.7.11", features = ["with-chrono-0_4", "with-serd
tokio-stream = { version = "0.1.15", features = ["net"] }
tokio-util = { version = "0.7.11", features = ["codec", "io-util"] }
toml = { version = "0.7.8" }
toml_datetime = { version = "0.6.8", default-features = false, features = ["serde"] }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.20", features = ["serde"] }
tracing = { version = "0.1.40", features = ["log"] }
unicode-bidi = { version = "0.3.15" }
Expand Down Expand Up @@ -221,6 +222,7 @@ tokio-postgres = { version = "0.7.11", features = ["with-chrono-0_4", "with-serd
tokio-stream = { version = "0.1.15", features = ["net"] }
tokio-util = { version = "0.7.11", features = ["codec", "io-util"] }
toml = { version = "0.7.8" }
toml_datetime = { version = "0.6.8", default-features = false, features = ["serde"] }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.20", features = ["serde"] }
tracing = { version = "0.1.40", features = ["log"] }
unicode-bidi = { version = "0.3.15" }
Expand Down Expand Up @@ -285,7 +287,6 @@ nix = { version = "0.28.0", features = ["feature", "fs", "ioctl", "poll", "signa
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "stdio", "system", "termios"] }
signal-hook-mio = { version = "0.2.4", default-features = false, features = ["support-v0_8", "support-v1_0"] }
toml_datetime = { version = "0.6.8", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

[target.x86_64-unknown-illumos.build-dependencies]
Expand All @@ -295,7 +296,6 @@ nix = { version = "0.28.0", features = ["feature", "fs", "ioctl", "poll", "signa
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.34", features = ["fs", "stdio", "system", "termios"] }
signal-hook-mio = { version = "0.2.4", default-features = false, features = ["support-v0_8", "support-v1_0"] }
toml_datetime = { version = "0.6.8", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

### END HAKARI SECTION

0 comments on commit 4163154

Please sign in to comment.