(#33) Rare combination of settings could lead to writing a corrupt archive with overlength extra data, and data_start locations when reading the archive back were also wrong (#221)
🚜 Refactor
Eliminate some magic numbers and unnecessary path prefixes (#225)
(#33) Rare combination of settings could lead to writing a corrupt archive with overlength extra data, and data_start locations when reading the archive back were also wrong (#221)
🚜 Refactor
Eliminate some magic numbers and unnecessary path prefixes (#225)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the backend-deps group in /src-tauri with 5 updates:
1.0.30
1.0.31
1.0.121
1.0.122
0.30.13
0.31.2
22.0.0
22.1.0
2.1.5
2.1.6
Updates
flate2
from 1.0.30 to 1.0.31Commits
Updates
serde_json
from 1.0.121 to 1.0.122Release notes
Sourced from serde_json's releases.
Commits
54381d6
Release 1.0.12216fb6e0
Work around buggy rust-analyzer behavior49d7d66
Merge pull request #1166 from dtolnay/allocvec6827c7b
Fix json! invocations when std prelude is not in scope611b2a4
Merge pull request #1165 from serde-rs/jsonmac7633cb7
Eliminate local_inner_macros in favor of non-ident macro pathsUpdates
sysinfo
from 0.30.13 to 0.31.2Changelog
Sourced from sysinfo's changelog.
Commits
176db28
Merge pull request #1333 from GuillaumeGomez/update3bd9119
Update crate version to 0.31.2c0b46af
Update CHANGELOG for 0.31.29009bb6
Merge pull request #1332 from GuillaumeGomez/rm-bstr73db406
Remove usage oftrim_ascii
for now6c1ef4a
Removebstr
dependency5c40b60
Merge pull request #1331 from GuillaumeGomez/update84502ec
Update crate version to 0.31.151a9722
Update CHANGELOG for 0.31.187ac0dd
Merge pull request #1330 from GuillaumeGomez/downgradeUpdates
wgpu
from 22.0.0 to 22.1.0Release notes
Sourced from wgpu's releases.
Changelog
Sourced from wgpu's changelog.
Commits
5c5c8b1
Bump Versions0253a4f
Fix profiling with tracy. (#5988)908bab4
[naga] add backPartialEq
derives for some types (#6045)f5003d4
Disable wgpu-core documentation as a workaround for #4905 (#5987)a1c5e09
Fix error message in create_render_pass (#6041)60983f3
[wgpu-core] fix length of copy inqueue_write_texture
(#6009)735ecd0
Fix AnyDevice drop implementation dropping the wrong thing (#6052)e3b5c1a
Error instead of panic in check bind (#6012)24aeee2
Reexport InternalCounters, HalCounters and CoreCounters in wgpu (#6022)Updates
zip
from 2.1.5 to 2.1.6Release notes
Sourced from zip's releases.
Changelog
Sourced from zip's changelog.
Commits
beab418
chore: release (#229)f803fa0
test: (#33) Verify that data_start is correct when reading an alignment-padde...6d8ab62
fix: (#33) Rare combination of settings could lead to writing a corrupt archi...fd5f804
test(fuzz): Consume self, and add initial junk (#226)3ecd651
refactor: Eliminate some magic numbers and unnecessary path prefixes (#225)a29b860
test(fuzz): Makecargo fuzz fmt fuzz_write
output more reliably equivalent ...546e49d
docs: Update pull_request_template.md50fd94f
docs: Update pull_request_template.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show