Skip to content

Commit

Permalink
Update object dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd authored and David Wood committed Jan 16, 2022
1 parent 025395b commit cf21bfb
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
36 changes: 34 additions & 2 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 thorin-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tracing-tree = "0.1.10"
typed-arena = "2.0.1"

[dependencies.object]
version = "0.27.1"
version = "0.28.1"
default-features = false
features = [ "archive", "read", "write", "compression" ]

Expand Down
2 changes: 1 addition & 1 deletion thorin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ default-features = false
features = [ "read", "write", "std" ]

[dependencies.object]
version = "0.27.1"
version = "0.28.1"
default-features = false
features = [ "archive", "read", "write", "compression" ]

Expand Down

0 comments on commit cf21bfb

Please sign in to comment.