-
Notifications
You must be signed in to change notification settings - Fork 117
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
rust: bump the rust group across 1 directory with 29 updates #6056
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/cargo/rust-af6edfcf1b
base: master
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.
+353
−238
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
✅ Deploy Preview for oasisprotocol-oasis-core canceled.
|
Bumps the rust group with 28 updates in the / directory: | Package | From | To | | --- | --- | --- | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.138` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.95` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `2.0.11` | | [mbedtls](https://github.com/fortanix/rust-mbedtls) | `0.12.3` | `0.13.0` | | [bitflags](https://github.com/bitflags/bitflags) | `2.6.0` | `2.8.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.43.0` | | [tendermint](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.1` | | [tendermint-proto](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.1` | | [tendermint-light-client](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.1` | | [tendermint-rpc](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.1` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` | | [impl-trait-for-tuples](https://github.com/bkchr/impl-trait-for-tuples) | `0.2.2` | `0.2.3` | | [x509-parser](https://github.com/rusticata/x509-parser) | `0.16.0` | `0.17.0` | | [oid-registry](https://github.com/rusticata/oid-registry) | `0.7.1` | `0.8.1` | | [rsa](https://github.com/RustCrypto/RSA) | `0.9.6` | `0.9.7` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.12.5` | `0.13.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.86` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.16.0` | | [tendermint-testgen](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.29` | | [p384](https://github.com/RustCrypto/elliptic-curves) | `0.13.0` | `0.13.1` | | [rand_core](https://github.com/rust-random/rand) | `0.6.4` | `0.9.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` | | [rustls](https://github.com/rustls/rustls) | `0.23.18` | `0.23.23` | Updates `log` from 0.4.22 to 0.4.25 - [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.25) Updates `serde` from 1.0.210 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.217) Updates `serde_json` from 1.0.128 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.128...v1.0.138) Updates `anyhow` from 1.0.89 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.95) Updates `thiserror` from 1.0.64 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...2.0.11) Updates `mbedtls` from 0.12.3 to 0.13.0 - [Release notes](https://github.com/fortanix/rust-mbedtls/releases) - [Commits](fortanix/rust-mbedtls@mbedtls_v0.12.3...mbedtls_v0.13.0) Updates `bitflags` from 2.6.0 to 2.8.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.6.0...2.8.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 `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) Updates `tokio` from 1.40.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.43.0) Updates `tendermint` from 0.39.1 to 0.40.1 - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md) - [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.1) Updates `tendermint-proto` from 0.39.1 to 0.40.1 - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md) - [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.1) Updates `tendermint-light-client` from 0.39.1 to 0.40.1 - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md) - [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.1) Updates `tendermint-rpc` from 0.39.1 to 0.40.1 - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md) - [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.1) Updates `arbitrary` from 1.3.2 to 1.4.1 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1) Updates `impl-trait-for-tuples` from 0.2.2 to 0.2.3 - [Release notes](https://github.com/bkchr/impl-trait-for-tuples/releases) - [Commits](bkchr/impl-trait-for-tuples@v0.2.2...v0.2.3) Updates `x509-parser` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/rusticata/x509-parser/releases) - [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md) - [Commits](rusticata/x509-parser@x509-parser-0.16.0...x509-parser-0.17.0) Updates `oid-registry` from 0.7.1 to 0.8.1 - [Commits](rusticata/oid-registry@oid-registry-0.7.1...oid-registry-0.8.1) Updates `rsa` from 0.9.6 to 0.9.7 - [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.7/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.6...v0.9.7) Updates `lru` from 0.12.5 to 0.13.0 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.5...0.13.0) Updates `async-trait` from 0.1.83 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.86) Updates `libc` from 0.2.159 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.159...0.2.169) Updates `tempfile` from 3.13.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.16.0) Updates `tendermint-testgen` from 0.39.1 to 0.40.1 - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md) - [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.1) Updates `clap` from 4.5.20 to 4.5.29 - [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.20...clap_complete-v4.5.29) Updates `p384` from 0.13.0 to 0.13.1 - [Commits](RustCrypto/elliptic-curves@p384/v0.13.0...sm2/v0.13.1) Updates `rand_core` from 0.6.4 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.6.4...0.9.0) Updates `toml` from 0.8.19 to 0.8.20 - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20) Updates `rustls` from 0.23.18 to 0.23.23 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.18...v/0.23.23) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust - dependency-name: mbedtls dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tendermint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tendermint-proto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tendermint-light-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tendermint-rpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: arbitrary dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: impl-trait-for-tuples dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: x509-parser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: oid-registry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: rsa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tendermint-testgen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: p384 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
67016dc
to
d22fdf5
Compare
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 rust group with 28 updates in the / directory:
0.4.22
0.4.25
1.0.210
1.0.217
1.0.128
1.0.138
1.0.89
1.0.95
1.0.64
2.0.11
0.12.3
0.13.0
2.6.0
2.8.0
0.4.38
0.4.39
0.8.5
0.9.0
1.40.0
1.43.0
0.39.1
0.40.1
0.39.1
0.40.1
0.39.1
0.40.1
0.39.1
0.40.1
1.3.2
1.4.1
0.2.2
0.2.3
0.16.0
0.17.0
0.7.1
0.8.1
0.9.6
0.9.7
0.12.5
0.13.0
0.1.83
0.1.86
3.13.0
3.16.0
0.39.1
0.40.1
4.5.20
4.5.29
0.13.0
0.13.1
0.6.4
0.9.0
0.8.19
0.8.20
0.23.18
0.23.23
Updates
log
from 0.4.22 to 0.4.25Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
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 features2282191
Merge pull request #660 from rust-lang/cargo/0.4.242994f0a
prepare for 0.4.24 release5fcb50e
Merge pull request #659 from rust-lang/fix/feature-builds29fe9e6
fix up feature activationb1824f2
use cargo hack in CI to test all feature combinationse6b643d
Merge pull request #656 from rust-lang/cargo/0.4.23Updates
serde
from 1.0.210 to 1.0.217Release notes
Sourced from serde's releases.
Commits
930401b
Release 1.0.217cb6eaea
Fix roundtrip inconsistency:b6f339c
Resolve repr_packed_without_abi clippy lint in tests2a5caea
Merge pull request #2872 from dtolnay/ehpersonalityb9f93f9
Add no-std CI on stable compilereb5cd47
Drop #[lang = "eh_personality"] from no-std test8478a3b
Merge pull request #2871 from dtolnay/nostdstartdbb9091
Replace #[start] with extern fn mainad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderivedUpdates
serde_json
from 1.0.128 to 1.0.138Release notes
Sourced from serde_json's releases.
Commits
c916099
Release 1.0.138dc29e48
Move BufReader to caller29122f9
Sort imports from PR 1237d33c1b5
Merge pull request #1237 from JonathanBrouwer/master8c2d800
Add more warnings to apply buffering on docs of affected functions65bbd1a
Fix example of from_reader not applying buffering when it should87f78da
More precise gitignore patterns4134f11
Remove *.sw[po] from gitignorec7626db
Remove **/*.rs.bk from project-specific gitignoreeb49e28
Release 1.0.137Updates
anyhow
from 1.0.89 to 1.0.95Release notes
Sourced from anyhow's releases.
Commits
48be1ca
Release 1.0.95a03d6d6
Merge pull request #402 from dtolnay/fromboxed52e4abb
Add Error::from_boxed with documentation about bidirectional?
ffecefc
Merge pull request #401 from dtolnay/construct671f700
Add construct_ prefix to name of private construct functions8ceb5e9
Release 1.0.94b9009ab
Merge pull request #399 from dtolnay/okvalue863791a
Align naming between Ok function argument and its documentation2081692
Merge pull request #398 from zertosh/ok_doc_formatcc2cecb
Fix anyhow::Ok rustdoc code formattingUpdates
thiserror
from 1.0.64 to 2.0.11Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
0f532e3
Release 2.0.113d15543
Merge pull request #410 from dtolnay/testnostd1a226ae
Disable two more integration tests in no-std mode8b5f2d7
Fix unused import in test when built without stdeecd247
Add CI step to test with "std" disabled8f2a76b
Merge pull request #409 from Maytha8/std-tests693a6cd
Add feature gate to tests that use std349f696
Release 2.0.106cd87bc
Merge pull request #408 from dtolnay/assoctype6b3e1e5
Generate trait bounds on associated typesUpdates
mbedtls
from 0.12.3 to 0.13.0Commits
9b0dbdb
Porting combined errors from mbedtls changes (#372)0e5891d
Merge pull request #371 from irajtaghlidi/bazel-compatiblef43ba5d
deleting mbedtls_include variablef96fefe
Windows compatibility7e57229
Linking C static libs for mbedtls_printf3244473
set static linking0001b6c
calculate include path from out_dirc1554d6
removing linking native libs in platform-support crate5da749c
Handle multi-valuedtarget_family
(#362)7116abe
Adding CrateId Metadata Hash method for Bazel (#365)Updates
bitflags
from 2.6.0 to 2.8.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
e20af86
Merge pull request #432 from bitflags/cargo/2.8.0ba41e4b
prepare for 2.8.0 release89be927
Merge pull request #431 from bitflags/feat/bitflags-matchfcfdfd0
finalize bitflags_match8d829b6
Merge pull request #423 from YuniqueUnic/mainb544b58
feat(bitflags): Enhance the functionality and flexibility of the `bitflags_ma...b41a9e8
refactor(match): 重命名 bitflag 匹配宏并优化相关文档04502cf
Merge branch 'bitflags:main' into main10b9fd3
Merge pull request #430 from bitflags/cargo/2.7.0137485a
prepare for 2.7.0 releaseUpdates
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
rand
from 0.8.5 to 0.9.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
96f8df6
Prepare 0.9.0 release (#1558)34da321
Enablestdarch_x86_avx512
for cpu hasavx512bw
(#1551)b4b1eb7
Re-org with distr::slice, distr::weighted modules (#1548)16eb7de
Add thethread_rng
feature flag (#1547)afa24e4
Fix test status badges (#1544)c681dfc
Create FUNDING.yml9f05e22
Update: getrandom v0.3.0 rc.0 (#1541)88c310b
Fix docs.rs build options (#1539)b879689
Adjust GH Actions (#1538)3fac49f
Prepare 0.9.0-beta.0 (#1535)Updates
tokio
from 1.40.0 to 1.43.0Release notes
Sourced from tokio's releases.