Closed dependabot[bot] closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
851ab4f
) 76.32% compared to head (9fd3629
) 76.45%.
: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 18 updates:
0.21.4
0.21.5
0.12.0
0.12.2
0.12.0
0.12.2
1.31.0
1.34.0
1.2.0
1.4.0
0.12.0
0.12.2
0.5.0
0.5.1
1.0.106
1.0.108
0.9.25
0.9.27
1.0.66
1.0.69
1.0.84
1.0.85
1.0.190
1.0.192
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.0
3.8.0
3.8.1
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
prost
from 0.12.0 to 0.12.2Commits
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.2Commits
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.2Commits
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.108Release notes
Sourced from serde_json's releases.
Commits
4bc1eaa
Release 1.0.1081454eac
Merge pull request #1082 from dtolnay/fromdoc0f072fa
Improve Value From and FromIterator docsa8e6f75
Merge pull request #1081 from fritzrehde/masterebaf617
fixed typosf56053d
Merge pull request #1080 from serde-rs/negativenan4e091d5
Add test of negative NaN and negative infinity421a70d
Fix unused imports39f5ad1
Remove 'remember to update' reminder from Cargo.toml5bb6960
Merge pull request #1075 from dimo414/masterUpdates
serde_yaml
from 0.9.25 to 0.9.27Release notes
Sourced from serde_yaml's releases.
Commits
66ec2cf
Release 0.9.2723069f2
Merge pull request #394 from dtolnay/numbernan1cda03f
Destroy NaN signaling and payload too88c032f
Deterministically destroy sign of NaN when converted to Number22116b6
Expand from_float macro1e2a89c
Format PR 393 with rustfmt8032b5c
Release 0.9.26d07a63c
Merge pull request #393 from dtolnay/nansign13e2610
Pull in serde NaN fix8fa21e5
Add test of NaN sign when deserializing to primitiveUpdates
proc-macro2
from 1.0.66 to 1.0.69Release notes
Sourced from proc-macro2's releases.
Commits
937bbcd
Release 1.0.6942dc36e
Merge pull request #412 from dtolnay/sourcetext6461c2d
Add out-of-order call to source_text testc4c3251
Explain source_text implementation approach31b14c3
Cache byte offsets computed from a char index0e15461
Make FileInfo mut in source_text to allow amortization of char indices90b8e1e
Merge pull request #411 from dtolnay/sourcetext137ae0a
Fix source_text treating span.lo as byte offset not char index4c0bd28
Add regression test for issue 41012eddc0
Reword explanation of SourceMap initial valueUpdates
trybuild
from 1.0.84 to 1.0.85Release notes
Sourced from trybuild's releases.
Commits
9692965
Release 1.0.85a1d8b13
Merge pull request #244 from dtolnay/threadname32863fa
Add thread name for flock thread3d6e7ba
Merge pull request #243 from dtolnay/threadspawn34c44ff
Propagate thread creation error in flockUpdates
serde
from 1.0.190 to 1.0.192Release notes
Sourced from serde's releases.
Commits
4676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged59892e7
Release 1.0.19197dd07a
Merge pull request #2647 from dtolnay/doccfgc8bc97c
Document "rc" and "unstable" features on docs.rs9dacfbb
Fill in more doc(cfg) attributes05c2509
Relocate cfg attrs into deref_impl64f949b
Relocate cfg attrs into parse_ip_impl and parse_socket_impl3f339de
Relocate cfg attrs into seq_impl and map_impl215c2b7
Relocate cfg attrs into forwarded_impl macroUpdates
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.0Changelog
Sourced from ureq's changelog.
Commits
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 versioning776e887
http_interop: Remove requirement for header values to be UTF-86eeb933
http_interop: Test that non-UTF-8 sequences in header values are (wrongly) sk...3343981
http_interop: ImplementRequest
conversion forhttp::request::Parts
5082bcc
Drop redundant or wrongRequires feature
documentationd4abcfc
CI: Drop redundantno-default-features
from docs and test private itemsUpdates
tempfile
from 3.8.0 to 3.8.1Changelog
Sourced from tempfile's changelog.
Commits
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