Skip to content

Commit

Permalink
Merge pull request #123 from corewa-rs/dependabot/cargo/dependencies-…
Browse files Browse the repository at this point in the history
…0d02d7e4a8

Bump the dependencies group with 2 updates
  • Loading branch information
ian-h-chamberlain authored Dec 6, 2023
2 parents 03839af + 6cf2b77 commit 92151ac
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
17 changes: 13 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 corewars-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/corewa-rs/corewars"
description = "Data structures and common utilities for the corewars crate"

[dependencies]
itertools = "0.11.0"
itertools = "0.12.0"
lazy_static = "1.4.0"
maplit = "1.0.2"

Expand Down
2 changes: 1 addition & 1 deletion corewars-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1.0.50"
maplit = "1.0.2"
normalize-line-endings = "0.3.0"
pretty_assertions = "1.4.0"
test-case = "3.2.1"
test-case = "3.3.1"
test-generator = "0.3.1"
textwrap = "0.16.0"
textwrap-macros = "0.3.0"
2 changes: 1 addition & 1 deletion corewars-sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ thiserror = "1.0.50"
corewars-parser = { path = "../corewars-parser", version = "0.2.0" }
normalize-line-endings = "0.3.0"
pretty_assertions = "1.4.0"
test-case = "3.2.1"
test-case = "3.3.1"
test-generator = "0.3.1"
2 changes: 1 addition & 1 deletion corewars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ assert_fs = "1.0.13"
normalize-line-endings = "0.3.0"
predicates = "3.0.4"
pretty_assertions = "1.4.0"
test-case = "3.2.1"
test-case = "3.3.1"
test-generator = "0.3.1"

0 comments on commit 92151ac

Please sign in to comment.