diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-15 10:40:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 10:40:20 +0100 |
commit | 809cb4166808a375229de2a9bb306e5da6e55cdb (patch) | |
tree | ee170a4b618d1e104432b7685f8b253606b4446a | |
parent | ea2f5f5ecc6441a85e24ebb8637babee801198f7 (diff) |
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v3.1.1...v3.2.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | asyncgit/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -2720,9 +2720,9 @@ dependencies = [ [[package]] name = "serial_test" -version = "3.1.1" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d" +checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" dependencies = [ "futures", "log", @@ -2734,9 +2734,9 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "3.1.1" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67" +checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" dependencies = [ "proc-macro2", "quote", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 063cf898..dc3ec963 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -41,7 +41,7 @@ url = "2.5" env_logger = "0.11" invalidstring = { path = "../invalidstring", version = "0.1" } pretty_assertions = "1.4" -serial_test = "3.1" +serial_test = "3.2" tempfile = "3" [features] |