-
Notifications
You must be signed in to change notification settings - Fork 104
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
[depbot] Bump the deps group across 1 directory with 32 updates #4246
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
dependabot
bot
added
A4-insubstantial
Not too important PR
E2-forcemacos
Force CI to run macOS build in PR
labels
Sep 22, 2024
dependabot
bot
force-pushed
the
dependabot/cargo/deps-5ccff5e48b
branch
2 times, most recently
from
September 24, 2024 06:48
41532fb
to
c42b1b3
Compare
Bumps the deps group with 31 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alloy](https://github.com/alloy-rs/alloy) | `0.3.1` | `0.3.6` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.82` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.7` | `0.22.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.9` | `4.5.18` | | [derive_more](https://github.com/JelteF/derive_more) | `0.99.18` | `1.0.0` | | [dirs](https://github.com/soc/dirs-rs) | `4.0.0` | `5.0.1` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.6.1` | `0.7.2` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.85` | `1.0.86` | | [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.27` | `0.12.4` | | [serde](https://github.com/serde-rs/serde) | `1.0.205` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.117` | `1.0.128` | | [syn](https://github.com/dtolnay/syn) | `2.0.71` | `2.0.77` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.64` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.40.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.6` | `2.5.0` | | [rustc_version](https://github.com/djc/rustc-version-rs) | `0.4.0` | `0.4.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.15` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.96` | `1.0.99` | | [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.2.75` | `0.2.80` | | [whoami](https://github.com/ardaku/whoami) | `1.5.1` | `1.5.2` | | [arrayvec](https://github.com/bluss/arrayvec) | `0.7.4` | `0.7.6` | | [const_format](https://github.com/rodrimati1992/const_format_crates) | `0.2.32` | `0.2.33` | | [dashmap](https://github.com/xacrimon/dashmap) | `5.5.3` | `6.0.1` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.1` | | [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) | `0.29.0` | `0.29.1` | | [async-channel](https://github.com/smol-rs/async-channel) | `1.9.0` | `2.3.1` | | [prometheus](https://github.com/tikv/rust-prometheus) | `0.13.3` | `0.13.4` | Updates `alloy` from 0.3.1 to 0.3.6 - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](alloy-rs/alloy@v0.3.1...v0.3.6) Updates `anyhow` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.89) Updates `async-trait` from 0.1.81 to 0.1.82 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.81...0.1.82) Updates `base64` from 0.21.7 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.1) Updates `clap` from 4.5.9 to 4.5.18 - [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.9...clap_complete-v4.5.18) Updates `derive_more` from 0.99.18 to 1.0.0 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v0.99.18...v1.0.0) Updates `dirs` from 4.0.0 to 5.0.1 - [Commits](https://github.com/soc/dirs-rs/commits) Updates `num_enum` from 0.6.1 to 0.7.2 - [Commits](illicitonion/num_enum@0.6.1...0.7.2) Updates `proc-macro2` from 1.0.85 to 1.0.86 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.85...1.0.86) Updates `quote` from 1.0.36 to 1.0.37 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.36...1.0.37) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.5...1.10.6) Updates `reqwest` from 0.11.27 to 0.12.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.4) Updates `serde` from 1.0.205 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.205...v1.0.210) Updates `serde_json` from 1.0.117 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.117...1.0.128) Updates `syn` from 2.0.71 to 2.0.77 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.71...2.0.77) Updates `thiserror` from 1.0.62 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.64) Updates `tokio` from 1.38.0 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.40.0) Updates `tempfile` from 3.10.1 to 3.12.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `indexmap` from 2.2.6 to 2.5.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.2.6...2.5.0) Updates `rustc_version` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/djc/rustc-version-rs/releases) - [Commits](djc/rustc-version-rs@v0.4.0...v0.4.1) Updates `toml` from 0.8.14 to 0.8.15 - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15) Updates `trybuild` from 1.0.96 to 1.0.99 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.96...1.0.99) Updates `wasmprinter` from 0.2.75 to 0.2.80 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wasmprinter-0.2.75...wasmprinter-0.2.80) Updates `whoami` from 1.5.1 to 1.5.2 - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](ardaku/whoami@v1.5.1...v1.5.2) Updates `toml_edit` from 0.22.14 to 0.22.16 - [Commits](toml-rs/toml@v0.22.14...v0.22.16) Updates `arrayvec` from 0.7.4 to 0.7.6 - [Release notes](https://github.com/bluss/arrayvec/releases) - [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md) - [Commits](bluss/arrayvec@0.7.4...0.7.6) Updates `const_format` from 0.2.32 to 0.2.33 - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits) Updates `dashmap` from 5.5.3 to 6.0.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v.5.5.3...v6.0.1) Updates `tower` from 0.4.13 to 0.5.1 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.1) Updates `secp256k1` from 0.29.0 to 0.29.1 - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/secp256k1-0.29.1/CHANGELOG.md) - [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.29.0...secp256k1-0.29.1) Updates `async-channel` from 1.9.0 to 2.3.1 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v1.9.0...v2.3.1) Updates `prometheus` from 0.13.3 to 0.13.4 - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: alloy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: rustc_version dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasmprinter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: arrayvec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: secp256k1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/cargo/deps-5ccff5e48b
branch
from
September 24, 2024 08:27
c42b1b3
to
2f8cf3f
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 deps group with 31 updates in the / directory:
0.3.1
0.3.6
1.0.86
1.0.89
0.1.81
0.1.82
0.21.7
0.22.1
4.5.9
4.5.18
0.99.18
1.0.0
4.0.0
5.0.1
0.6.1
0.7.2
1.0.85
1.0.86
1.0.36
1.0.37
1.10.5
1.10.6
0.11.27
0.12.4
1.0.205
1.0.210
1.0.117
1.0.128
2.0.71
2.0.77
1.0.62
1.0.64
1.38.0
1.40.0
3.10.1
3.12.0
2.2.6
2.5.0
0.4.0
0.4.1
0.8.14
0.8.15
1.0.96
1.0.99
0.2.75
0.2.80
1.5.1
1.5.2
0.7.4
0.7.6
0.2.32
0.2.33
5.5.3
6.0.1
0.4.13
0.5.1
0.29.0
0.29.1
1.9.0
2.3.1
0.13.3
0.13.4
Updates
alloy
from 0.3.1 to 0.3.6Release notes
Sourced from alloy's releases.
... (truncated)
Changelog
Sourced from alloy's changelog.
... (truncated)
Commits
237693b
chore: release 0.3.61681482
feat: add block num hash helper (#1304)6369bcc
feature: ProviderCall (#788)79fe182
feat(rpc-types-beacon):SignedBidSubmissionV4
(#1303)68115f5
feat(transport-http): layer client (#1227)347626b
chore(rpc): rename witness fields (#1293)6c409bd
feat: add blob and proof v1 (#1300)7424f09
feat: add types for flat call tracer (#1292)a0eea36
feat(node-bindings
): support appending extra args (#1299)099e64d
refactor: separate transaction builders for tx types (#1259)Updates
anyhow
from 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6d
Release 1.0.89830c399
Merge pull request #386 from dtolnay/unwindsafe8454be3
Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414
Add more autotraits tests139f266
Release 1.0.88aa3ab2b
Merge pull request #385 from dtolnay/docnostd44c3767
Update documentation on no-std error type conversionsafe93e7
Release 1.0.87d58fa4b
Fix outdated html_root_urlc18d807
Disable unused doc_cfg featureUpdates
async-trait
from 0.1.81 to 0.1.82Release notes
Sourced from async-trait's releases.
Commits
f8e5bb4
Release 0.1.828fbf118
Merge pull request #276 from dtolnay/elidednamed6fa246a
Ignore nightly's new elided_named_lifetimes lint in generated coded542a0d
Upload CI Cargo.lock for reproducing failures8828c35
Sort dependency features in Cargo.tomlba9793a
Update ui test suite to nightly-2024-08-1182c62cd
Update ui test suite to nightly-2024-07-25370ee12
Update ui test suite to nightly-2024-07-20Updates
base64
from 0.21.7 to 0.22.1Changelog
Sourced from base64's changelog.
Commits
e144006
v0.22.164cca59
Merge pull request #271 from JobanSD/patch-1838355e
Correct BinHex 4.0 alphabet according to specificationsbf15ccf
Merge pull request #270 from marshallpierce/mp/clippyfc6aabe
Appease clippy9a518a2
Merge pull request #267 from bdura/patch-1d96c80f
Merge branch 'marshallpierce:master' into patch-15d70ba7
Merge pull request #269 from marshallpierce/mp/decode-preciselyefb6c00
Release notes2b91084
Add some tests to boost coverageUpdates
clap
from 4.5.9 to 4.5.18Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
Commits
d811585
chore: Releaseab948b3
docs: Update changelog82e599e
Merge pull request #5602 from shannmu/delimiter_values59bf26d
feat(clap_complete): Support delimiter values in native completionsccecab3
test(clap_complete): Add test cases for delimiter_values supporta3a4764
docs(derive): Specify Parser::update_from semanticsdf165a2
docs(derive): Flatten isn't just for update5488bcf
docs(derive): Connect more dots for Args/Subcommand6013ad4
chore: Releasef98e3ee
docs: Update changelogUpdates
derive_more
from 0.99.18 to 1.0.0Release notes
Sourced from derive_more's releases.
... (truncated)
Changelog
Sourced from derive_more's changelog.
... (truncated)
Commits
d7f5b9e
chore: Release40201b1
Update release date to be correct88863ca
Update changelog wordingb713835
Improve error when not enabling any features330e425
Order features in Cargo.toml alphabetically84f2cbb
Update README and CHANGELOG in preparation of 1.0.0e8d60cf
Add compile_fail test for on purpose limited bounds (#393, #392)f665d18
Make anyhow reference a bit less strong6d632b2
Add release announcement (#390)e87ab13
Don't create git tags for derive_more-impl (#391)Updates
dirs
from 4.0.0 to 5.0.1Commits
Updates
num_enum
from 0.6.1 to 0.7.2Commits
8686d3e
Prep 0.7.2 (#141)0d6830c
Update proc-macro-crate. (#140)a80fa1e
ci: Update toactions/checkout@v4
. (#137)2ff5063
Prep for 0.7.1 (#136)0407569
Loosen dependency requirement on proc-macro-crate and cargo_toml (#134)7b3797f
Update check-cfg flag (#135)8421fc2
Prep for 0.7.0 (#126)fac0109
Document custom error types in README (#125)3d96bb2
Update GitHub actions (#124)2899217
Allow customising error typesUpdates
proc-macro2
from 1.0.85 to 1.0.86Release notes
Sourced from proc-macro2's releases.
Commits
aa9476b
Release 1.0.861961358
Merge pull request #466 from dtolnay/buildrse1bd2cc
Bring build script comments up to date5b27127
Merge pull request #465 from dtolnay/ignorereason0da4629
Fill in ignore reasons in all #[ignore] attributesUpdates
quote
from 1.0.36 to 1.0.37Release notes
Sourced from quote's releases.
Commits
b1ebffa
Release 1.0.3743acd77
Delete unneeded use ofref
9382c21
Merge pull request #283 from dtolnay/cstr6ac4328
Add C string tests9fb0591
Implement ToTokens for CStr and CStringba7a9d0
Organize test importsaa9970f
Inline the macro that generates primitive implsba41109
Merge pull request #282 from dtolnay/tokensc77340a
Consistently use 'tokens' as the name of the &mut TokenStream arga4a0abf
Merge pull request #281 from dtolnay/charUpdates
regex
from 1.10.5 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.6Updates
reqwest
from 0.11.27 to 0.12.4Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
de5dbb1
v0.12.40f126f5
tests: fix blocking test about empty bodies and content-length1073881
feat: add zstd support (#1866)1af8945
feat: add ClientBuilder::read_timeout(dur) (#2241)e99da85
refactor: fix warnings related to mutability ofself
(#2245)0720159
v0.12.39209695
Remove duplicate example for ClientBuilder::default_headers (#2236)e3a1565
fix: use lower case domain string when usingresolve
andresolve_to_addrs
...b4c491a
feat: allow fine-grained root certs for rustls (#2232)cf4295d
chore: update winreg to 0.52.0 (#2226)Updates
serde
from 1.0.205 to 1.0.210Release notes
Sourced from serde's releases.
Commits
89c4b02
Release 1.0.210eeb8e44
Merge pull request #2818 from dtolnay/coreerror785c2d9
Stabilize no-std StdError traitd549f04
Reformat parse_ip_impl definition and calls4c0dd63
Delete attr support from core::net deserialization macros26fb134
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614b
Merge pull request #2817 from dtolnay/corenetb1f899f
Delete doc(cfg) attribute from impls that are supported in no-stdb4f860e
Merge pull request #2816 from MathiasKoch/chore/core-netd940fe1
Reuse existing Buf wrapper as replacement for std::io::WriteUpdates
serde_json
from 1.0.117 to 1.0.128Release notes
Sourced from serde_json's releases.
Commits
d96b1d9
Release 1.0.128599228d
Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer5416cee
feat: add support for 128 bit HashMap key serialization27a4ca9
Upload CI Cargo.lock for reproducing failures5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request