Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wwylele committed Aug 29, 2023
1 parent a4aee6e commit b616dde
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 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 chocopy-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
chocopy-rs-common = { path = "../chocopy-rs-common" }
serde = { version = "1.0" }
serde_derive = { version =">=1.0, <=1.0.171" }
serde_derive = { version =">=1.0.188" }
serde_json = "1.0"
rand = "0.8"
enum_dispatch = "0.3"
Expand Down

0 comments on commit b616dde

Please sign in to comment.