Skip to content

Commit

Permalink
Update rkyv 0.7.40 and prettytable-rs to 0.10.0 (#3593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb authored Feb 21, 2023
1 parent 8de6b30 commit c9e658e
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 11 deletions.
111 changes: 102 additions & 9 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 lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ serde = { version = "1.0.147", features = ["derive"] }
dirs = { version = "4.0" }
serde_json = { version = "1.0" }
target-lexicon = { version = "0.12", features = ["std"] }
prettytable-rs = "0.9.0"
prettytable-rs = "0.10.0"
wasmer-toml = "0.6.0"
indexmap = "1.9.2"
walkdir = "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde_bytes = { version = "0.11", optional = true }
thiserror = "1.0"
more-asserts = "0.2"
indexmap = { version = "1.6" }
rkyv = { version = "0.7.38", features = ["indexmap"] }
rkyv = { version = "0.7.40", features = ["indexmap"] }
enum-iterator = "0.7.0"
target-lexicon = { version = "0.12.2", default-features = false }
enumset = "1.0"
Expand Down

0 comments on commit c9e658e

Please sign in to comment.