-
Notifications
You must be signed in to change notification settings - Fork 25
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 production-dependencies group across 1 directory with 24 updates #119
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/production-dependencies-1762c15577
Closed
Bump the production-dependencies group across 1 directory with 24 updates #119
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/production-dependencies-1762c15577
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
…ates Bumps the production-dependencies group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [base64](https://github.com/marshallpierce/rust-base64) | `0.22.0` | `0.22.1` | | [miette](https://github.com/zkat/miette) | `7.0.0` | `7.2.0` | | [prost](https://github.com/tokio-rs/prost) | `0.12.3` | `0.12.6` | | [prost-types](https://github.com/tokio-rs/prost) | `0.12.3` | `0.12.6` | | [insta](https://github.com/mitsuhiko/insta) | `1.34.0` | `1.39.0` | | [proptest](https://github.com/proptest-rs/proptest) | `1.4.0` | `1.5.0` | | [prost-build](https://github.com/tokio-rs/prost) | `0.12.3` | `0.12.6` | | [protox](https://github.com/andrewhickman/protox) | `0.6.0` | `0.6.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.113` | `1.0.120` | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.31` | `0.9.34+deprecated` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.86` | | [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` | | [syn](https://github.com/dtolnay/syn) | `2.0.48` | `2.0.69` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.89` | `1.0.97` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.4.0` | `0.5.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.204` | | [criterion](https://github.com/bheisler/criterion.rs) | `0.4.0` | `0.5.1` | | [rayon](https://github.com/rayon-rs/rayon) | `1.8.1` | `1.10.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.2` | `0.11.3` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.40` | `0.4.41` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.30` | | [ureq](https://github.com/algesten/ureq) | `2.9.4` | `2.10.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.86` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.0` | `3.10.1` | Updates `base64` from 0.22.0 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1) Updates `miette` from 7.0.0 to 7.2.0 - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](zkat/miette@miette-derive-v7.0.0...miette-derive-v7.2.0) Updates `prost` from 0.12.3 to 0.12.6 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.6) Updates `prost-types` from 0.12.3 to 0.12.6 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.6) Updates `insta` from 1.34.0 to 1.39.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.34.0...1.39.0) 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 `prost-build` from 0.12.3 to 0.12.6 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.6) Updates `protox` from 0.6.0 to 0.6.1 - [Changelog](https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md) - [Commits](andrewhickman/protox@0.6.0...0.6.1) Updates `serde_json` from 1.0.113 to 1.0.120 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.113...v1.0.120) Updates `serde_yaml` from 0.9.31 to 0.9.34+deprecated - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.9.31...0.9.34) Updates `proc-macro2` from 1.0.78 to 1.0.86 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.78...1.0.86) Updates `quote` from 1.0.35 to 1.0.36 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.35...1.0.36) Updates `syn` from 2.0.48 to 2.0.69 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.48...2.0.69) Updates `trybuild` from 1.0.89 to 1.0.97 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.89...1.0.97) 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 `serde` from 1.0.196 to 1.0.204 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.196...v1.0.204) Updates `criterion` from 0.4.0 to 0.5.1 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.4.0...0.5.1) Updates `rayon` from 1.8.1 to 1.10.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.8.1...rayon-core-v1.10.0) Updates `env_logger` from 0.10.2 to 0.11.3 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.2...v0.11.3) Updates `tar` from 0.4.40 to 0.4.41 - [Commits](alexcrichton/tar-rs@0.4.40...0.4.41) Updates `flate2` from 1.0.28 to 1.0.30 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.28...1.0.30) Updates `ureq` from 2.9.4 to 2.10.0 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.9.4...2.10.0) Updates `anyhow` from 1.0.79 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.79...1.0.86) Updates `tempfile` from 3.10.0 to 3.10.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: miette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: prost-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: protox dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: ureq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
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
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 production-dependencies group with 24 updates in the / directory:
0.22.0
0.22.1
7.0.0
7.2.0
0.12.3
0.12.6
0.12.3
0.12.6
1.34.0
1.39.0
1.4.0
1.5.0
0.12.3
0.12.6
0.6.0
0.6.1
1.0.113
1.0.120
0.9.31
0.9.34+deprecated
1.0.78
1.0.86
1.0.35
1.0.36
2.0.48
2.0.69
1.0.89
1.0.97
0.4.0
0.5.0
1.0.196
1.0.204
0.4.0
0.5.1
1.8.1
1.10.0
0.10.2
0.11.3
0.4.40
0.4.41
1.0.28
1.0.30
2.9.4
2.10.0
1.0.79
1.0.86
3.10.0
3.10.1
Updates
base64
from 0.22.0 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-1e8e4a22
docs: fix trailing ``` in mod.rs exampleUpdates
miette
from 7.0.0 to 7.2.0Release notes
Sourced from miette's releases.
Changelog
Sourced from miette's changelog.
Commits
ca646f3
chore: Releaseff7baae
docs: update changelog24a7bf4
ci(doc consistency): check that lib.rs and README.md are consistent (#353)22b29ee
docs: usecargo readme
to update (#351)62cfd22
docs: addseverity
example (#350)328bf37
feat(wasm): add feature "fancy-no-syscall" for wasm targets (#349)6ea86a2
fix(redundant-import): fix a warning and CI failure in nightly (#348)7d9dfc6
fix(invalid span): skip the snippet when read_span fails (#347)75fea09
fix(label-collections): Label collection fixes and cleanup (#343)a18a644
chore: ReleaseUpdates
prost
from 0.12.3 to 0.12.6Commits
d42c85e
chore: fix prost release script (#1066)d43f7e0
chore: Release version 0.12.6 (#1065)4b11315
fix(prost-build): re-exporterror_message_protoc_not_found
, `protoc_from_en...26405ab
fix: Duplicate README to fix release (#1052)548739a
chore: Release version 0.12.5 (#1050)baddf98
fix: include_file should handle proto without package (#1002)1f38ea6
prost-build:CodeGenerator::boxed
method (#1019)2308ba4
fix the link and badge for CI (#1049)71b8e8e
tests: Remove unused dependencies (#1043)680a2e1
style(prost-build): Consolidate field data into struct (#1017)Updates
prost-types
from 0.12.3 to 0.12.6Commits
d42c85e
chore: fix prost release script (#1066)d43f7e0
chore: Release version 0.12.6 (#1065)4b11315
fix(prost-build): re-exporterror_message_protoc_not_found
, `protoc_from_en...26405ab
fix: Duplicate README to fix release (#1052)548739a
chore: Release version 0.12.5 (#1050)baddf98
fix: include_file should handle proto without package (#1002)1f38ea6
prost-build:CodeGenerator::boxed
method (#1019)2308ba4
fix the link and badge for CI (#1049)71b8e8e
tests: Remove unused dependencies (#1043)680a2e1
style(prost-build): Consolidate field data into struct (#1017)Updates
insta
from 1.34.0 to 1.39.0Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
... (truncated)
Commits
922c68f
1.39.0f291ca8
Improve the docs on the snapshot macro65947be
Only pass --color if not always to work around custom runners (#491)58daea1
Fix bad doctestf146f47
Mention disabling of features in compile time docs23d0e4d
Document use without cargo-instabe22494
Merge branch 'master' of github.com:mitsuhiko/insta1d2dd4a
Added changelog entryacb1ce5
Improve docs for snapshot updates (#479)a4f96da
Allow trailing commas in inline snapshots (#472)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
prost-build
from 0.12.3 to 0.12.6Commits
d42c85e
chore: fix prost release script (#1066)d43f7e0
chore: Release version 0.12.6 (#1065)4b11315
fix(prost-build): re-exporterror_message_protoc_not_found
, `protoc_from_en...26405ab
fix: Duplicate README to fix release (#1052)548739a
chore: Release version 0.12.5 (#1050)baddf98
fix: include_file should handle proto without package (#1002)1f38ea6
prost-build:CodeGenerator::boxed
method (#1019)2308ba4
fix the link and badge for CI (#1049)71b8e8e
tests: Remove unused dependencies (#1043)680a2e1
style(prost-build): Consolidate field data into struct (#1017)Updates
protox
from 0.6.0 to 0.6.1Changelog
Sourced from protox's changelog.
Commits
04ca922
(cargo-release) protox version 0.6.14c96b57
(cargo-release) protox-parse version 0.6.1c4049c5
Update codecov task (#63)1017903
Bump the production-dependencies group across 1 directory with 9 updates (#62)fdc5bd9
Add regression test for #57 (#58)1fd0981
Bump the production-dependencies group with 4 updates (#53)090e63f
Bump the production-dependencies group with 2 updates (#51)3a7b5b2
Bump the production-dependencies group with 3 updates (#50)e83998b
Bump the production-dependencies group with 3 updates (#49)f21d05f
Enable proptest for lexerUpdates
serde_json
from 1.0.113 to 1.0.120Release notes
Sourced from serde_json's releases.
Commits
bcedc3d
Release 1.0.120962c0fb
Merge pull request #1152 from cforycki/fix/index-map-minimal-version3480fed
fix: indexmap minimal version with Map::shift_insert()b48b9a3
Release 1.0.1198878cd7
Make shift_insert available for inlining like other Map methods352b7ab
Document the cfg required for Map::shift_insert to existc17e63f
Merge pull request #1149 from joshka/master309ef6b
Add Map::shift_insert()a9e089a
Merge pull request #1146 from haouvw/mastera83fe96
chore: remove repeat wordsUpdates
serde_yaml
from 0.9.31 to 0.9.34+deprecatedRelease notes
Sourced from serde_yaml's releases.
Commits
2009506
Release 0.9.343ba8462
Add unmaintained note77236b0
Ignore dead code lint in testsf4c9ed9
Release 0.9.33b4edaee
Pull in yaml_parser_fetch_more_tokens fix from libyaml8a5542c
Resolve non_local_definitions warning in testea57d8c
Release 0.9.32a52b7ac
Resolve prelude redundant import warnings9e0b8d3
Replace curly quotes with ascii straight quotesUpdates
proc-macro2
from 1.0.78 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] attributes5ee1cab
Release 1.0.85aa64c20
Merge pull request #464 from dtolnay/testsizebc9f4d9
Ignore size tests on non-64bit target1160ec3
Make size tests #[ignore] in cfg(randomize_layout)33c9578
Release 1.0.84Updates
quote
from 1.0.35 to 1.0.36Release notes
Sourced from quote's releases.
Commits
5d4880c
Release 1.0.361dd7ce7
Merge pull request #273 from dtolnay/doc0bc5d12
Apply doc comment to cfg(not(doc)) macros tooc295f5c
Revert "Temporarily disable miri on doctests"435bd1b
Update ui test suite to nightly-2024-03-31cc3847d
Explicitly install a Rust toolchain for cargo-outdated job6259d49
Temporarily disable miri on doctestsbdb4b59
Update ui test suite to nightly-2024-02-08c2aeca9
Update ui test suite to nightly-2024-01-31376a061
Merge pull request #270 from dtolnay/benchUpdates
syn
from 2.0.48 to 2.0.69Release notes
Sourced from syn's releases.
... (truncated)
Commits
d4a0ff5
Release 2.0.690f72134
Improve precedence variant name of sum and product operators06f34fc
Merge pull request #1693 from dtolnay/geta443857
Add Punctuated::get and get_mutf0dfdbd
Update test suite to nightly-2024-07-051560f9a
Merge pull request #1692 from dtolnay/break4e71c1c
Parenthesize labeled loops inside break value93931a4
Add fixup test for break with leading labelcc5e64e
Update test suite to nightly-2024-06-292bbf612
Merge pull request #1691 from dtolnay/postfixUpdates
trybuild
from 1.0.89 to 1.0.97Release notes
Sourced from trybuild's releases.
Commits
daeef9c
Release 1.0.97207b0a5
Merge pull request #278 from dtolnay/rustflags1b8d4bd
Combine all rustflags into cargo --config argef6893b
Merge pull request #277 from dtolnay/nothers883a38d
Ignore comparison_chain clippy lintf3b1dab
Normalize the effect of --verbose on '$N others' diagnostic6184f60
Add test of 'following other types' diagnosticb1b7064
Release 1.0.96742c6b3
Merge pull request #271 from dtolnay/windows7c8c364
Support OUT_DIR located in \?\ path on WindowsUpdates
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
serde
from 1.0.196 to 1.0.204Release notes
Sourced from serde's releases.
Commits
18dcae0
Release 1.0.20458c307f
Alphabetize list of rustc-check-cfg8cc4809
Merge pull request #2769 from dtolnay/onunimpl1179158
Update ui test with diagnostic::on_unimplemented from PR 276791aa40e
Add ui test of unsatisfied serde trait bound595019e
Cut test_suite from workspace members in old toolchain CI jobsb0d7917
Pull in trybuild 'following types implement trait' fix8e6637a
Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplemented694fe05
Use the#[diagnostic::on_unimplemented]
attribute when possiblef3dfd2a
Suppress dead code warning in test of unit struct remote deriveUpdates
criterion
from 0.4.0 to 0.5.1Changelog
Sourced from criterion's changelog.
Commits
dc2b06c
Release version 0.5.1 (#687)bfc84ad
fix >5s quick mode crash, resolve #658 (#685)4a560cb
release version 0.5 (#683)3e2849e
Post v0.4 CHANGELOG updates (#680)637010e
Bump clap to version 4 (#679)39d7e2f
Update to tempfile 3.5 (#675)8ab2752
Fix typo in known_limitations.md (#674)