-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
build(deps): bump the cargo group across 1 directory with 19 updates #435
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/cargo-fd3d4cfc0a
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the cargo group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.31` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.46` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.24` | `0.2.26` | | [diesel](https://github.com/diesel-rs/diesel) | `2.2.5` | `2.2.7` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.9` | `0.17.11` | | [fs-err](https://github.com/andrewhickman/fs-err) | `3.0.0` | `3.1.0` | | [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.26` | | [nix](https://github.com/nix-rust/nix) | `0.27.1` | `0.29.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.12` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.218` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.139` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.11` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` | | [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) | `0.8.12` | `0.8.15` | | [zstd](https://github.com/gyscos/zstd-rs) | `0.13.2` | `0.13.3` | | [zbus](https://github.com/dbus2/zbus) | `5.1.1` | `5.5.0` | Updates `bytes` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.9.0...v1.10.0) Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) Updates `clap` from 4.5.21 to 4.5.31 - [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.21...v4.5.31) Updates `clap_complete` from 4.5.38 to 4.5.46 - [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.38...clap_complete-v4.5.46) Updates `clap_mangen` from 0.2.24 to 0.2.26 - [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_mangen-v0.2.24...clap_mangen-v0.2.26) Updates `diesel` from 2.2.5 to 2.2.7 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.7/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.2.5...v2.2.7) Updates `indicatif` from 0.17.9 to 0.17.11 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.9...0.17.11) Updates `fs-err` from 3.0.0 to 3.1.0 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](andrewhickman/fs-err@3.0.0...3.1.0) Updates `glob` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@0.3.1...v0.3.2) Updates `log` from 0.4.22 to 0.4.26 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.26) Updates `nix` from 0.27.1 to 0.29.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.27.1...v0.29.0) Updates `reqwest` from 0.12.9 to 0.12.12 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.9...v0.12.12) Updates `serde` from 1.0.215 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.218) Updates `serde_json` from 1.0.133 to 1.0.139 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.139) Updates `thiserror` from 2.0.3 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.11) Updates `tokio-util` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13) Updates `xxhash-rust` from 0.8.12 to 0.8.15 - [Commits](https://github.com/DoumanAsh/xxhash-rust/commits) Updates `zstd` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](gyscos/zstd-rs@v0.13.2...v0.13.3) Updates `zbus` from 5.1.1 to 5.5.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zbus-5.1.1...zbus-5.5.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: xxhash-rust dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zbus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 19 updates in the / directory:
1.9.0
1.10.0
0.4.38
0.4.39
4.5.21
4.5.31
4.5.38
4.5.46
0.2.24
0.2.26
2.2.5
2.2.7
0.17.9
0.17.11
3.0.0
3.1.0
0.3.1
0.3.2
0.4.22
0.4.26
0.27.1
0.29.0
0.12.9
0.12.12
1.0.215
1.0.218
1.0.133
1.0.139
2.0.3
2.0.11
0.7.12
0.7.13
0.8.12
0.8.15
0.13.2
0.13.3
5.1.1
5.5.0
Updates
bytes
from 1.9.0 to 1.10.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
e0f3a25
chore: prepare bytes v1.10.0 (#766)16fd473
Add feature to support platforms without atomic CAS (#467)71824b0
ci: test AArch64 and run tests instead of build in cross job (#763)7a87660
Use [lints] to address unexpected_cfgs lint (#762)3ab876f
Try get methods for Buf trait (#753)a1b1208
Disable test_bytes_vec_alloc test on miri (#755)aae4969
Add specializedBuf::chunks_vectored
forTake
(#617)103d7bf
Remove incorrect guarantee forchunks_vectored
(#754)16cc574
ImplementBuf::chunks_vectored
forVecDeque\<u8>
(#708)0e9e4fc
ExpandBuf
tests (#747)Updates
chrono
from 0.4.38 to 0.4.39Release notes
Sourced from chrono's releases.
Commits
8b86349
Bump version to 0.4.3933aaebf
Update mod.rs65c47f3
Update CHANGELOG.mdca8232f
Update licenses for unicode-ident 1.0.141456fa0
Apply suggestions from clippy 1.831c7567b
Bump codecov/codecov-action from 4 to 5f9ffd6f
add#[inline]
tonum_days
7974c60
Fix comment.77d50b1
Fix typos771c047
Use Formatter::pad (instead of write_str) for WeekdaysUpdates
clap
from 4.5.21 to 4.5.31Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
acf9abb
chore: Release9186a18
docs: Update changelog233c316
Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...13931a2
Merge pull request #5923 from Reverier-Xu/master536e29f
feat(builder): AddValueParserFactory
forSaturating\<T>
45ed71c
chore: Avoid using gen for rust 2024 preserved keyword5029bb3
chore: Avoid usinggen
for rust 2024 preserved keyword8a1d59b
chore(deps): Update Rust Stable to v1.85 (#5921)9caee53
docs(changelog): Clarify 5.0.0cb2352f
Merge pull request #5918 from epage/testUpdates
clap_complete
from 4.5.38 to 4.5.46Commits
acf9abb
chore: Release9186a18
docs: Update changelog233c316
Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...13931a2
Merge pull request #5923 from Reverier-Xu/master536e29f
feat(builder): AddValueParserFactory
forSaturating\<T>
45ed71c
chore: Avoid using gen for rust 2024 preserved keyword5029bb3
chore: Avoid usinggen
for rust 2024 preserved keyword8a1d59b
chore(deps): Update Rust Stable to v1.85 (#5921)9caee53
docs(changelog): Clarify 5.0.0cb2352f
Merge pull request #5918 from epage/testUpdates
clap_mangen
from 0.2.24 to 0.2.26Commits
aa01c51
chore: Release6329c5a
docs: Update changelog760d81a
Merge pull request #5854 from 0xAdk/feat/mangen_respect_help_headingabcfe6c
chore(deps): Update Rust Stable to v1.84 (#5878)9e4c93b
chore: Release3091ba3
docs: Update changeloga7f6acf
Merge pull request #5879 from therealprof/features/suggestions-use-insertion-...26f23e4
chore(ci): Fix wasi target4f448df
Replace another sort_by call by a manual insertion with a binary_search27cc4b7
chore: ReleaseUpdates
diesel
from 2.2.5 to 2.2.7Changelog
Sourced from diesel's changelog.
Commits
55d90e0
Fix links in changelog84340f7
Merge pull request #4459 from weiznich/prepare/2.2.79b1bac9
Bring back a self build sqlite version for ubuntu as the distro provided vers...0b625bc
Add another backportf7b66ba
Merge pull request #4281 from Ten0/improve_aliasing_join_capabilities4e753f6
Also backport #427206e8f94
Merge pull request #4272 from Ten0/auto_type_binary_operators57e357a
Build fixesc0d44e8
Merge pull request #4369 from weiznich/bump/rust_1.83.0@originac69bb3
Merge pull request #4417 from Turbo87/monoUpdates
indicatif
from 0.17.9 to 0.17.11Release notes
Sourced from indicatif's releases.
Commits
fe59003
Bump the version to 0.17.119d4849a
ChangeOnceCell
toOnceLock
inTabExpandedString
c340e9f
Bump version to 0.17.103c9017e
Update rand requirement from 0.8 to 0.9 (#693)2871b47
Adddec
anddec_length
toProgressBar
be119bd
Remove unnecessary spinner display in multi examples (#682)1a5f606
Make ProgressBar:set_tab_with take &selffff1218
Make tab extension lazy33a7843
Only get draw_target-width when we actually draw6417492
Fix double prints (#671)Updates
fs-err
from 3.0.0 to 3.1.0Changelog
Sourced from fs-err's changelog.
Commits
6155620
chore: Release fs-err version 3.1.094406b8
Update CHANGELOG5ba87e1
Add missing File / OpenOptions constructors (#69)Updates
glob
from 0.3.1 to 0.3.2Release notes
Sourced from glob's releases.
Changelog
Sourced from glob's changelog.
Commits
58d0748
chore: release v0.3.255b1be0
Merge pull request #150 from tgross35/release-plz56054d2
Add release-plz for automated releasesb93bca1
Merge pull request #151 from tgross35/fix-ci1dff477
Add asuccess
job to CI for branch protection9bd1af8
Update CI runners to the latest available versions8c5d22c
Check only (no longer test) at the MSRV89ef8a3
Clean up the CI configuration file49ee1e9
Merge pull request #140 from rust-lang/dependabot/github_actions/actions/chec...9c9f43f
Bump actions/checkout from 3 to 4Updates
log
from 0.4.22 to 0.4.26Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
5a91554
Merge pull request #670 from rust-lang/cargo/0.4.265aba0c2
prepare for 0.4.26 release0551261
Merge pull request #669 from SpriteOvO/crate-doc-update3ff3bdc
Merge pull request #668 from SpriteOvO/value-clone931d883
Addspdlog-rs
link to crate doc310c9b4
DeriveClone
forkv::Value
22be810
Merge pull request #663 from rust-lang/cargo/0.4.250279730
prepare for 0.4.25 release4099bcb
Merge pull request #662 from rust-lang/fix/cargo-features36e7e3f
revert loosening of kv cargo featuresUpdates
nix
from 0.27.1 to 0.29.0Changelog
Sourced from nix's changelog.
... (truncated)
Commits
1dad4d8
chore: prepare for 0.29.0f743197
fix ControlMessageOwned::UdpGroSegments UDP packets processing type. (#2406)208b80b
recvmsg: Check if CMSG buffer was too small and return an error (#2413)ecd12a9
test: remove test of inode count in test_statfs.rs (#2414)663506a
fix: only closefanotify
events with a valid fd (#2399)1604723
revert: impl From<sigaction> for SigAction (#2410)ec4beb5
docs: correct limit value of FAN_UNLIMITED_QUEUE and FAN_UNLIMITED_MARKS[skip...84c0444
chore: bump libc to 0.2.155 (#2409)c5af4ad
Add Flock::relock (#2407)e7acaff
Enable O_DSYNC on FreeBSD with fcntl and aio_fsync (#2404)Updates
reqwest
from 0.12.9 to 0.12.12Release notes
Sourced from reqwest's releases.