Add more removal methods to OccupiedEntry (#1179, thanks @GREsau)
1.0.126
Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#1182, thanks @CryZe)
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 7 updates:
1.0.31
1.0.33
0.12.6
0.12.7
1.0.208
1.0.209
1.0.125
1.0.127
0.31.2
0.31.3
2.1.6
2.2.0
0.1.3
0.2.1
Updates
flate2
from 1.0.31 to 1.0.33Release notes
Sourced from flate2's releases.
Changelog
Sourced from flate2's changelog.
Commits
50852c6
Merge pull request #425 from NobodyXu/patch-1a2df1db
bump tested MSRV to 1.6366c6907
bump patch level for new release that builds with-Zminimal-versions
a5d38e8
increase minimal versions oflibz-ng-sys
andlibz-sys
to their latest rel...80fc1e5
Do not check msrv for feature zlib-rsb332bac
Run msrv with different featuresf51da32
Run msrv CI on windows and macos387b9c6
Fix msrv: Run msrv checks with minimal versions367ec74
Merge pull request #423 from crazymerlyn/memerror6084e47
Bump versionUpdates
reqwest
from 0.12.6 to 0.12.7Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
88bd9be
v0.12.768127f0
Revert "feat: Addimpl Service\<http::Request<Body>>
forClient
and `&'_ C...Updates
serde
from 1.0.208 to 1.0.209Release notes
Sourced from serde's releases.
Commits
30752ac
Release 1.0.209b84e6ca
Improve wording of PR 2805 comments87a2fb0
Wrap comments from PR 2805 to 80 columns9eaf7b9
Merge pull request #2805 from Mingun/untagged-tests7bde100
Replace MapRefDeserializer with value::MapDeserializerda7fc79
Fix deserialization of empty struct variant in untagged enums4c5fec1
Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...6588b0a
Cover Content::Seq case in VariantRefDeserializer::struct_variant0093f74
Split test newtype_enum into four tests for each variant171c6da
Complete coverage of ContentRefDeserializer::deserialize_newtype_structUpdates
serde_json
from 1.0.125 to 1.0.127Release notes
Sourced from serde_json's releases.
Commits
5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticf268173
Unify chunk size choice between float and string parsingfec0376
Merge pull request #1182 from CryZe/chunk-64bit3d837e1
Ensure the SWAR chunks are 64-bit in more cases11fc61c
AddOccupiedEntry::shift_remove()
andswap_remove()
Updates
sysinfo
from 0.31.2 to 0.31.3Changelog
Sourced from sysinfo's changelog.
Commits
d0122ae
Merge pull request #1343 from GuillaumeGomez/updatee40096c
Update crate version to 0.31.3431d5df
Update CHANGELOG for 0.31.33dff49e
Merge pull request #1342 from rise0chen/master9acef9f
feat: support Raspberry PiUpdates
zip
from 2.1.6 to 2.2.0Release notes
Sourced from zip's releases.
Changelog
Sourced from zip's changelog.
Commits
6d39456
chore: release (#234)af33ed3
feat: ExposeZipArchive::central_directory_start
(#232)3f6768e
docs: Update list of supported features (#230)3a427c4
deps: Update dependencies withcargo upgrade
Updates
zip-extract
from 0.1.3 to 0.2.1Commits
120ebab
chore: Release zip-extract version 0.2.10058b21
Add missing zip2 feature passthroughs (#33)ee3d746
chore: Release zip-extract version 0.2.022d0df1
Update docs since new features have been added379f6ed
Update to zip 2.0 (#32)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