-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all non-major dependencies #12
base: main
Are you sure you want to change the base?
Conversation
b7b10f2
to
f827cc0
Compare
f827cc0
to
ee21b58
Compare
ee21b58
to
598dc1c
Compare
598dc1c
to
61f7c3a
Compare
61f7c3a
to
18c3354
Compare
18c3354
to
18bffbe
Compare
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: loader/Cargo.lock
File name: Cargo.lock
File name: Cargo.lock
|
f163928
to
f8d7cf8
Compare
f8d7cf8
to
55f6b53
Compare
192d90e
to
a81b999
Compare
a81b999
to
4c87d60
Compare
4c87d60
to
9d3aec3
Compare
9d3aec3
to
b9e4c8a
Compare
b9e4c8a
to
dc7f7b5
Compare
5a64e38
to
edeef21
Compare
edeef21
to
69a220c
Compare
69a220c
to
f16cfd0
Compare
f16cfd0
to
48cc1c4
Compare
48cc1c4
to
905a27a
Compare
905a27a
to
1bd92e2
Compare
e4ef983
to
443d13d
Compare
8b08cd0
to
5428581
Compare
5406d8a
to
9b9a44e
Compare
37b876f
to
ee77299
Compare
ee77299
to
7163c0e
Compare
|
This PR contains the following updates:
3.2.0
->3.2.1
0.5.4
->0.8.0
0.10.3
->0.10.5
0.16.0
->0.28.0
0.13.0
->0.25.0
0.14.10
->0.15.0
Release Notes
bodil/bitmaps (bitmaps)
v3.2.1
Compare Source
FIXED
is_full()
no longer panics with full bitmaps of size 32 or multiplesthereof. (#19, #27)
m4b/goblin (goblin)
v0.8.1
Docs
pe: document pe header, thanks @JohnScience: https://github.com/m4b/goblin/pull/399
pe, elf: fix doc warnings, thanks @5225225: https://github.com/m4b/goblin/pull/395
pe: document dos header, thanks @JohnScience: https://github.com/m4b/goblin/pull/393
Added
pe: add TE (terse executable) support, big thanks @Javagedes: https://github.com/m4b/goblin/pull/397
elf: allow parsing section headers from raw bytes, thanks @lissyx: https://github.com/m4b/goblin/pull/391
mach: add support for lossy parsing, thanks @h33p: https://github.com/m4b/goblin/pull/386
elf: add convenience functions, thanks @tiann : https://github.com/m4b/goblin/pull/387
Fixed
pe: read reserved dos headers, thanks @kkent030315: https://github.com/m4b/goblin/pull/405
v0.8.0
Compare Source
Breaking
msrv: bumped to 1.63.0 since scroll bumped as well
pe: new field added to parse options: https://github.com/m4b/goblin/pull/377
pe: attribute certs now non-exhaustive: https://github.com/m4b/goblin/pull/378
goblin: hint and object enum is now non-exhaustive
pe: write support introduced some breaking changes, e.g., data directories array adds a tuple of usize and data directory,
DosHeader has all the fields filled out, Header struct has a dos_stub field added,
symbols and strings fields is made optional in Coff struct, see: https://github.com/m4b/goblin/pull/361
Fixed
elf: fix documentation, thanks @crzysdrs: https://github.com/m4b/goblin/pull/374
pe: attribute certificates non-exhaustive, thanks @RaitoBezarius: https://github.com/m4b/goblin/pull/378
pe: fix authenticode parsing, thanks @baloo: https://github.com/m4b/goblin/pull/383
Added
strtab: len method added to return number of bytes of the strtab
pe: absolutely epic pe write support PR, thanks @RaitoBezarius and @Baloo: https://github.com/m4b/goblin/pull/361
pe: add coff object file support, thanks @vadimcn, https://github.com/m4b/goblin/pull/379
pe: allow toggling parsing of attribute certs, thanks @suttonbradley: https://github.com/m4b/goblin/pull/377
mach: add new mach-o constants, thanks @keith: https://github.com/m4b/goblin/pull/372
v0.7.1
Compare Source
MSRV bump from log
v0.7.0
Compare Source
Breaking
mach: Implement
LC_NOTE
, (breakage=load commands are marked non-exhaustive), thanks @messense: https://github.com/m4b/goblin/pull/342Fixed
elf: fix is_lib detection, thanks @m-hilgendorf: https://github.com/m4b/goblin/pull/366
pe: fix out of bounds access while parsing AttributeCertificate, thanks @anfedotoff: https://github.com/m4b/goblin/pull/368
Added
pe: support basic certificates enumeration, thanks @RaitoBezarius: https://github.com/m4b/goblin/pull/354
pe: fix certificate tables parsing, thanks @baloo: https://github.com/m4b/goblin/pull/359
pe: add pe authenticode support, thanks @baloo: https://github.com/m4b/goblin/pull/362
mach: implement
LC_FILESET_ENTRY
, thanks @mmaekr: https://github.com/m4b/goblin/pull/369build: add afl fuzzing support, thanks @anfedotoff: https://github.com/m4b/goblin/pull/351
v0.6.1
Compare Source
Fixed
elf.section_header: additional workaround for 0-length sections, thanks @Jhynjhiruu: https://github.com/m4b/goblin/pull/347
pe.utils: file alignment check, thanks @anfedotoff: https://github.com/m4b/goblin/pull/340
Added
elf: Add basic GNU PROPERTY note support, thanks @x64k: https://github.com/m4b/goblin/pull/352
mach: Implement
LC_BUILD_VERSION
, thanks @messense: https://github.com/m4b/goblin/pull/341v0.6.0
Compare Source
Breaking
macho: add support for archives in multi-arch binaries, big thanks to @nick96: https://github.com/m4b/goblin/pull/322
Changed
elf: only consider loadable segments for VM translation (this may semantically break someone, if they depended on older behavior), thanks @lumag: https://github.com/m4b/goblin/pull/329
Fixed
archive: fix potential panic in bsd filenames, thanks @nathaniel-daniel: https://github.com/m4b/goblin/pull/335
archive: fix subtract with overflow, thanks @anfedotoff: https://github.com/m4b/goblin/pull/333
pe: fix oob access, thanks @anfedetoff: https://github.com/m4b/goblin/pull/330
archive: fix oob access, thanks @anfedetoff: https://github.com/m4b/goblin/pull/329
Added
pe: add machine_to_str utility function, thanks @cgzones: https://github.com/m4b/goblin/pull/338
fuzz: add debug info for line numbers, thanks @SweetVishnya: https://github.com/m4b/goblin/pull/336
phil-opp/linked-list-allocator (linked_list_allocator)
v0.10.5
Compare Source
Remove features
const_mut_refs
anduse_spin_nightly
.Since rust 1.61, the required const features are available in stable rust, and
lock_api
>= 0.4.7 automatically uses them.To avoid a breaking change, the features are still listed in Cargo.toml, but have no effect and are marked as deprecated.
This bumps the minimum supported rust version to 1.61.
v0.10.4
Compare Source
rust-osdev/uefi-rs (uefi)
v0.28.0
Compare Source
v0.27.0
Compare Source
v0.26.0
Compare Source
v0.25.0
Compare Source
v0.24.0
Compare Source
v0.23.0
Compare Source
v0.22.0
Compare Source
v0.21.0
Compare Source
v0.20.0
Compare Source
v0.19.1
Compare Source
v0.19.0
Compare Source
v0.18.0
Compare Source
v0.17.0
Compare Source
v0.16.1
Compare Source
rust-osdev/x86_64 (x86_64)
v0.15.1
Compare Source
New Features
Fixes
Other Improvements
v0.15.0
Compare Source
Breaking changes
New Features
Fixes
Other Improvements
v0.14.12
Compare Source
New Features
Fixes
Other Improvements
v0.14.11
Compare Source
New Features
Fixes
Other Improvements
Configuration
📅 Schedule: Branch creation - "before 4am every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.