RusTLS now has pluggable cryptography providers: ring (the existing implementation),
and aws-lc-rs which has optional FIPS certification.
The existing features activating RusTLS (runtime-tokio-rustls, runtime-async-std-rustls, tls-rustls)
enable the ring provider of RusTLS to match the existing behavior so this should not be a breaking change.
Switch to the tls-rustls-aws-lc-rs feature to use the aws-lc-rs provider.
If using runtime-tokio-rustls or runtime-async-std-rustls,
this will necessitate switching to the appropriate non-legacy runtime feature:
runtime-tokio or runtime-async-std
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)
RusTLS now has pluggable cryptography providers: ring (the existing implementation),
and aws-lc-rs which has optional FIPS certification.
The existing features activating RusTLS (runtime-tokio-rustls, runtime-async-std-rustls, tls-rustls)
enable the ring provider of RusTLS to match the existing behavior so this should not be a breaking change.
Switch to the tls-rustls-aws-lc-rs feature to use the aws-lc-rs provider.
If using runtime-tokio-rustls or runtime-async-std-rustls,
this will necessitate switching to the appropriate non-legacy runtime feature:
runtime-tokio or runtime-async-std
RusTLS now has pluggable cryptography providers: ring (the existing implementation),
and aws-lc-rs which has optional FIPS certification.
The existing features activating RusTLS (runtime-tokio-rustls, runtime-async-std-rustls, tls-rustls)
enable the ring provider of RusTLS to match the existing behavior so this should not be a breaking change.
Switch to the tls-rustls-aws-lc-rs feature to use the aws-lc-rs provider.
If using runtime-tokio-rustls or runtime-async-std-rustls,
this will necessitate switching to the appropriate non-legacy runtime feature:
runtime-tokio or runtime-async-std
Bumps the pointercrate group with 26 updates:
1.0.208
1.0.209
0.8.0
0.8.1
1.0.125
1.0.127
0.12.5
0.12.7
1.1.13
1.1.14
0.4.1
0.4.2
0.4.1
0.4.2
0.4.1
0.4.2
2.1.0
2.1.1
1.0.31
1.0.33
0.2.157
0.2.158
0.28.0
0.30.1
1.1.19
1.1.20
1.0.36
1.0.37
1.0.208
1.0.209
0.8.0
0.8.1
0.8.0
0.8.1
0.8.0
0.8.1
0.8.0
0.8.1
0.8.0
0.8.1
0.8.0
0.8.1
2.0.75
2.0.76
0.5.1
0.6.1
0.5.0
0.6.0
0.1.1
0.1.2
0.2.4
0.2.5
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
sqlx
from 0.8.0 to 0.8.1Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
9c94ce8
chore: prepare release 0.8.10aa0676
chore(mysql): create regression test for RUSTSEC-2024-0363791433a
chore(sqlite): create regression test for RUSTSEC-2024-0363b1539b6
chore(postgres): create regression test for RUSTSEC-2024-03639e3ece4
fix(postgres): use checked decrement onpending_ready_for_query_count
823261a
fix(mysql): don't use an arbitrarycfg
for one testb5c218e
fix(postgres): fix missing inversion onPgNumeric::is_valid_digit()
394a7e8
fix(sqlite): fix unit and doctests27c5730
fix(mysql): fix doctests71f72e2
fix(mysql): addsqlx
as a dev-dependency for doctestsUpdates
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
reqwest
from 0.12.5 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...b2a28f5
v0.12.6522216e
feat: Addimpl Service\<http::Request<Body>>
forClient
and&'_ Client
(...646b1f8
chore: update macOS system-configuration dep (#2368)85dd6da
dns: improve error message for hickory-dns and warn in docs (#2389)bfd31be
docs: Improve RequestBuilder::multipart's documentation (#2388)8c7f338
chore: bump dev-dependency libflate (#2382)dddf877
chore: bump h3 dependencya53c944
chore: fix some commentsUpdates
cc
from 1.1.13 to 1.1.14Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
ff5fc7a
chore: release (#1191)5b4bd71
Merge pull request #1190 from russelltg/msvc_in_customcommandc2aa0d3
msvc: allow finding tools from path if VisualStudioDir is setUpdates
devise
from 0.4.1 to 0.4.2Commits
Updates
devise_codegen
from 0.4.1 to 0.4.2Commits
Updates
devise_core
from 0.4.1 to 0.4.2Commits
Updates
fastrand
from 2.1.0 to 2.1.1Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
9d1a66f
v2.1.1d05504d
bugfix: Remove 128-bit value generator7e60c7f
chore: Forgot to bump the versionUpdates
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
libc
from 0.2.157 to 0.2.158Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
c809c58
Merge pull request #3857 from rust-lang/release-plz-2024-08-19T05-21-04Z0d28de5
Update CHANGELOG.md284bd9e
chore: release2682681
Merge pull request #3856 from tgross35/backport-wasi-fix71440ab
[wasi] Add use core::iter::Iterator;Updates
libsqlite3-sys
from 0.28.0 to 0.30.1Release notes
Sourced from libsqlite3-sys's releases.
... (truncated)
Commits
Updates
libz-sys
from 1.1.19 to 1.1.20Release notes
Sourced from libz-sys's releases.
Commits
38087fc
Merge pull request #207 from NobodyXu/patch-19691040
bump patch level to prepare release with correct minimal versionseb42f72
Set correct minimal version ofvcpkg
.c41f0b4
Update ci.ymle959fd0
Merge pull request #208 from NobodyXu/patch-258a38a4
Fix unknown cfg error in libz-ng9e664d9
Fix unknown-cfg error in libz-ngUpdates
quote
from 1.0.36 to 1.0.37Release notes
Sourced from quote's releases.
Commits
b1ebffa
Release 1.0.3743acd77
Delete unneeded use ofref
9382c21
Merge pull request #283 from dtolnay/cstr6ac4328
Add C string tests9fb0591
Implement ToTokens for CStr and CStringba7a9d0
Organize test importsaa9970f
Inline the macro that generates primitive implsba41109
Merge pull request #282 from dtolnay/tokensc77340a
Consistently use 'tokens' as the name of the &mut TokenStream arga4a0abf
Merge pull request #281 from dtolnay/charUpdates
serde_derive
from 1.0.208 to 1.0.209Release notes
Sourced from serde_derive'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
sqlx-core
from 0.8.0 to 0.8.1Changelog
Sourced from sqlx-core's changelog.
... (truncated)
Commits
9c94ce8
chore: prepare release 0.8.10aa0676
chore(mysql): create regression test for RUSTSEC-2024-0363791433a
chore(sqlite): create regression test for RUSTSEC-2024-0363b1539b6
chore(postgres): create regression test for RUSTSEC-2024-03639e3ece4
fix(postgres): use checked decrement onpending_ready_for_query_count
823261a
fix(mysql): don't use an arbitrarycfg
for one testb5c218e
fix(postgres): fix missing inversion onPgNumeric::is_valid_digit()
394a7e8
fix(sqlite): fix unit and doctests27c5730
fix(mysql): fix doctests71f72e2
fix(mysql): addsqlx
as a dev-dependency for doctestsUpdates
sqlx-macros
from 0.8.0 to 0.8.1Changelog
Sourced from sqlx-macros's changelog.
... (truncated)
Commits
9c94ce8
chore: prepare release 0.8.10aa0676
chore(mysql): create regression test for RUSTSEC-2024-0363791433a
chore(sqlite): create regression test for RUSTSEC-2024-0363b1539b6
chore(postgres): create regression test for RUSTSEC-2024-03639e3ece4
fix(postgres): use checked decrement onpending_ready_for_query_count
823261a
fix(mysql): don't use an arbitrarycfg
for one testb5c218e
fix(postgres): fix missing inversion onPgNumeric::is_valid_digit()
394a7e8
fix(sqlite): fix unit and doctests27c5730
fix(mysql): fix doctests71f72e2
fix(mysql): addsqlx
as a dev-dependency for doctestsUpdates
sqlx-macros-core
from 0.8.0 to 0.8.1Changelog
Sourced from