Skip to content

Commit

Permalink
Merge pull request #132 from corewa-rs/dependabot/cargo/dependencies-…
Browse files Browse the repository at this point in the history
…9ccef22cef
  • Loading branch information
ian-h-chamberlain authored May 7, 2024
2 parents fd30dd9 + dd32fb9 commit f93c5ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions corewars-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description = "A placeholder subcrate for corewars"

[dependencies]
corewars-core = { path = "../corewars-core", version = "=0.2.0" }
pest = "2.7.8"
pest_derive = "2.7.8"
thiserror = "1.0.58"
pest = "2.7.10"
pest_derive = "2.7.10"
thiserror = "1.0.60"

[dev-dependencies]
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion corewars-sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Simulation library for a Redcode warrior"

[dependencies]
corewars-core = { path = "../corewars-core", version = "0.2.0" }
thiserror = "1.0.58"
thiserror = "1.0.60"

[dev-dependencies]
corewars-parser = { path = "../corewars-parser", version = "0.2.0" }
Expand Down

0 comments on commit f93c5ea

Please sign in to comment.