-
Notifications
You must be signed in to change notification settings - Fork 102
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 prod group across 1 directory with 13 updates #8640
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
A-rust
Area: Updates to Rust code
C-trivial
Category: A trivial change that is not worth mentioning in the CHANGELOG
P-Low ❄️
labels
Jun 24, 2024
dependabot
bot
requested review from
arya2 and
upbqdn
and removed request for
a team
June 24, 2024 15:51
Bumps the prod group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.7` | | [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.13` | `0.8.14` | | [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.38.0` | | [metrics](https://github.com/metrics-rs/metrics) | `0.22.3` | `0.23.0` | | [hyper](https://github.com/hyperium/hyper) | `0.14.28` | `1.3.1` | | [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) | `0.14.0` | `0.15.1` | | [proptest](https://github.com/proptest-rs/proptest) | `1.4.0` | `1.5.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.4.0` | `0.5.0` | | [console-subscriber](https://github.com/tokio-rs/console) | `0.2.0` | `0.3.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.5` | | [tracing-test](https://github.com/dbrgn/tracing-test) | `0.2.4` | `0.2.5` | | [syn](https://github.com/dtolnay/syn) | `2.0.66` | `2.0.68` | Updates `clap` from 4.5.4 to 4.5.7 - [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.4...v4.5.7) Updates `lazy_static` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0) Updates `toml` from 0.8.13 to 0.8.14 - [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14) Updates `tokio` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.0) Updates `metrics` from 0.22.3 to 0.23.0 - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-v0.22.3...metrics-v0.23.0) Updates `hyper` from 0.14.28 to 1.3.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.28...v1.3.1) Updates `metrics-exporter-prometheus` from 0.14.0 to 0.15.1 - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-exporter-prometheus-v0.14.0...metrics-exporter-prometheus-v0.15.1) Updates `proptest` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.4.0...v1.5.0) Updates `proptest-derive` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md) - [Commits](proptest-rs/proptest@0.4.0...proptest-derive-0.5.0) Updates `console-subscriber` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/tokio-rs/console/releases) - [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml) - [Commits](tokio-rs/console@console-subscriber-v0.2.0...console-subscriber-v0.3.0) Updates `regex` from 1.10.4 to 1.10.5 - [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.4...1.10.5) Updates `tracing-test` from 0.2.4 to 0.2.5 - [Changelog](https://github.com/dbrgn/tracing-test/blob/main/CHANGELOG.md) - [Commits](dbrgn/tracing-test@v0.2.4...v0.2.5) Updates `syn` from 2.0.66 to 2.0.68 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.66...2.0.68) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: metrics dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod - dependency-name: metrics-exporter-prometheus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: console-subscriber dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tracing-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] <[email protected]>
7 tasks
…from jsonrpc_http_server instead
arya2
force-pushed
the
dependabot/cargo/prod-0f58da088e
branch
from
June 24, 2024 18:55
224c615
to
d3ff131
Compare
arya2
reviewed
Jun 24, 2024
Comment on lines
+6
to
+82
[[trusted.clap]] | ||
criteria = "safe-to-deploy" | ||
user-id = 6743 # Ed Page (epage) | ||
start = "2021-12-08" | ||
end = "2025-06-24" | ||
|
||
[[trusted.clap_builder]] | ||
criteria = "safe-to-deploy" | ||
user-id = 6743 # Ed Page (epage) | ||
start = "2023-03-28" | ||
end = "2025-06-24" | ||
|
||
[[trusted.clap_derive]] | ||
criteria = "safe-to-deploy" | ||
user-id = 6743 # Ed Page (epage) | ||
start = "2021-12-08" | ||
end = "2025-06-24" | ||
|
||
[[trusted.console-api]] | ||
criteria = "safe-to-deploy" | ||
user-id = 1249 # Eliza Weisman (hawkw) | ||
start = "2021-12-16" | ||
end = "2025-06-24" | ||
|
||
[[trusted.console-subscriber]] | ||
criteria = "safe-to-deploy" | ||
user-id = 1249 # Eliza Weisman (hawkw) | ||
start = "2021-12-16" | ||
end = "2025-06-24" | ||
|
||
[[trusted.hyper]] | ||
criteria = "safe-to-deploy" | ||
user-id = 359 # Sean McArthur (seanmonstar) | ||
start = "2019-03-01" | ||
end = "2025-06-24" | ||
|
||
[[trusted.lazy_static]] | ||
criteria = "safe-to-deploy" | ||
user-id = 539 # Josh Stone (cuviper) | ||
start = "2024-06-21" | ||
end = "2025-06-24" | ||
|
||
[[trusted.regex]] | ||
criteria = "safe-to-deploy" | ||
user-id = 189 # Andrew Gallant (BurntSushi) | ||
start = "2019-02-27" | ||
end = "2025-06-24" | ||
|
||
[[trusted.syn]] | ||
criteria = "safe-to-deploy" | ||
user-id = 3618 # David Tolnay (dtolnay) | ||
start = "2019-03-01" | ||
end = "2025-06-24" | ||
|
||
[[trusted.tokio]] | ||
criteria = "safe-to-deploy" | ||
user-id = 10 # Carl Lerche (carllerche) | ||
start = "2019-03-02" | ||
end = "2025-06-24" | ||
|
||
[[trusted.tokio-macros]] | ||
criteria = "safe-to-deploy" | ||
user-id = 10 # Carl Lerche (carllerche) | ||
start = "2019-04-24" | ||
end = "2025-06-24" | ||
|
||
[[trusted.toml]] | ||
criteria = "safe-to-deploy" | ||
user-id = 6743 # Ed Page (epage) | ||
start = "2022-12-14" | ||
end = "2025-06-24" | ||
|
||
[[trusted.toml_edit]] | ||
criteria = "safe-to-deploy" | ||
user-id = 6743 # Ed Page (epage) | ||
start = "2021-09-13" | ||
end = "2025-06-24" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for console-api
and console-subscriber
(which are for experimental features and rely on setting the tokio_unstable flag), these are trusted in the mozilla audits.toml
file.
arya2
force-pushed
the
dependabot/cargo/prod-0f58da088e
branch
from
June 24, 2024 19:02
d3ff131
to
22d015f
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
A-dependencies
Area: Dependency file updates
A-rust
Area: Updates to Rust code
C-trivial
Category: A trivial change that is not worth mentioning in the CHANGELOG
do-not-merge
Tells Mergify not to merge this PR
no-review-reminders
Turn off review reminders
P-Low ❄️
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 prod group with 13 updates in the / directory:
4.5.4
4.5.7
1.4.0
1.5.0
0.8.13
0.8.14
1.37.0
1.38.0
0.22.3
0.23.0
0.14.28
1.3.1
0.14.0
0.15.1
1.4.0
1.5.0
0.4.0
0.5.0
0.2.0
0.3.0
1.10.4
1.10.5
0.2.4
0.2.5
2.0.66
2.0.68
Updates
clap
from 4.5.4 to 4.5.7Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
6c6839a
chore: Releasee79ff0d
docs: Update changelogbe2e5ca
Merge pull request #5527 from epage/mincf5c958
fix(parser): Report correct num_args on too-fewe0c9619
test(parser): Snapshot num_args errors2f645d3
chore: Release6e1e036
docs: Update changelog7e1bbf8
Merge pull request #5523 from ben--/zsh-colon8e3c273
fix(zsh): Separate options from _arguments optionsUpdates
lazy_static
from 1.4.0 to 1.5.0Commits
be7c1c4
point readme version to 1.5.08971a27
update readme build badge15691ec
Modernize lazy-static infra (#219)2660041
Merge pull request #206 from TheBotlyNoob/master6ace970
Merge pull request #216 from frewsxcv/patch-1a203105
Update README.mdcfd89ac
Update README.mdfc8e466
Update README.mda8afb21
Update README.md41fa234
Update README to indicate how to replace withstd::sync::OnceLock
Updates
toml
from 0.8.13 to 0.8.14Commits
c383efa
chore: Release7bb1781
docs: Update changelog0af6deb
Merge pull request #740 from epage/key-quotesc9e36e7
fix(encode): Prefer literals over escaping double-quotes42f7a1b
test(encode): Show existing quote behavior9e6290f
chore(deps): Update compatible (dev) (#737)dbf1cc1
Merge pull request #736 from epage/snapboxec9bfd7
chore: Update to snapbox 0.6881bf67
chore: Remove unused featuresb62c76e
refactor: Resolve deprecationsUpdates
tokio
from 1.37.0 to 1.38.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
14c17fc
chore: prepare Tokio v1.38.0 (#6601)65cbf73
chore: prepare tokio-macros v2.3.0 (#6600)dbf93c7
sync: fix incorrect is_empty on mpsc block boundaries (#6603)873cb8a
runtime: move task out of thelifo_slot
inblock_in_place
(#6596)97bb47b
task: fix a typo in doc ofLocalSet::run_until
(#6599)86658bd
metrics: stabilizeRuntimeMetrics::worker_count
(#6556)9e00b26
sync: addNotify::notify_last
(#6520)6c42d28
net: fix misleadingNamedPipeServer
example (#6590)3a6fdc0
license: fix formatting and remove year in licenses (#6451)2890d0c
metrics: fix blocking_threads count (#6551)Updates
metrics
from 0.22.3 to 0.23.0Commits
787b170
chore: Releaseb48ed78
update changelog82513b3
Relax bounds on somemetrics_util::registry::Registry
methods (#484)ce9084b
permit trailing commans in describe macros (#483)deba76a
Fix wording for histogram functionality in lib.rs (#477)06fa1be
Add community exporter for Sentry to readme (#480)3fc0b4f
Implement conversion from cow to std cow (#478)cd7de8c
Annotate metric types with must_use (#475)f322087
chore: bump MSRV to 1.70.0 (#476)65f6e65
metrics-util: derive Clone for Snapshotter (#472)Updates
hyper
from 0.14.28 to 1.3.1Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
... (truncated)
Commits
c78379e
v1.3.13705a7e
Revert "fix(client): send content-length even with no body"d53305a
v1.3.0dc27043
feat(ext): implement From ReasonPhrase for Bytes6aee2e6
feat(service): expose Service and HttpService trait unconditionally172fdfa
fix(client): send content-length even with no bodyb79be91
fix(server): avoid unwrapping for theFuture
impl of HTTP/1 `UpgradeableCon...203d1b0
fix(http2):max_header_list_size(num)
defaults to 16kb1c5b1b8
feat(client): addmax_header_list_size(num)
tohttp2::Builder
.df33d4d
refactor(h1): use UninitSlice::as_uninit_slice_mut() instead of cast (#3618)Updates
metrics-exporter-prometheus
from 0.14.0 to 0.15.1Commits
f84efc4
chore: Release20b6ec5
metrics-exporter-promethus: update CHANGELOG9f86b53
Try fixing the Discord invite link... again.db56631
Update Discord invite link.654c3a1
metrics-exporter-prometheus: use hyper-rustls (#489)4c002c4
typo fix in CHANGELOG.md (#487)787b170
chore: Releaseb48ed78
update changelog82513b3
Relax bounds on somemetrics_util::registry::Registry
methods (#484)ce9084b
permit trailing commans in describe macros (#483)Updates
proptest
from 1.4.0 to 1.5.0Commits
ca308b0
Merge pull request #462 from mirandaconrado/master0a53eda
Merge pull request #467 from matthew-russo/macro-0.196a2dab
Merge pull request #464 from matthew-russo/masterf818fa2
Release : prep for proptest-macro 0.1.0 releasee275f8a
Release : prep for proptest-derive 0.5 releasef87ec63
Release : prep for proptest 1.5 release060cfbe
[Doc] Arbitrary : add a note about the derive macro in Arbitrary's documentation1426f0f
Update changelog7774b9c
Detect empty ranges during tree creation24412f5
Update compiletest_rs requirement from 0.10 to 0.11 (#455)Updates
proptest-derive
from 0.4.0 to 0.5.0Commits
ca308b0
Merge pull request #462 from mirandaconrado/master0a53eda
Merge pull request #467 from matthew-russo/macro-0.196a2dab
Merge pull request #464 from matthew-russo/masterf818fa2
Release : prep for proptest-macro 0.1.0 releasee275f8a
Release : prep for proptest-derive 0.5 releasef87ec63
Release : prep for proptest 1.5 release060cfbe
[Doc] Arbitrary : add a note about the derive macro in Arbitrary's documentation1426f0f
Update changelog7774b9c
Detect empty ranges during tree creation24412f5
Update compiletest_rs requirement from 0.10 to 0.11 (#455)Updates
console-subscriber
from 0.2.0 to 0.3.0Release notes
Sourced from console-subscriber's releases.
Commits
b802bf1
chore: release tokio-console-v0.1.11, console-api-v0.7.0, console-subscriber-...87ba91c
chore(console): update cargo dist (#556)dcf8c2c
chore: include tonic updates in release notes (#559)99437b0
chore: automate releases with Release-plz (#545)852a977
fix(subscriber): ignore metadata that is not a span or event (#554)a0d20fd
docs(console): add note about running on Windows (#510)60bcf87
chore: get rid of remove_dir_all (#542)1c1d599
chore: bump clap and clap_complete to the latest version (#552)ef6816c
chore: bump tonic to 0.11 (#547)6cbd6db
chore(console): bump ratatui to 0.26.2 and crossterm to 0.27.0 (#515)Updates
regex
from 1.10.4 to 1.10.5Changelog
Sourced from regex's changelog.
Commits
0718fc5
1.10.5377463b
changelog: 1.10.4 and 1.10.568c4f0b
regex-automata-0.4.74757b5f
regex-syntax-0.8.41430b65
changelog: 1.10.41f9f9cc
bytes: escape invalid UTF-8 bytes in debug output for Matchab4c8d1
doc: fix duplicate phrasing typoddeb85e
cli/deps: update memmap2 to 0.9023f1c9
lite: fix attribute warning about rustfmt9c139f4
syntax: simplifyHir::dot
constructorsUpdates
tracing-test
from 0.2.4 to 0.2.5Changelog
Sourced from tracing-test's changelog.
Commits
5d645cb
Release v0.2.5aa67a99
Update syn (#40)3c5379f
Include license text in the packaged crates (#41)9b8aa60
Replace lazy_static dependency with std::sync::OnceCell (#36)49fa2c4
Merge pull request #32 from dbrgn/cifc98e76
Add dependabot config90cce74
CI: Switch to dtolnay/rust-toolchain0709a22
CI: Bump actions/checkout from v2 to v4f0e2903
CI: Bump Rust to 1.71.1Updates
syn
from 2.0.66 to 2.0.68Release notes
Sourced from syn's releases.
Commits
ecb0429
Release 2.0.6837edbd2
Merge pull request #1690 from stepancheg/track-called4338772
track-caller in parse_quote_spanned537b0c5
Update test suite to nightly-2024-06-22b088d5c
Merge pull request #1688 from dtolnay/peeklit9b4e478
Relocate Lit peek impls into lit module38f2ddb
Merge pull request #1687 from dtolnay/fastpeekef20bfd
Optimize the peek impl of Group and Lifetime4b6c96a
Merge pull request #1686 from dtolnay/isempty87d5792
Reword explanation of ParseBuffer::is_emptyMost Recent Ignore Conditions Applied to This Pull Request
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