Fix a bug in processing string escapes in big-endian architectures (#1173, thanks @purplesyringa)
v1.0.123
Optimize string parsing by applying SIMD-within-a-register: 30.3% improvement on twitter.json from 613 MB/s to 799 MB/s (#1161, thanks @purplesyringa)
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 production-dependencies group with 10 updates in the / directory:
1.6.0
1.7.1
4.5.8
4.5.15
0.13.0
0.13.1
0.13.0
0.13.1
1.0.61
1.0.63
0.13.0
0.13.1
3.10.1
3.12.0
1.0.120
1.0.124
0.12.0
0.12.1
0.14.0
0.14.1
Updates
bytes
from 1.6.0 to 1.7.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
dc4fb3e
chore: prepare bytes v1.7.1 (#727)f488be4
Revert "Reuse capacity when possible in <BytesMut as Buf>::advance impl" (#726)03fdde9
chore: prepare v1.7.0 (#724)f8c7b57
Merge 'v1.6.1' into 'master' (#721)fd13c7d
chore: prepare bytes v1.6.1 (#720)6b4b0ed
FixBytes::is_unique
when created from sharedBytesMut
(#718)9965a04
Remove unnecessary file (#719)3443ca5
docs: clarify the behavior ofBuf::chunk
(#717)8cc9407
Allow reclaiming the current allocation (#686)7a5154b
Clarify howBytesMut::zeroed
works and advantages to manual impl (#714)Updates
clap
from 4.5.8 to 4.5.15Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
4094435
chore: Release36114c3
docs: Update changelog918cfed
Merge pull request #5610 from Mixu78/powershell_hyphensc55f642
Merge pull request #5648 from epage/cli219a191
fix(complete): Improve help output734cac7
feat(complete): Make '--register' optionalfa4ccec
feat(complete): Make '--shell' optionalefdcad1
Merge pull request #5647 from epage/infere65e463
docs(complete): Have dynamic Shell match static Shell8a1f9b3
Merge pull request #5646 from epage/powershellUpdates
prost
from 0.13.0 to 0.13.1Changelog
Sourced from prost's changelog.
Commits
f19104a
chore: prepare 0.13.1 release (#1099)26463f4
fix: Enum variant namedError
causes ambiguous item (#1098)Updates
prost-types
from 0.13.0 to 0.13.1Changelog
Sourced from prost-types's changelog.
Commits
f19104a
chore: prepare 0.13.1 release (#1099)26463f4
fix: Enum variant namedError
causes ambiguous item (#1098)Updates
thiserror
from 1.0.61 to 1.0.63Release notes
Sourced from thiserror's releases.
Commits
915c75e
Release 1.0.633d5ec25
Merge pull request #312 from dtolnay/backtracedocde8a1e5
Update documentation of #[from] and #[backtrace] attributes0bf6e3d
Release 1.0.624977932
Merge pull request #310 from dtolnay/nestedtuple40a7779
Support .0.0 nested tuple indexf1ca210
Add regression test for issue 309479744e
No need for dead code if struct fields are public4db08b1
Ignore warning on unused struct in testf2824ae
Fill in ignore reasons in all #[ignore] attributesUpdates
prost-build
from 0.13.0 to 0.13.1Changelog
Sourced from prost-build's changelog.
Commits
f19104a
chore: prepare 0.13.1 release (#1099)26463f4
fix: Enum variant namedError
causes ambiguous item (#1098)Updates
tempfile
from 3.10.1 to 3.12.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
serde_json
from 1.0.120 to 1.0.124Release notes
Sourced from serde_json's releases.
Commits
cf771a0
Release 1.0.1248b314a7
Merge pull request #1173 from iex-rs/fix-big-endian8eba786
Fix skip_to_escape on BE architectures2cab07e
Release 1.0.123346189a
Fix needless_borrow clippy lint in new control character test859ead8
Merge pull request #1161 from iex-rs/vectorized-string-parsinge43da5e
Immediately bail-out on empty strings8389d8a
Don't run the slow algorithm from the beginning1f0dcf7
Allow clippy::items_after_statementsa95d6df
Big endian supportUpdates
tonic-build
from 0.12.0 to 0.12.1Release notes
Sourced from tonic-build's releases.
Changelog
Sourced from tonic-build's changelog.
Commits
e0b6caf
chore: release v0.12.1 (#1806)aa57ffe
tonic-reflection: Restructure crate to prep reintroducing v1alpha (#1802)ad1a95d
chore(server): Remove unnecessary trait bound from ServerIo::connect_info (#1...b6ad603
chore(server): Remove unnecessary bound from TlsAcceptor::accept (#1799)539d6f7
chore(channel): Remove duplicate heap pin (#1798)4aad5af
fixed hello world and route guide tutorials (#1791)dd313db
chore(codec): Remove redundant trim (#1797)819c390
chore(server): Remove unnecessary Connected trait bound (#1796)90356f6
chore: Reduce tokio-stream feature (#1795)b2e5665
chore(examples): Remove clone on copy value (#1794)Updates
logos
from 0.14.0 to 0.14.1Release notes
Sourced from logos's releases.
Commits
feb8406
fix(docs): change old 0.14.0 (#410)976b2a4
chore(version): bump logos version to 0.14.1 (#409)8a7d7f7
refactor: don't use deprecated max_value() method (#404)2088598
chore: drop python linting frmo pre-commit-config (#403)640882a
chore(docs): Adds graph debug documentation to book (#379)7b1539b
fix(docs): typo (#396)3878dbb
chore(lib): remove error branch from LUT if it is unreachable (#386)cbd6218
fix(lib): correctly handle miss for loop in loop (#393)0bcfb6a
fix(lib):Lexer::clone
leak and UB + tests (#390)142788e
chore(deps): bump peaceiris/actions-mdbook from 1 to 2 (#387)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