Closed dependabot[bot] closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
09577ae
) 76.29% compared to head (686b029
) 76.37%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the production-dependencies group with 22 updates:
0.21.4
0.21.5
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.29
1.0.66
1.0.73
1.0.33
1.0.34
2.0.32
2.0.44
1.0.84
1.0.86
1.0.190
1.0.193
0.4.0
0.5.1
1.7.0
1.8.0
0.10.0
0.10.1
1.0.27
1.0.28
2.7.1
2.9.1
1.0.75
1.0.78
3.8.0
3.9.0
Updates
base64
from 0.21.4 to 0.21.5Changelog
Sourced from base64's changelog.
Commits
7f81baf
v0.21.595dda57
Merge pull request #255 from marshallpierce/mp/debugbda313a
Add Debug and Clone to general purpose Engine53a8737
Merge pull request #254 from marshallpierce/mp/ci-all-targetsc423b6e
CI for all targets w/o default features9eaf503
Merge pull request #253 from kpreid/features-and-build04451fb
Allowcargo test
to complete under any set of features.2ee1a00
no_std
import simplification.Updates
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 :shrug: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.29Release notes
Sourced from serde_yaml's releases.
Commits
b957d2b
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 fixa6b2dc0
Update name of blocks_in_if_conditions clippy lint66ec2cf
Release 0.9.2723069f2
Merge pull request #394 from dtolnay/numbernan1cda03f
Destroy NaN signaling and payload tooUpdates
proc-macro2
from 1.0.66 to 1.0.73Release notes
Sourced from proc-macro2's releases.
Commits
4dce5d7
Release 1.0.73708540b
Merge pull request #431 from dtolnay/doccfg014fa82
Restore documented cfg on LineColumndf4fa83
Merge pull request #430 from dtolnay/nightlyci75897cf
Make CI verify that proc_macro_span works in latest nightly643cb89
Release 1.0.723db1977
Merge pull request #429 from dtolnay/probea961bae
Test for the specific proc_macro_span API expected by proc-macro2784ae2e
Merge pull request #428 from dtolnay/cargoenvvar8ade7da
Require cargo promised environment variables to be presentUpdates
quote
from 1.0.33 to 1.0.34Release notes
Sourced from quote's releases.
Commits
c777ce6
Release 1.0.34e9cb3c2
Pull in proc-macro2 build script improvementf8fc16d
Test docs.rs documentation build in CI3a9d31f
Update actions/checkout@v3 -> v4fe2dec4
Merge pull request #262 from dtolnay/syn25d33628
Update syn 1.0 link to syn 2.0Updates
syn
from 2.0.32 to 2.0.44Release notes
Sourced from syn's releases.
Commits
58b42f5
Release 2.0.444523437
Merge pull request #1569 from dtolnay/cfgvisit694a1bb
Render doc cfg on Visit/VisitMut/Fold trait methods1728630
Add doc cfg on Error::new_spanned649e426
Mark exprs which are not parsed in "derive" mode as "full"-only6c4627f
Fill in missing doc cfg on Expr and Pat nodes1cea0be
Merge pull request #1568 from dtolnay/doccfgdc2153d
Restore doc cfg on re-exportse2b6ebc
Fix typo in ast_enum cfga193361
Fix unused_macros warning on ast_enum when features are disabledUpdates
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
serde
from 1.0.190 to 1.0.193Release notes
Sourced from serde's releases.
Commits
44613c7
Release 1.0.193c706281
Merge pull request #2655 from dtolnay/rangestartend65d75b8
Add RangeFrom and RangeTo tests332b0cb
Merge pull request #2654 from dtolnay/rangestartend8c4af41
Fix more RangeFrom / RangeEnd mixups24a78f0
Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixupc91c334
Fix Range{From,To} deserialize mixup2083f43
Update ui test suite to nightly-2023-11-194676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untaggedUpdates
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.0Changelog
Sourced from rayon's changelog.
Commits
21e1ae1
Release rayon 1.4.0 / rayon-core 1.8.0a0e5833
Merge #785 #790 #7919f7357b
Merge #792998f134
Removed outdated documentationc7d963a
Use crossbeam_deque::Injector instead of crossbeam_queue::SegQueue2e88929
Micro-optimize the WorkerThread::steal loop66559fe
Remove the lifetime constraint from the scope OP09428ec
Merge #746ed6a5f7
Update ci/compat-Cargo.lock96ba9ef
inline more Counter methodsUpdates
env_logger
from 0.10.0 to 0.10.1Changelog
Sourced from env_logger's changelog.
Commits
36623f5
chore: Release env_logger version 0.10.18a033d8
chore: Fix packaging9df7e6c
Merge pull request #241 from ChrisDenton/simple-insert46ccdd9
perf: ReplaceHashMap
with aVec
bdc96a4
Merge pull request #249 from atouchet/v10983837c
Update links and remove broken badgedcd220d
Update listed version number36b1508
Merge pull request #260 from y-yagi/2018-edition6f64347
Merge pull request #282 from epage/syntaxb297357
chore: Update docs and examples to 2018 editionUpdates
flate2
from 1.0.27 to 1.0.28Release notes
Sourced from flate2's releases.
Commits
a99b53e
Merge pull request #378 from Byron/prep-release223f829
Merge pull request #380 from Manishearth/reset-stream7a61ea5
Reset StreamWrapper after calling mz_inflate / mz_deflate1260d3e
prepare next patch-releasef62ff42
Merge pull request #375 from georeth/fix-read-doc5b23cc9
Fix and unify docs ofbufread
andread
types.f285e9a
Merge pull request #373 from anforowicz/fix-spare-capacity-handling69972b8
Fix soundness ofwrite_to_spare_capacity_of_vec
.82e45fa
Refactoring: Dedupe code intowrite_to_spare_capacity_of_vec
helper.20cdcbe
Merge pull request #371 from jongiddy/jgiddy/msrv-1.53Updates
ureq
from 2.7.1 to 2.9.1Changelog
Sourced from ureq's changelog.
Commits
9092222
2.9.17369043
Rename feature http -> http-crate87108e0
Support both http 0.2 and 1.089a69a5
docs: update doc comment ontry_proxy_from_env
method to reflect the `proxy...395218d
feat: add a feature flag "proxy-from-env" to control whether or not to detect...260213b
2.9.0c83ba95
Update changelog07b8925
Simpler version expression for rustls depc1bc86a
http 1.0916ffbf
Fix missing add_trust_anchors method due to lax rustls versioningUpdates
anyhow
from 1.0.75 to 1.0.78Release notes
Sourced from anyhow's releases.
Commits
38c79ef
Release 1.0.78ded2295
Merge pull request #337 from dtolnay/bootstrapae45b67
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler2d32366
Update crate name used for build script probed10baed
Move ExitStatus::success check into compile_probe()290c450
Merge pull request #336 from dtolnay/optionifletelse6b231dd
Remove option_if_let_else clippy suppression from build scripteb66ff5
Merge pull request #335 from dtolnay/cargoenvvarb1590b1
Require cargo promised environment variables to be present15646f4
Merge pull request #334 from dtolnay/probeUpdates
tempfile
from 3.8.0 to 3.9.0Changelog
Sourced from tempfile's changelog.
Commits
fb313e0
chore: release 3.9.0709a62a
Updatewindows-sys
0.52 (#265)21c639e
chore: release 3.8.1f3854da
chore: update rustix to 0.38.21 (#261)723eb5e
Fix some typos in docs (#260)b8e0411
Correct docs about what this is equivalent to (#257)080fd58
build(deps): update redox_syscall requirement from 0.3 to 0.4 (#256)d46f046
build(deps): bump actions/checkout from 3 to 4 (#255)8ae928c
Add cargo deny config and add cargo deny job to ci (#254)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebas...
Description has been truncated