-
Notifications
You must be signed in to change notification settings - Fork 23
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 with 19 updates #89
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/production-dependencies-e00e161a8d
Closed
Bump the production-dependencies group with 19 updates #89
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/production-dependencies-e00e161a8d
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 production-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.4` | `0.21.7` | | [miette](https://github.com/zkat/miette) | `5.10.0` | `6.0.1` | | [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` | | [prost](https://github.com/tokio-rs/prost) | `0.12.0` | `0.12.3` | | [prost-types](https://github.com/tokio-rs/prost) | `0.12.0` | `0.12.3` | | [insta](https://github.com/mitsuhiko/insta) | `1.31.0` | `1.34.0` | | [proptest](https://github.com/proptest-rs/proptest) | `1.2.0` | `1.4.0` | | [prost-build](https://github.com/tokio-rs/prost) | `0.12.0` | `0.12.3` | | [protox](https://github.com/andrewhickman/protox) | `0.5.0` | `0.5.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.106` | `1.0.109` | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.25` | `0.9.30` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.84` | `1.0.86` | | [criterion](https://github.com/bheisler/criterion.rs) | `0.4.0` | `0.5.1` | | [rayon](https://github.com/rayon-rs/rayon) | `1.7.0` | `1.8.1` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.0` | `0.11.1` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.27` | `1.0.28` | | [ureq](https://github.com/algesten/ureq) | `2.7.1` | `2.9.1` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.79` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.8.0` | `3.9.0` | Updates `base64` from 0.21.4 to 0.21.7 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.4...v0.21.7) Updates `miette` from 5.10.0 to 6.0.1 - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](zkat/miette@miette-derive-v5.10.0...miette-derive-v6.0.1) Updates `once_cell` from 1.18.0 to 1.19.0 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.18.0...v1.19.0) Updates `prost` from 0.12.0 to 0.12.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.0...v0.12.3) Updates `prost-types` from 0.12.0 to 0.12.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.0...v0.12.3) Updates `insta` from 1.31.0 to 1.34.0 - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.31.0...1.34.0) Updates `proptest` from 1.2.0 to 1.4.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.2.0...v1.4.0) Updates `prost-build` from 0.12.0 to 0.12.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.0...v0.12.3) Updates `protox` from 0.5.0 to 0.5.1 - [Changelog](https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/protox/commits) Updates `serde_json` from 1.0.106 to 1.0.109 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.106...v1.0.109) Updates `serde_yaml` from 0.9.25 to 0.9.30 - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.9.25...0.9.30) Updates `trybuild` from 1.0.84 to 1.0.86 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.84...1.0.86) 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.7.0 to 1.8.1 - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.7.0...rayon-core-v1.8.1) Updates `env_logger` from 0.10.0 to 0.11.1 - [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.0...v0.11.1) Updates `flate2` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.27...1.0.28) Updates `ureq` from 2.7.1 to 2.9.1 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.7.1...2.9.1) Updates `anyhow` from 1.0.75 to 1.0.79 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.79) Updates `tempfile` from 3.8.0 to 3.9.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.8.0...v3.9.0) --- 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-major dependency-group: production-dependencies - dependency-name: once_cell 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: trybuild 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: 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-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/production-dependencies-e00e161a8d
branch
February 7, 2024 19:18
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 19 updates:
0.21.4
0.21.7
5.10.0
6.0.1
1.18.0
1.19.0
0.12.0
0.12.3
0.12.0
0.12.3
1.31.0
1.34.0
1.2.0
1.4.0
0.12.0
0.12.3
0.5.0
0.5.1
1.0.106
1.0.109
0.9.25
0.9.30
1.0.84
1.0.86
0.4.0
0.5.1
1.7.0
1.8.1
0.10.0
0.11.1
1.0.27
1.0.28
2.7.1
2.9.1
1.0.75
1.0.79
3.8.0
3.9.0
Updates
base64
from 0.21.4 to 0.21.7Changelog
Sourced from base64's changelog.
Commits
9652c78
v0.21.708deccf
provide as_str() method to return the alphabet characters (#264)1cd75a1
v0.21.65820d9b
Merge pull request #263 from marshallpierce/silverlyra-usage97d9180
Merge branch 'usage' of github.com:silverlyra/rust-base64 into silverlyra-usageb64c624
Merge pull request #262 from tamird/clape32ca18
examples: replace structopt with clap72f25a8
Simplify the example program40e162c
Rewrite the crate docstringbfde751
Merge pull request #260 from marshallpierce/mp/doc-grammarUpdates
miette
from 5.10.0 to 6.0.1Release notes
Sourced from miette's releases.
... (truncated)
Changelog
Sourced from miette's changelog.
... (truncated)
Commits
cf2d8c0
chore: Releasee515a3c
docs: update changelogab7c066
fix(highlighter): ugh, missed another spot3747fcc
test: fix some fancy tests after NamedSource change1fa7f52
fix(fmt): remove nightly-only fmt flags8b46679
fix(graphical): oops. Fix theme issue9596405
ci: fix is-terminal nonsense5d4b262
chore: Release52b3240
docs: update changelogab59a7b
feat(MSRV): Actually bump the MSRV to 1.70.0Updates
once_cell
from 1.18.0 to 1.19.0Changelog
Sourced from once_cell's changelog.
Commits
c48d3c2
Merge pull request #251 from taks/portable-atomic8211d80
Fix CI2715aa9
v1.19.0dffcae4
Fix CIde4cd9d
Revert atomic-polyfill featuree26736f
Fix CI5f88676
Use portable_atomic instead of atomic-polyfill874f937
clarify that MSRV does bump the minor version3cd6549
Merge #245a2eabc9
Add--generate-link-to-definition
option when building on docs.rsUpdates
prost
from 0.12.0 to 0.12.3Commits
907e9f6
prost: prepare release0.12.3
(#947)acc1df8
Fix code generation for Name trait (#944)3cf34f0
prost: prepare release0.12.2
(#943)3ce212f
feat: Generate implementation forName
trait (#931)97cd4e2
fix: generateName::full_name
properly (#923)9dd6553
release 0.12.1 (#918)6079136
Fixes 905, fix: Use full path of Result type + unit test + Option unti test (...bf86646
prost-type: impl Hash for Duration (#912)b258dc8
release 0.12.0 (#904)Updates
prost-types
from 0.12.0 to 0.12.3Commits
907e9f6
prost: prepare release0.12.3
(#947)acc1df8
Fix code generation for Name trait (#944)3cf34f0
prost: prepare release0.12.2
(#943)3ce212f
feat: Generate implementation forName
trait (#931)97cd4e2
fix: generateName::full_name
properly (#923)9dd6553
release 0.12.1 (#918)6079136
Fixes 905, fix: Use full path of Result type + unit test + Option unti test (...bf86646
prost-type: impl Hash for Duration (#912)b258dc8
release 0.12.0 (#904)Updates
insta
from 1.31.0 to 1.34.0Changelog
Sourced from insta's changelog.
Commits
324cd71
1.34.0c0dc693
Sort snapshot containers (#413)57252ed
Added changelog entry452fdc4
Improve development experience by moving to a workspace (#410)ef00fb6
Added changlog entry2e8ceba
cargo-insta: fix --manifest-path <virtual-workspace> (#409)9623b3a
1.33.0c09cd86
Added changelog58a225f
cargo-insta: support --all-targets (#408)845ee36
1.32.0Updates
proptest
from 1.2.0 to 1.4.0Commits
63ef67c
[Release] 1.4.0 : adds missing changelog entries (#397)3d40220
Merge pull request #393 from tzemanovic/tomas/compile-fail-must-be-debuga9123f3
Merge pull request #389 from proptest-rs/tomas/nightly-coroutine-trait0a1ba01
fix 🤷5e17be7
fix nightly build (re: rust-lang/rust#116958)6f534cb
Merge pull request #377 from sameer/masterd6f95d4
Update compiletest_rs requirement from 0.9 to 0.10 (#383)8b06703
Update regex-syntax requirement from 0.7 to 0.8 (#386)f8c489d
Update message-io requirement from 0.17.0 to 0.18.0 (#384)539bd55
Enable Dependabot (#380)Updates
prost-build
from 0.12.0 to 0.12.3Commits
907e9f6
prost: prepare release0.12.3
(#947)acc1df8
Fix code generation for Name trait (#944)3cf34f0
prost: prepare release0.12.2
(#943)3ce212f
feat: Generate implementation forName
trait (#931)97cd4e2
fix: generateName::full_name
properly (#923)9dd6553
release 0.12.1 (#918)6079136
Fixes 905, fix: Use full path of Result type + unit test + Option unti test (...bf86646
prost-type: impl Hash for Duration (#912)b258dc8
release 0.12.0 (#904)Updates
protox
from 0.5.0 to 0.5.1Changelog
Sourced from protox's changelog.
Commits
Updates
serde_json
from 1.0.106 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-194bc1eaa
Release 1.0.108Updates
serde_yaml
from 0.9.25 to 0.9.30Release notes
Sourced from serde_yaml's releases.
Commits
09ee251
Release 0.9.30caea939
Pull in proc-macro2 sccache fixd255918
Merge pull request #403 from dtolnay/optionifletelse8cfeedd
Remove option_if_let_else clippy suppressionb957d2b
Release 0.9.29007fc2d
Merge pull request #401 from dtolnay/unsafeop5bac247
Fill in unsafe blocks inside unsafe functions0f6dba1
Turn on deny(unsafe_op_in_unsafe_fn)1b6e448
Release 0.9.28ec1a314
Force unsafe-libyaml version that contains unaligned write fixUpdates
trybuild
from 1.0.84 to 1.0.86Release notes
Sourced from trybuild's releases.
Commits
a6cbfe8
Release 1.0.867c5a8fe
Merge pull request #252 from dtolnay/cargofeaturesd3cd15b
Propagate cargo features from source manifestc28428d
Merge pull request #251 from dtolnay/skipcargofeatures3e4029e
Omit cargo-features from generated Cargo.toml if empty6653404
Merge pull request #250 from mohe2015/edition-2024ee0a562
Support edition 20248f62662
Ignore uninhabited_references clippy lintc1f2d24
Ignore test_attr_in_doctest clippy lintaa98d35
Test docs.rs documentation build in CIUpdates
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)a211230
chore: replace atty with is-terminal (#628)a844eb2
Bump MSRV to 1.60 for csv dependency (#665)2f53607
Use OR operator to specify multiple licenses (#643)Updates
rayon
from 1.7.0 to 1.8.1Changelog
Sourced from rayon's changelog.
Commits
8c9ada2
Merge #800596ac46
Release rayon-core 1.8.15af9d7e
Only run find_first/last octillion on 64-bit targets8a53a49
Use actions/checkout@v2 consistently141dbc9
Add stable-i686 to CI for 32-bit testinge768237
Use wrapping addition for JEC4a26ac4
Merge #7876ec0754
Merge #79321e1ae1
Release rayon 1.4.0 / rayon-core 1.8.0a0e5833
Merge #785 #790 #791Updates
env_logger
from 0.10.0 to 0.11.1Release notes
Sourced from env_logger's releases.
... (truncated)
Changelog
Sourced from env_logger's changelog.
... (truncated)
Commits
7113ad4
chore: Release9f73bde
docs: Update changelog489ba18
Merge pull request #302 from Bobo1239/main6f31706
fix(fmt): Fix passing of WriteStyle when using Target::Pipe8f4361b
chore: Releaseba41ebb
docs: Update changelog5e226cb
chore: Release23441be
Merge pull request #300 from epage/other6c2ea80
style(filter): Clean up2d35260
feat(filter): Add a Logger decoratorUpdates
flate2
from 1.0.27 to 1.0.28Release notes
Sourced from flate2's releases.