Skip to content

Commit

Permalink
Upgrade globlin to 0.8.0 (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jan 14, 2024
1 parent a4f7d37 commit c27bd38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cargo_metadata = "0.18.0"
cargo-options = "0.7.2"
cbindgen = { version = "0.26.0", default-features = false }
flate2 = "1.0.18"
goblin = "0.7.1"
goblin = "0.8.0"
platform-info = "2.0.2"
regex = "1.7.0"
serde = { version = "1.0.193", features = ["derive"] }
Expand All @@ -56,7 +56,7 @@ toml_edit = "0.21.0"
zip = { version = "0.6.1", default-features = false, features = ["bzip2", "deflate", "time"] }
thiserror = "1.0.37"
fs-err = "2.11.0"
fat-macho = { version = "0.4.7", default-features = false }
fat-macho = { version = "0.4.8", default-features = false }
once_cell = "1.7.2"
rustc_version = "0.4.0"
semver = "1.0.13"
Expand All @@ -67,7 +67,7 @@ python-pkginfo = "0.6.0"
textwrap = "0.16.0"
ignore = "0.4.20"
itertools = "0.12.0"
lddtree = "0.3.3"
lddtree = "0.3.4"
cc = "1.0.72"
dunce = "1.0.2"
normpath = "1.0.0"
Expand Down

0 comments on commit c27bd38

Please sign in to comment.