Skip to content

Commit affbdeb

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump goblin 0.10.5 -> 0.10.7
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D107839346 fbshipit-source-id: 228f3a3059024112642fd50b343fea137873aa21
1 parent b25c8f1 commit affbdeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public_autocargo/experimental/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2018"
1515

1616
[dependencies]
1717
clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "wrap_help"] }
18-
goblin = { version = "0.10.5", features = ["elf32", "elf64", "endian_fd"] }
18+
goblin = { version = "0.10.7", features = ["elf32", "elf64", "endian_fd"] }
1919
libc = "0.2.186"
2020
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
2121
scroll = { version = "0.13", features = ["derive"] }

reverie-ptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bincode = { version = "2", features = ["serde"] }
1515
bytes = { version = "1.11.1", features = ["serde"] }
1616
close-err = "1.0.2"
1717
futures = { version = "0.3.31", features = ["async-await", "compat"] }
18-
goblin = { version = "0.10.5", features = ["elf32", "elf64", "endian_fd"] }
18+
goblin = { version = "0.10.7", features = ["elf32", "elf64", "endian_fd"] }
1919
iced-x86 = "1.21.0"
2020
lazy_static = "1.5"
2121
libc = "0.2.186"

0 commit comments

Comments
 (0)