Skip to content

Commit

Permalink
Bump serial_test from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 8cdab3b commit ac658d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -148,7 +148,7 @@ features = [ "derive" ]
version = "1.0"

[dependencies.serial_test]
version = "2.0.0"
version = "3.0.0"

[dependencies.snarkvm]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion leo/package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ version = "1.0"
features = [ "derive" ]

[dependencies.serial_test]
version = "2.0.0"
version = "3.0.0"

[dependencies.toml]
version = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion utils/retriever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "../disassembler"
version = "0.10.8"

[dependencies.serial_test]
version = "2.0.0"
version = "3.0.0"

[dependencies.leo-span]
version = "1.9.4"
Expand Down

0 comments on commit ac658d5

Please sign in to comment.