feroxbuster
feroxbuster copied to clipboard
Bump serde from 1.0.138 to 1.0.142
Bumps serde from 1.0.138 to 1.0.142.
Release notes
Sourced from serde's releases.
v1.0.142
- Add keywords to crates.io metadata
v1.0.141
- Add
no-std
category to crates.io metadatav1.0.140
- Invert serde_derive cfgs to convenience non-Cargo builds on a modern toolchain (#2251, thanks
@taiki-e
)v1.0.139
- Add
new
constructor function for allIntoDeserializer
impls (#2246)
Commits
abb2a84
Release 1.0.142a31d0be
Update keywords in crates.io metadatad786e75
Release 1.0.14110e4839
Move Postcard link up to Bincode spot85e7265
Add categories to crates.io metadatac9cc8a8
Add authors to Cargo.tomla925ce4
Sort package entries in Cargo.tomlc5f6338
Release 1.0.1405185487
Merge pull request #2251 from taiki-e/derive-cfgefaafd4
Invert build.rs cfgs in serde_derive- Additional commits viewable in compare view
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 ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #625 (28bb643) into main (53e3420) will increase coverage by
0.01%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #625 +/- ##
==========================================
+ Coverage 93.69% 93.71% +0.01%
==========================================
Files 63 63
Lines 11058 11058
==========================================
+ Hits 10361 10363 +2
+ Misses 697 695 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/response.rs | 96.47% <0.00%> (+0.19%) |
:arrow_up: |
src/filters/utils.rs | 96.35% <0.00%> (+0.72%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #628.