Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed May 7, 2024
1 parent dad0b75 commit 9ab0172
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ readme = "README.md"
env_logger = { version = "0.11", default-features = false }
getrandom = "0.2"
log = "0.4"
object = { version = "0.33", default-features = false, features = ["read_core", "elf", "std"] }
object = { version = "0.35", default-features = false, features = ["read_core", "elf", "std"] }

[dev-dependencies]
assert_cmd = "2.0"
rstest = { version = "0.18", default-features = false }
rstest = { version = "0.19", default-features = false }

[workspace]
members = [".", "xtest"]
Expand Down

0 comments on commit 9ab0172

Please sign in to comment.