-
Notifications
You must be signed in to change notification settings - Fork 20
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
runtime-sdk: bump the rust group across 1 directory with 19 updates #2083
Closed
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 rust group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `2.0.3` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.90` | `1.0.93` | | [impl-trait-for-tuples](https://github.com/bkchr/impl-trait-for-tuples) | `0.2.2` | `0.2.3` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.1` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.5.4` | `1.5.5` | | [walrus](https://github.com/rustwasm/walrus) | `0.20.3` | `0.23.1` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.219.1` | `1.221.0` | | [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.211.1` | `0.221.0` | | [primitive-types](https://github.com/paritytech/parity-common) | `0.12.2` | `0.13.1` | | [rlp](https://github.com/paritytech/parity-common) | `0.5.2` | `0.6.1` | | [uint](https://github.com/paritytech/parity-common) | `0.9.5` | `0.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` | | [rustls](https://github.com/rustls/rustls) | `0.23.15` | `0.23.19` | | [rustls-mbedpki-provider](https://github.com/fortanix/rustls-mbedtls-provider) | `0.1.0` | `0.2.0` | | [webpki-root-certs](https://github.com/rustls/webpki-roots) | `0.26.6` | `0.26.7` | | [mockito](https://github.com/lipanski/mockito) | `0.31.1` | `1.6.1` | Updates `thiserror` from 1.0.64 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...2.0.3) Updates `anyhow` from 1.0.90 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.90...1.0.93) 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 `tokio` from 1.40.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.1) Updates `blake3` from 1.5.4 to 1.5.5 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.5.4...1.5.5) Updates `proc-macro2` from 1.0.88 to 1.0.92 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.88...1.0.92) Updates `syn` from 2.0.82 to 2.0.89 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.82...2.0.89) Updates `walrus` from 0.20.3 to 0.23.1 - [Release notes](https://github.com/rustwasm/walrus/releases) - [Changelog](https://github.com/rustwasm/walrus/blob/main/CHANGELOG.md) - [Commits](rustwasm/walrus@0.20.3...0.23.1) Updates `wat` from 1.219.1 to 1.221.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.219.1...v1.221.0) Updates `wasmprinter` from 0.211.1 to 0.221.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `primitive-types` from 0.12.2 to 0.13.1 - [Commits](https://github.com/paritytech/parity-common/commits/primitive-types-v0.13.1) Updates `rlp` from 0.5.2 to 0.6.1 - [Commits](paritytech/parity-common@rlp-v0.5.2...rlp-v0.6.1) Updates `uint` from 0.9.5 to 0.10.0 - [Commits](paritytech/parity-common@uint-v0.9.5...uint-v0.10.0) Updates `serde` from 1.0.210 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.215) Updates `serde_json` from 1.0.132 to 1.0.133 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.133) Updates `rustls` from 0.23.15 to 0.23.19 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.15...v/0.23.19) Updates `rustls-mbedpki-provider` from 0.1.0 to 0.2.0 - [Commits](fortanix/rustls-mbedtls-provider@rustls-mbedpki-provider-v0.1.0...rustls-mbedpki-provider-v0.2.0) Updates `webpki-root-certs` from 0.26.6 to 0.26.7 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.6...v/0.26.7) Updates `mockito` from 0.31.1 to 1.6.1 - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](lipanski/mockito@0.31.1...1.6.1) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: impl-trait-for-tuples dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: walrus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: wasmprinter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: primitive-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: rlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: uint dependency-type: direct:production update-type: version-update:semver-minor 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: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: rustls-mbedpki-provider dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: webpki-root-certs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
requested review from
kostko,
pro-wh,
ptrus and
peternose
as code owners
November 28, 2024 01:20
dependabot
bot
added
c:deps
Category: external dependencies
c:runtime-sdk
Category: Runtime SDK
rust
labels
Nov 28, 2024
✅ Deploy Preview for oasisprotocol-oasis-sdk canceled.
|
Superseded by #2086. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 17 updates in the / directory:
1.0.64
2.0.3
1.0.90
1.0.93
0.2.2
0.2.3
1.40.0
1.41.1
1.5.4
1.5.5
0.20.3
0.23.1
1.219.1
1.221.0
0.211.1
0.221.0
0.12.2
0.13.1
0.5.2
0.6.1
0.9.5
0.10.0
1.0.210
1.0.215
1.0.132
1.0.133
0.23.15
0.23.19
0.1.0
0.2.0
0.26.6
0.26.7
0.31.1
1.6.1
Updates
thiserror
from 1.0.64 to 2.0.3Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
15fd26e
Release 2.0.37046023
Simplify how has_bonus_display is accumulated9cc1d0b
Merge pull request #384 from dtolnay/nowrap1d040f3
Use Var wrapper only for Pointer formatting6a6132d
Extend no-display ui test to cover another fmt traita061beb
Merge pull request #383 from dtolnay/both6388293
Support Display and Debug of same path in error messagedc0359e
Defer binding_value construction520343e
Add test of Debug and Display of paths49be39d
Release 2.0.2Updates
anyhow
from 1.0.90 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
713bda9
Release 1.0.93f91c247
Merge pull request #391 from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile3ca2cdd
Update dev-dependencies to thiserror v2fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntax6c52daa
Release 1.0.91Updates
impl-trait-for-tuples
from 0.2.2 to 0.2.3Release notes
Sourced from impl-trait-for-tuples's releases.
Commits
457d40c
Merge pull request #13 from bkchr/release-0.2.3431a5c6
Release v0.2.31207d23
Merge pull request #12 from jsdw/master83ae4ae
Update Cargo.tomlce7ed00
Add basic CI3ca1da5
cargo fmt7922aba
Update to syn 2Updates
tokio
from 1.40.0 to 1.41.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
bb7ca75
chore: prepare Tokio v1.41.1 (#6959)4a34b77
metrics: fix bug with wrong number of buckets for the histogram (#6957)8897885
docs: fix mismatched backticks in CONTRIBUTING.md (#6951)0dbdd19
ci: update cargo-check-external-types to 0.1.13 (#6949)94e55c0
net: fix typo inTcpStream
internal comment (#6944)4468f27
metrics: fixed flakyworker_steal_count
test (#6932)070a825
metrics: removed race condition from global_queue_depth_multi_thread test (#6...946401c
net: displaynet
requirement fornet::UdpSocket
in docs (#6938)0c01fd2
ci: use patched version of cargo-check-external-types to fix CI failure (#6937)ebe2416
ci: use cargo deny (#6931)Updates
blake3
from 1.5.4 to 1.5.5Release notes
Sourced from blake3's releases.
Commits
81f772a
version 1.5.5c57d6b6
add back an explicit "digest" feature, for back compat1170f02
add support for windows newlines in b3sum --checkaa3e8ec
build(CMake): Fix pkg-config for absolute CMAKE_INSTALL_*DIRe815576
heading fix, C2SP60ff2ea
link to yesterday's interview95da6b5
add xof benchmarks for non-power-of-2 lengths8e2e07e
Remove Miri equality workaround function08cb01c
put equivalent Hasher examples in the hash/keyed_hash/derive_key docs479eef8
test_compare_reference_impl_long_xofUpdates
proc-macro2
from 1.0.88 to 1.0.92Release notes
Sourced from proc-macro2's releases.
Commits
acc7d36
Release 1.0.920cb443d
Merge pull request #487 from dtolnay/mismatchlineae478ed
Change mismatch panic message to avoid github linkifying5046761
Release 1.0.9127c5494
Merge pull request #486 from dtolnay/compilerlexa9146d6
Ensure that compiler tokenstream parsing only produces a compiler lexerror1ce5f04
Merge pull request #485 from dtolnay/fallbackident75d0818
Make parser's fallback Ident symmetric with Group and Literal56c3e31
Merge pull request #484 from dtolnay/fbliterald2c0e61
Fix spanned fallback literal constructionUpdates
syn
from 2.0.82 to 2.0.89Release notes
Sourced from syn's releases.
Commits
06af36b
Release 2.0.8942b4747
Fix "compiler/fallback mismatch 949" panic424e484
Release 2.0.882375d9a
Pull in proc-macro2 FromStr's more robust error recoveryf46a6f3
Update test suite to nightly-2024-11-18fc133eb
Resolve unnecessary_map_or clippy lint0ccac34
Resolve question_mark clippy lint5c1c057
Disable toml "display" feature5bbe46a
Prevent upload-artifact step from causing CI failure2b45e93
Raise minimum version for syn-codegen crate to Rust 1.65Updates
walrus
from 0.20.3 to 0.23.1Release notes
Sourced from walrus's releases.
... (truncated)
Commits
27f6b62
0.23.1414bce8
Emit extended name section (#283)258fc30
0.23.06eb4941
Add missing ops to enable upgrade to 0.214 (#282)6be5417
Enable relaxed SIMD by default (#281)1e5d3e9
Enable upgrade of wasm encoder dependencies to 0.213 by specifying "shared" i...9b59ca6
bump: 0.22 release prep with macro crate (#278)3c1a2ef
feat: remove non_exhaustive from Instr enum (#277)705c608
0.21.3cb0b87f
fix: add non_exhaustive to Instr enum (#276)Updates
wat
from 1.219.1 to 1.221.0Release notes
Sourced from wat's releases.
... (truncated)
Commits
2578712
Release wasm-tools 1.221.0 (#1914)4df1c11
wasmparser
: add and improve doc tests (#1913)c0eab4d
wasmparser
: feature gate Wasmsimd
support (#1903)d9ca220
SimplifyVisitOperator for VisitConstOperator
(#1912)8f17e78
wit-encoder: Implement world uses and sort interface and world items, uses (#...09175fa
Prepare to update spec test suite (#1909)9cebc6a
wasmparser
: optimize type section valiadation by specializing over Wasm fea...4e2b392
Add an assert to wit-parser'sassert_valid
. (#1908)9cbf253
use semver depdency only when component-model is enabled (#1907)a280f52
update hashbrown to v0.15.1 (#1905)Updates
wasmprinter
from 0.211.1 to 0.221.0Commits
Updates
primitive-types
from 0.12.2 to 0.13.1Commits
Updates
rlp
from 0.5.2 to 0.6.1Commits
5be22d3
fix rlp versioneeaacc3
bump rlp-derive version63c5afb
Bump versions (#860)0db43ee
Remove From [u8; n] impl for uint types (#859)701148e
Update syn to 2 (#855)2f1866d
Upgrade rocksdb to 0.22 (#853)9ff9316
fix compile errors with new Rust (#854)757e2bd
primitive-types: add repository URL to Cargo.toml (#844)d5e9c1d
Add more comment (#827)dbf46ba
Release 0.2.0 (#825)Updates
uint
from 0.9.5 to 0.10.0Commits
63c5afb
Bump versions (#860)0db43ee
Remove From [u8; n] impl for uint types (#859)701148e
Update syn to 2 (#855)2f1866d
Upgrade rocksdb to 0.22 (#853)9ff9316
fix compile errors with new Rust (#854)757e2bd
primitive-types: add repository URL to Cargo.toml (#844)d5e9c1d
Add more comment (#827)dbf46ba
Release 0.2.0 (#825)314bda6
build(deps): bump Swatinem/rust-cache from 2.7.2 to 2.7.3 (#824)2241f64
build(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.2 (#823)Updates
serde
from 1.0.210 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
serde_json
from 1.0.132 to 1.0.133Release notes
Sourced from serde_json's releases.
Commits
0903de4
Release 1.0.1332b65ca0
Merge pull request #1215 from dtolnay/fromarray4e5f985
Implement From<[T; N]> for Value2ccb5b6
Disable question_mark clippy lint in lexical testa11f5f2
Resolve unnecessary_map_or clippy lints07f280a
Wrap PR 1213 to 80 columns75ed447
Merge pull request #1213 from djmitche/safety-comment73011c0
Add a safety comment to unsafe blockbe2198a
Prevent upload-artifact step from causing CI failure7cce517
Raise minimum version for preserve_order feature to Rust 1.65Updates
rustls
from 0.23.15 to 0.23.19Commits
4962141
Prepare 0.23.1982f5fce
Prepare 0.23.18183a099
Add reproducer for bug 2227d6d300d
Record and restore the processed cursor in first_handshake_message970f501
rustls-bench: fix warnings with no features0fabb84
tests: linearize new test code helper976c746
fix: do not send session_ticket(35) extension for TLS 1.39a46220
fix(deps): update rust crate asn1 to 0.2012b640e
Avoid inefficient aws-lc-rsopen_within()
20de568
openssl-tests: use pki-types reexport