-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump the patch-dependencies group with 16 updates #693
Merged
github-actions
merged 1 commit into
master
from
dependabot/cargo/patch-dependencies-03c9bded8d
Mar 28, 2024
Merged
Bump the patch-dependencies group with 16 updates #693
github-actions
merged 1 commit into
master
from
dependabot/cargo/patch-dependencies-03c9bded8d
Mar 28, 2024
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 patch-dependencies group with 16 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.55` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.74` | `0.1.76` | | [x25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `2.0.0` | `2.0.1` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [snow](https://github.com/mcginty/snow) | `0.9.4` | `0.9.6` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.10` | `0.2.12` | | [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.109` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.87` | `0.2.92` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.64` | `0.3.69` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.81` | | [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) | `3.6.3` | `3.6.9` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.17` | `0.3.18` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.5.0` | `1.5.1` | | [log](https://github.com/rust-lang/log) | `0.4.19` | `0.4.21` | | [pallet-staking](https://github.com/paritytech/polkadot-sdk) | `25.0.0` | `25.0.1` | | [pallet-nomination-pools](https://github.com/paritytech/polkadot-sdk) | `22.0.0` | `22.0.2` | Updates `thiserror` from 1.0.50 to 1.0.55 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.50...1.0.55) Updates `async-trait` from 0.1.74 to 0.1.76 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.74...0.1.76) Updates `x25519-dalek` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](dalek-cryptography/curve25519-dalek@2.0.0...x25519-2.0.1) Updates `futures` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `snow` from 0.9.4 to 0.9.6 - [Release notes](https://github.com/mcginty/snow/releases) - [Commits](mcginty/snow@v0.9.4...v0.9.6) Updates `getrandom` from 0.2.10 to 0.2.12 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.10...v0.2.12) Updates `serde_json` from 1.0.108 to 1.0.109 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.108...v1.0.109) Updates `wasm-bindgen` from 0.2.87 to 0.2.92 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.87...0.2.92) Updates `js-sys` from 0.3.64 to 0.3.69 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `anyhow` from 1.0.75 to 1.0.81 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.81) Updates `parity-scale-codec` from 3.6.3 to 3.6.9 - [Release notes](https://github.com/paritytech/parity-scale-codec/releases) - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md) - [Commits](paritytech/parity-scale-codec@v3.6.3...v3.6.9) Updates `tracing-subscriber` from 0.3.17 to 0.3.18 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.18) Updates `blake3` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.5.0...1.5.1) Updates `log` from 0.4.19 to 0.4.21 - [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.19...0.4.21) Updates `pallet-staking` from 25.0.0 to 25.0.1 - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Changelog](https://github.com/paritytech/polkadot-sdk/blob/master/docs/RELEASE.md) - [Commits](https://github.com/paritytech/polkadot-sdk/commits) Updates `pallet-nomination-pools` from 22.0.0 to 22.0.2 - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Changelog](https://github.com/paritytech/polkadot-sdk/blob/master/docs/RELEASE.md) - [Commits](https://github.com/paritytech/polkadot-sdk/commits) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: x25519-dalek dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: snow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: js-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: parity-scale-codec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: pallet-staking dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: pallet-nomination-pools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Mar 28, 2024
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
deleted the
dependabot/cargo/patch-dependencies-03c9bded8d
branch
March 28, 2024 22:27
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 patch-dependencies group with 16 updates:
1.0.50
1.0.55
0.1.74
0.1.76
2.0.0
2.0.1
0.3.29
0.3.30
0.9.4
0.9.6
0.2.10
0.2.12
1.0.108
1.0.109
0.2.87
0.2.92
0.3.64
0.3.69
1.0.75
1.0.81
3.6.3
3.6.9
0.3.17
0.3.18
1.5.0
1.5.1
0.4.19
0.4.21
25.0.0
25.0.1
22.0.0
22.0.2
Updates
thiserror
from 1.0.50 to 1.0.55Release notes
Sourced from thiserror's releases.
Commits
6089273
Release 1.0.55322a2ae
Merge pull request #280 from dtolnay/depinfofd7d7a5
Emit dep-info for probe.rs in case sccache needs it447c328
Release 1.0.544619db8
Merge pull request #279 from dtolnay/depinfo7b53bff
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-infoe0500ad
Merge pull request #277 from dtolnay/nightlyci48cea47
Make CI verify that error_generic_member_access works in latest nightlyfe40a50
Merge pull request #276 from dtolnay/optionifletelseb97654a
Remove option_if_let_else clippy suppressionUpdates
async-trait
from 0.1.74 to 0.1.76Release notes
Sourced from async-trait's releases.
Commits
627124b
Release 0.1.76f8aa269
Merge pull request #256 from dtolnay/miritracing48e29e4
Re-enable tracing integration test under Miri3c656d3
Merge pull request #255 from dtolnay/asyncblock381fd75
Update explanation to show async block expansion3caf301
Merge pull request #254 from dtolnay/docc1576be
Update documentation to discuss object safety in Rust 1.75+034d8db
Release 0.1.750d469fc
Add a funding fileb4a3886
Update ui test suite to nightly-2023-11-20Updates
x25519-dalek
from 2.0.0 to 2.0.1Commits
4ac84dd
curve,ed,x: Bump patch version to reflect fix to nightly SIMD build (#621)ff1c309
Fix nightly build (#619)ba737a3
Update README.md (#613)0b45e00
chore: typo fix (#608)ba7a073
doc: Fix markdown PR reference (#605)a2ff6ba
{Signing,Verifying}KeyVisitor: visit_borrowed_bytes -> visit_bytes (#602)f08bbb7
ed: Prep to release v2.1.0 (#600)04f811a
ed: Add backSigningKey::to_scalar_bytes
(#599)ac51ef6
ed25519: loosensignature
crate dependency again (#598)89aabac
README.md: remove broken image (#595)Updates
futures
from 0.3.29 to 0.3.30Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
de1a0fd
Release 0.3.3068d2845
Remove a redundant space in example (#2816)fdd2ce7
Fix broken link inCopyBufAbortable
docs (#2815)272a3c7
Use cfg(target_has_atomic) on no-std targetsc179201
FillBuf: Do not call poll_fill_buf twicee6735f3
FuturesUnordered: Fix clear implementation04d01a0
FuturesOrdered: Use 64-bit indexe4aa659
remove redundant impl Unpin17851c1
provide a mechanism to determine if io read/write halves are from the same st...4910799
provide a non-destructive mechanism to determine if a sink/stream are pairedUpdates
snow
from 0.9.4 to 0.9.6Release notes
Sourced from snow's releases.
Commits
a4be73f
meta: v0.9.6 release9e53dcf
TransportState: limit read_message size to 65535faf0560
Deprecate sodiumoxide resolver308a24d
Add warnings about multiple calls to same method in Builderf280991
Error when extraneous parameters are included in string to parsedbdcc48
Error on duplicate modifiers in parameter string8b1a819
Validate PSK index in pattern to avoid panic74e30cf
meta: v0.9.5 release12e8ae5
Stateful nonce desync fix02c26b7
Remove clap from simple exampleUpdates
getrandom
from 0.2.10 to 0.2.12Changelog
Sourced from getrandom's changelog.
Commits
f68a940
Release v0.2.12 (#389)5fe3c8e
Raise minimum supported Apple OS versions (#388)8aa4efb
Document platform support policy (#387)7249e6e
Improve robustness of the Hermit backend andsys_fill_exact
(#386)169944f
Fix custom backend for targets without atomics (#385)baf2198
Update README.md to have correct build status badge (#382)853c1dc
Release v0.2.11 (#379)4c094c3
Add workaround for cross-rs/cross#1345 (#380)8476c44
Add GNU/Hurd support (#370)35808a4
Update broken link to hermit docs (#374)Updates
serde_json
from 1.0.108 to 1.0.109Release notes
Sourced from serde_json's releases.
Commits
f88bf1f
Release 1.0.109bb62c73
Merge pull request #1097 from serde-rs/doccfgdf36d10
Restore doc cfg on re-exportsc367091
Merge pull request #1095 from dtolnay/hashtestb328ee7
Eliminate hash closure in favor of calling hash_one directlyb9bcbad
Use BuildHasher::hash_one7ff6c9e
Use random hasher state for number hashing testfe031cd
Delete trace_macros! functionality from test05196ca
Update ui test suite to nightly-2023-11-19Updates
wasm-bindgen
from 0.2.87 to 0.2.92Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
2a4a493
Prepare v0.2.92 release (#3869)8e992dc
Don't allow invalid Unicode scalar values inchar
(#3866)807bdb4
Revert "Allow using'static
lifetimes in functions (#3856)" (#3865)983ec57
AddNonNull\<T>
as parameter (#3857)0095fa7
Allow overriding headless test URL (#3861)0023077
Update passing-rust-closures-to-js.md (#3859)b9ccb8f
Allow using'static
lifetimes in functions (#3856)c80bf9a
Add support forOption\<*const T>
,Option\<*mut T>
andNonNull\<T>
(#3852)0c09e15
Fix CI (#3853)557e2e6
Introduce impl TryFrom for Number that succeeds iff the value is within the s...Updates
js-sys
from 0.3.64 to 0.3.69Commits
Updates
anyhow
from 1.0.75 to 1.0.81Release notes
Sourced from anyhow's releases.
Commits
4aad4ed
Release 1.0.818be9091
Merge pull request #354 from dtolnay/deadcodea2eb7dd
Make compatible with -Dwarnings5443719
Release 1.0.80dfc7bc0
Work around prelude redundant import warnings6e4f86b
Import from alloc not std, where possiblef885a13
Ignore incompatible_msrv clippy false positives in testfefbcbc
Ignore incompatible_msrv clippy lint78f2d81
Update ui test suite to nightly-2024-02-08edd88d3
Update ui test suite to nightly-2024-01-31Updates
parity-scale-codec
from 3.6.3 to 3.6.9Changelog
Sourced from parity-scale-codec's changelog.
Commits
d82f943
Revert breaking changes, bump version to3.6.9
(#545)e9e396c
Bump proc-macro2 from 1.0.69 to 1.0.70 (#544)060be35
Bump serde from 1.0.192 to 1.0.193 (#543)c781ce0
Fixing gitspiegel trigger workflow (#541)fb12c07
Bump serde from 1.0.190 to 1.0.192 (#540)28c066d
Bump arbitrary from 1.3.1 to 1.3.2 (#538)577b112
Adding gitspiegel-trigger workflow (#537)017f72e
Bumpproc-macro-crate
to2.0.0
(#535)8dff7a1
Bump serde from 1.0.189 to 1.0.190 (#534)802af25
[ci] Add job to publish crates (#517)Updates
tracing-subscriber
from 0.3.17 to 0.3.18Release notes
Sourced from tracing-subscriber's releases.
Commits
8b7a1dd
chore: prepare tracing-subscriber 0.3.18 release (#2789)befb4de
chore: fixahash
-caused build breakage (#2792)1dc1e6a
chore: bumpahash
to 0.7.7 (#2794)abb2393
chore: backport CI improvements (#2238)c6abc10
chore: bump MSRV to 1.63 (#2793)4529182
attributes: added missing RecordTypes for instrument (#2781)7b59435
subcriber: update docs for EnvFilter Builder (#2782)119f91a
tracing: removed core imports in macros (#2762)346d6e6
core: fix incorrect (incorrectly updated) docs for LevelFilter (#2767)8cdc9da
appender: removeSync
bound from writer forNonBlocking
(#2607)Updates
blake3
from 1.5.0 to 1.5.1Release notes
Sourced from blake3's releases.
Commits
54930c9
version 1.5.158bea0b
optimize neon loadu_128/storeu_128 (#384)5b9af1c
test_miri_smoketestd57818a
avoid using NamedTempFile under Miri2435e29
avoid using constant_time_eq under Mirie6e7f27
Support running inside miri8fc3618
comment cleanup2918c51
silenc gcc Werror=logical-opa65fcf6
Tekken 8 https://twitter.com/rodarmor/status/17515675020507711895558fa4
add a guts docs exampleUpdates
log
from 0.4.19 to 0.4.21Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedUpdates
pallet-staking
from 25.0.0 to 25.0.1Commits
Updates
pallet-nomination-pools
from 22.0.0 to 22.0.2Commits
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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>
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 <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions