-
Notifications
You must be signed in to change notification settings - Fork 70
Bump the minor group across 1 directory with 23 updates #7140
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
base: main
Are you sure you want to change the base?
Conversation
Bumps the minor group with 23 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [bson](https://github.com/mongodb/bson-rust) | `2.14.0` | `2.15.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.38` | | [miette](https://github.com/zkat/miette) | `7.5.0` | `7.6.0` | | [pyo3](https://github.com/pyo3/pyo3) | `0.24.1` | `0.24.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.0` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [syn](https://github.com/dtolnay/syn) | `2.0.100` | `2.0.101` | | [expectorate](https://github.com/oxidecomputer/expectorate) | `1.1.0` | `1.2.0` | | [signal-hook](https://github.com/vorner/signal-hook) | `0.3.17` | `0.3.18` | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` | | [csscolorparser](https://github.com/mazznoer/csscolorparser-rs) | `0.7.0` | `0.7.1` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [tabled](https://github.com/zhiburt/tabled) | `0.18.0` | `0.19.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.19.0` | `3.20.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.22` | | [tynm](https://github.com/azriel91/tynm) | `0.1.10` | `0.2.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.24` | `0.7.10` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.24.0` | `0.26.2` | | [criterion](https://github.com/bheisler/criterion.rs) | `0.5.1` | `0.6.0` | | [insta](https://github.com/mitsuhiko/insta) | `1.42.2` | `1.43.1` | | [twenty-twenty](https://github.com/kittycad/twenty-twenty) | `0.8.1` | `0.8.2` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.8.0` | `2.9.0` | Updates `bson` from 2.14.0 to 2.15.0 - [Release notes](https://github.com/mongodb/bson-rust/releases) - [Commits](mongodb/bson-rust@v2.14.0...v2.15.0) Updates `clap` from 4.5.36 to 4.5.38 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.36...clap_complete-v4.5.38) Updates `miette` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](https://github.com/zkat/miette/commits/miette-derive-v7.6.0) Updates `pyo3` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.1...v0.24.2) Updates `tokio` from 1.44.2 to 1.45.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `syn` from 2.0.100 to 2.0.101 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.100...2.0.101) Updates `expectorate` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/oxidecomputer/expectorate/releases) - [Commits](oxidecomputer/expectorate@v1.1.0...v1.2.0) Updates `signal-hook` from 0.3.17 to 0.3.18 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@v0.3.17...v0.3.18) Updates `chrono` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.41) Updates `csscolorparser` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/mazznoer/csscolorparser-rs/releases) - [Changelog](https://github.com/mazznoer/csscolorparser-rs/blob/master/CHANGELOG.md) - [Commits](mazznoer/csscolorparser-rs@v0.7.0...v0.7.1) Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `sha2` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) Updates `tabled` from 0.18.0 to 0.19.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) Updates `tempfile` from 3.19.0 to 3.20.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.0...v3.20.0) Updates `toml` from 0.8.20 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22) Updates `tynm` from 0.1.10 to 0.2.0 - [Release notes](https://github.com/azriel91/tynm/releases) - [Changelog](https://github.com/azriel91/tynm/blob/main/CHANGELOG.md) - [Commits](azriel91/tynm@0.1.10...0.2.0) Updates `winnow` from 0.6.24 to 0.7.10 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.24...v0.7.10) Updates `tokio-tungstenite` from 0.24.0 to 0.26.2 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.24.0...v0.26.2) Updates `criterion` from 0.5.1 to 0.6.0 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.1...0.6.0) Updates `insta` from 1.42.2 to 1.43.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.2...1.43.1) Updates `twenty-twenty` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/kittycad/twenty-twenty/releases) - [Commits](https://github.com/kittycad/twenty-twenty/commits/v0.8.2) Updates `data-encoding` from 2.8.0 to 2.9.0 - [Commits](ia0/data-encoding@v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: bson dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: clap dependency-version: 4.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: miette dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: syn dependency-version: 2.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: expectorate dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: signal-hook dependency-version: 0.3.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: csscolorparser dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tabled dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tynm dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: winnow dependency-version: 0.7.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio-tungstenite dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: insta dependency-version: 1.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: twenty-twenty dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: data-encoding dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
ReviewersThe following users could not be added as reviewers: Please fix the above issues or remove invalid values from |
The |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bumps the minor group with 23 updates in the /rust directory:
2.14.0
2.15.0
4.5.36
4.5.38
7.5.0
7.6.0
0.24.1
0.24.2
1.44.2
1.45.0
1.0.94
1.0.95
2.0.100
2.0.101
1.1.0
1.2.0
0.3.17
0.3.18
0.4.40
0.4.41
0.7.0
0.7.1
0.13.0
0.14.0
0.10.8
0.10.9
0.18.0
0.19.0
3.19.0
3.20.0
0.8.20
0.8.22
0.1.10
0.2.0
0.6.24
0.7.10
0.24.0
0.26.2
0.5.1
0.6.0
1.42.2
1.43.1
0.8.1
0.8.2
2.8.0
2.9.0
Updates
bson
from 2.14.0 to 2.15.0Release notes
Sourced from bson's releases.
Commits
f6f1630
release v2.15.0 (#536)fdbf863
adduncapped_max_size
feature to allow increasing max BSON size (#528)2a638a1
RUST-2195 add CODEOWNERS (#527)7029790
Allow passing ownedVector
todoc
macro (#524)a3ceaf3
RUST-2147 Update float32 vector test and remove special casing (#523)Updates
clap
from 4.5.36 to 4.5.38Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
2920fb0
chore: Release8902627
docs: Update changelog79d696f
Merge pull request #5813 from epage/ignore479df35
fix(parser): Fill in defaults on ignored errora1d69ca
refactor(parser): Split up parsing from post-processing6827841
test(parser): Show bad ignore_errors defaulting case76d0049
test(parser): Verify defaulting on errors3f5c05c
test(parser): Ensure we are actually testing ignore_errorsba4745d
chore(ci): Fix use of permissions22944b4
chore(ci): Use matrix for tracking the runnerUpdates
miette
from 7.5.0 to 7.6.0Changelog
Sourced from miette's changelog.
Commits
Updates
pyo3
from 0.24.1 to 0.24.2Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
3e6bdce
release: 0.24.2bc26a06
Unraw complex struct enum field python names (#5050)345735b
docs: Update building-and-distribution.md (#5060)5d852d9
ci: release cargo crate from git tag (#5027)4197614
ci: do not require changelog for ci (#5058)e876f17
silenceffi-check
for private_PyCoLineInstrumentationData
on 3.13 (#5063)a177916
ci: change default Python version to 3.13 (#5048)81008e1
fix clippy lint on 1.87 beta4732b60
docs: add blake3-py to Examples in README.md (#5028)7b64fa1
Makes Clippy beta happy (#5032)Updates
tokio
from 1.44.2 to 1.45.0Release notes
Sourced from tokio's releases.
Commits
00754c8
chore: prepare Tokio v1.45.0 (#7308)1ae9434
time: revert "use sharding for timer implementation" related changes (#7226)8895bba
ci: Test AArch64 Windows (#7288)48ca254
time: updatesleep
documentation to reflect maximum allowed duration (#7302)a0af02a
compat: add more documentation totokio_util::compat
(#7279)0ce3a11
metrics: stabilizeworker_park_count
andworker_unpark_count
(#7276)1ea9ce1
ci: fix cfg!(miri) declarations in tests (#7286)4d4d126
chore: prepare tokio-util v0.7.15 (#7283)5490267
fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32
examples: improve echo example consistency (#7256)Updates
proc-macro2
from 1.0.94 to 1.0.95Release notes
Sourced from proc-macro2's releases.
Commits
24bbf16
Release 1.0.95835c5bd
Merge pull request #497 from dtolnay/nosourcefile7bc363c
Update semver-exempt API to nightly-2025-04-16b867aa7
Merge pull request #496 from PaulGrandperrin/masterc605e8e
Revert "Merge pull request #495 from dtolnay/fuzzlld"1993cd3
Merge pull request #495 from dtolnay/fuzzlldcfdb567
Link to honggfuzz-rs issueb09a5b0
Work around cargo-hfuzz nostart-stop-gc gold link failureUpdates
syn
from 2.0.100 to 2.0.101Release notes
Sourced from syn's releases.
Commits
58336a3
Release 2.0.101f1612cc
Merge pull request #1861 from JakobDegen/turbofishd04eea1
Fix lifetime onas_turbofish
432b303
Resolve renamed_and_removed_lints warning about match_on_vec_items1353d60
Update test suite to nightly-2025-04-083980ff2
Improve wording of comment in advance_to implementation8328b52
Update test suite to nightly-2025-04-051d2e2be
Update test suite to nightly-2025-04-032400946
Update test suite to nightly-2025-04-02114a629
Update test suite to nightly-2025-03-27Updates
expectorate
from 1.1.0 to 1.2.0Commits
20fe36c
release 1.2.0ee42a84
use atomicwrites, avoid overwriting if file is the same (#23)Updates
signal-hook
from 0.3.17 to 0.3.18Changelog
Sourced from signal-hook's changelog.
Commits
e343491
Version 0.3.18dfdec81
signal-hook-async-std 0.3.0dcc5da2
Merge pull request #175 from gaykitty/update-async-std171da9c
Update async-io and futures-lite to v2f31d712
registry-1.4.5e30d6b8
signal-hook-registry 1.4.4c6e7a1c
Get rid of a warning8f80afb
Fix deps9ac6186
Dep updatesf341c87
Bump registry to 1.4.3Updates
chrono
from 0.4.40 to 0.4.41Release notes
Sourced from chrono's releases.
Commits
d1de1d9
Bump version to 0.4.41e2bd1d1
Add support for lenient format strings (#1693)2c95b0a
Tweak expression to avoid repetitionebeef99
TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0
Tweak style on NaiveWeek fixesb267a4f
Implemented consistent Hash and Eq trait for NaiveWeek7c0bd13
Apply suggestions from clippy 1.86104cdc7
Bump MSRV to 1.626a85301
Upgrade to windows-bindgen 0.61265c79b
Tweak WeekdaySet method orderUpdates
csscolorparser
from 0.7.0 to 0.7.1Release notes
Sourced from csscolorparser's releases.
Changelog
Sourced from csscolorparser's changelog.
Commits
8ac6b9b
release v0.7.112052f4
another improvementsbcdaf4b
reduce another allocationc98a594
reduce some allocation in parserf36a4d7
simplify codesf2410ec
small improvement8540be5
forbid unsafe code33aaac8
add unit test forparse_hex
41812ce
Merge pull request #25 from sorairolake/add-docscf1c8ca
docs: Add documentation to undocumented public APIsUpdates
itertools
from 0.13.0 to 0.14.0Changelog
Sourced from itertools's changelog.
Commits
a015a68
Addnext_array
andcollect_array
a1213e1
Prepare v0.14.0 releaseff0c942
fix clippy lintsf80883b
Fix into_group_map_by documentation errorsb793238
Add track_caller for asser_equal5d4056b
default_features
is deprecated - switch it todefault-features
a447b68
doc for added traitd0479b0
"nitpicks"35c78ce
IndexMut -> BorrowMut<slice>deb53ba
refactored to share codeUpdates
sha2
from 0.10.8 to 0.10.9Commits
82c36a4
sha2: add soft-compact backend (backport of #686) (#687)c1e85ae
ci: remove pre-1.56 jobs and other fixes (#688)a667dd9
skein: fix implementation for output sizes not multiple of 8 (#682)62b6ff1
Fix blake2 and ascon-hash CI (#521)f3b657c
Expose belt_compress to public (#520)9f66cb8
md4: Optimize compress to improve hash performance (#519)70a2b62
Add simpler code snippet to the documentation (#515)e3ab257
Update Cargo.lockc640781
ascon-hash: Add Zeroize feature (#480)cfda39f
Update Cargo.lockUpdates
tabled
from 0.18.0 to 0.19.0Changelog
Sourced from tabled's changelog.
Commits
Updates
tempfile
from 3.19.0 to 3.20.0Changelog
Sourced from tempfile's changelog.
Commits
99ffea6
chore: release v3.20.0 (#358)bd2b267
feat: make it possible to disable cleanup in-place after creation (#355)3b30099
ci: really check docs for warnings (#357)f701f52
ci: check docs (#356)d34afe9
doc: improve SpooledData documentation6deb42e
doc: make it easier to pick the correct tempfile constructor/typee284782
feat: allow creating spooled temporary files in a specific directory (#353)07edc31
feat: implementSpooledTempFile::into_file
(#352)b122355
fix: add must_use attribute to TempDir::keep (#351)cbd1e97
feat: renameTempDir::into_path
toTempDir::keep
(#349)Updates
toml
from 0.8.20 to 0.8.22Commits
6922da3
chore: Releasefbf0a92
docs: Update changelog83588b3
Merge pull request #878 from epage/w1eeb885c
fix(serde): Skip fields with newtypes wrapping None3c305c7
test(serde): Show NewType(None) behavior7bd5eaf
test(serde): Group None tests388cfa3
chore(deps): Update toml-test (#877)a025b84
refactor(edit): Change ser none tracking to mut field54666ad
docs(write): Add guidance13cf518
refactor(edit): Bypass a layer of abstraction in serUpdates
tynm
from 0.1.10 to 0.2.0Changelog
Sourced from tynm's changelog.
Commits
1367cfd
Merge pull request #18 from azriel91/maintenance/update-to-edition-2024f83ec51
Update crate version to0.2.0
.e73af60
Update github actions' versions.1e4cb66
Update rust edition to 2024.821b563
UpdateCHANGELOG.md
.f274c9c
Update dependency versions.9a1e947
Merge pull request #17 from azriel91/maintenance/update-dependenciesea7df6e
Address clippy lints.7b14abc
Runcargo fmt --all
.879b51f
Updaterustfmt.toml
.Updates
winnow
from 0.6.24 to 0.7.10Changelog
Sourced from winnow's changelog.
... (truncated)
Commits
a2eed30
chore: Releaseaf1225a
docs: Update changelogec852b5
Merge pull request #661 from epage/trace5acc4e7
docs: Provide example of custom Debug for lexingbc06ccb
fix(stream): Don't use 'pretty' dump for Slice/TokenSlicead87453
fix(stream): Decouple BStr's trace from debug0184e67
fix(stream): Deprecated Stream::raw34480fd
feat(stream): Give streams direct control over 'trace' outputd607525
fix(stream): Remove initial input from debug reprs07f43d3
test(stream): Use snapboxUpdates
tokio-tungstenite
from 0.24.0 to 0.26.2Changelog
Sourced from tokio-tungstenite's changelog.
Commits
a8d9f19
Bump versionaafb2f9
Bump version0eefa27
Bump version2d23077
Update to newtungstenite
and bump version015e00d
Add a note regardingrustls
panic to the READMEUpdates
criterion
from 0.5.1 to 0.6.0Changelog
Sourced from criterion's changelog.
Commits
43bf90a
release version 0.6.0 (#860)92696e4
deps: unpin clap (#858)5756a5d
chore: bump MSRV to 1.80 (#859)9d887c0
Fixed typo in faq.md (#852)59b791a
ci: test against MSRV and 1.87 (#857)ace1cc9
Fix warnings from clippy (rust 1.87.0) (#856)7afab6e
Commit Cargo.lock to make CI and local debugging more stable (#855)260e2f1
Update Cargo features' comments (#825)58130ff
Update to async-std v1.13 (#812)