forked from ZcashFoundation/zebra
-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): bump the prod group across 1 directory with 30 updates #497
Closed
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 prod group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.15` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.6` | `2.3.0` | | [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.206` | | [toml](https://github.com/toml-rs/toml) | `0.8.13` | `0.8.15` | | [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.39.2` | | [tinyvec](https://github.com/Lokathor/tinyvec) | `1.6.0` | `1.8.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` | | [metrics](https://github.com/metrics-rs/metrics) | `0.22.3` | `0.23.0` | | [inferno](https://github.com/jonhoo/inferno) | `0.11.19` | `0.11.21` | | [hyper](https://github.com/hyperium/hyper) | `0.14.28` | `1.3.1` | | [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) | `0.14.0` | `0.15.3` | | [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` | | [proptest](https://github.com/proptest-rs/proptest) | `1.4.0` | `1.5.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.4.0` | `0.5.0` | | [console-subscriber](https://github.com/tokio-rs/console) | `0.2.0` | `0.3.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.6` | | [serde_json](https://github.com/serde-rs/json) | `1.0.117` | `1.0.124` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.0` | | [tracing-test](https://github.com/dbrgn/tracing-test) | `0.2.4` | `0.2.5` | | [prost](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.1` | | [vergen](https://github.com/rustyhorde/vergen) | `8.3.1` | `8.3.2` | | [tonic-build](https://github.com/hyperium/tonic) | `0.11.0` | `0.12.1` | | [bitflags](https://github.com/bitflags/bitflags) | `2.5.0` | `2.6.0` | | [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) | `0.26.0` | `0.29.0` | | [displaydoc](https://github.com/yaahc/displaydoc) | `0.2.4` | `0.2.5` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.8.1` | `3.9.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.6.0` | `1.7.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.66` | `2.0.74` | | [tonic-reflection](https://github.com/hyperium/tonic) | `0.11.0` | `0.12.1` | Updates `clap` from 4.5.4 to 4.5.15 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.4...v4.5.15) Updates `indexmap` from 2.2.6 to 2.3.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.2.6...2.3.0) Updates `lazy_static` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0) Updates `serde` from 1.0.203 to 1.0.206 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.203...v1.0.206) Updates `toml` from 0.8.13 to 0.8.15 - [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.15) Updates `tokio` from 1.37.0 to 1.39.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.39.2) Updates `tinyvec` from 1.6.0 to 1.8.0 - [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md) - [Commits](Lokathor/tinyvec@v1.6.0...v1.8.0) Updates `thiserror` from 1.0.61 to 1.0.63 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.63) Updates `metrics` from 0.22.3 to 0.23.0 - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-v0.22.3...metrics-v0.23.0) Updates `inferno` from 0.11.19 to 0.11.21 - [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md) - [Commits](jonhoo/inferno@v0.11.19...v0.11.21) Updates `hyper` from 0.14.28 to 1.3.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.28...v1.3.1) Updates `metrics-exporter-prometheus` from 0.14.0 to 0.15.3 - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-exporter-prometheus-v0.14.0...metrics-exporter-prometheus-v0.15.3) Updates `log` from 0.4.21 to 0.4.22 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.21...0.4.22) 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 `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 `console-subscriber` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/tokio-rs/console/releases) - [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml) - [Commits](tokio-rs/console@console-subscriber-v0.2.0...console-subscriber-v0.3.0) Updates `regex` from 1.10.4 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.4...1.10.6) Updates `serde_json` from 1.0.117 to 1.0.124 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.117...v1.0.124) Updates `tempfile` from 3.10.1 to 3.12.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `tracing-test` from 0.2.4 to 0.2.5 - [Changelog](https://github.com/dbrgn/tracing-test/blob/main/CHANGELOG.md) - [Commits](dbrgn/tracing-test@v0.2.4...v0.2.5) Updates `prost` from 0.12.6 to 0.13.1 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.12.6...v0.13.1) Updates `vergen` from 8.3.1 to 8.3.2 - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/commits) Updates `tonic-build` from 0.11.0 to 0.12.1 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.11.0...v0.12.1) Updates `bitflags` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.5.0...2.6.0) Updates `secp256k1` from 0.26.0 to 0.29.0 - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.26.0...secp256k1-0.29.0) Updates `displaydoc` from 0.2.4 to 0.2.5 - [Changelog](https://github.com/yaahc/displaydoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/displaydoc/commits/v0.2.5) Updates `serde_with` from 3.8.1 to 3.9.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.8.1...v3.9.0) Updates `bytes` from 1.6.0 to 1.7.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.6.0...v1.7.1) Updates `syn` from 2.0.66 to 2.0.74 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.66...2.0.74) Updates `tonic-reflection` from 0.11.0 to 0.12.1 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.11.0...v0.12.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: tinyvec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: metrics dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod - dependency-name: metrics-exporter-prometheus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: console-subscriber dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: tracing-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: secp256k1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: displaydoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tonic-reflection dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod ... Signed-off-by: dependabot[bot] <support@github.com>
The following labels could not be found: |
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 prod group with 30 updates in the / directory:
4.5.4
4.5.15
2.2.6
2.3.0
1.4.0
1.5.0
1.0.203
1.0.206
0.8.13
0.8.15
1.37.0
1.39.2
1.6.0
1.8.0
1.0.61
1.0.63
0.22.3
0.23.0
0.11.19
0.11.21
0.14.28
1.3.1
0.14.0
0.15.3
0.4.21
0.4.22
1.4.0
1.5.0
0.4.0
0.5.0
0.2.0
0.3.0
1.10.4
1.10.6
1.0.117
1.0.124
3.10.1
3.12.0
0.2.4
0.2.5
0.12.6
0.13.1
8.3.1
8.3.2
0.11.0
0.12.1
2.5.0
2.6.0
0.26.0
0.29.0
0.2.4
0.2.5
3.8.1
3.9.0
1.6.0
1.7.1
2.0.66
2.0.74
0.11.0
0.12.1
Updates
clap
from 4.5.4 to 4.5.15Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
4094435
chore: Release36114c3
docs: Update changelog918cfed
Merge pull request #5610 from Mixu78/powershell_hyphensc55f642
Merge pull request #5648 from epage/cli219a191
fix(complete): Improve help output734cac7
feat(complete): Make '--register' optionalfa4ccec
feat(complete): Make '--shell' optionalefdcad1
Merge pull request #5647 from epage/infere65e463
docs(complete): Have dynamic Shell match static Shell8a1f9b3
Merge pull request #5646 from epage/powershellUpdates
indexmap
from 2.2.6 to 2.3.0Changelog
Sourced from indexmap's changelog.
Commits
22c0b4e
Merge pull request #335 from epage/mut39f7cc0
Release 2.3.06049d51
feat(map): Add MutableKeys::iter_mut265c3c46
feat(map): Add MutableEntryKey7f7d39f
Merge pull request #332 from waywardmonkeys/missing-indentation-in-doc-comment8222a59
Fix missing indentation in doc comment.1a71dde
Merge pull request #327 from waywardmonkeys/dep-update-dev-dep-itertoolsac2a8a5
deps(dev): Updateitertools
Updates
lazy_static
from 1.4.0 to 1.5.0Commits
be7c1c4
point readme version to 1.5.08971a27
update readme build badge15691ec
Modernize lazy-static infra (#219)2660041
Merge pull request #206 from TheBotlyNoob/master6ace970
Merge pull request #216 from frewsxcv/patch-1a203105
Update README.mdcfd89ac
Update README.mdfc8e466
Update README.mda8afb21
Update README.md41fa234
Update README to indicate how to replace withstd::sync::OnceLock
Updates
serde
from 1.0.203 to 1.0.206Release notes
Sourced from serde's releases.
Commits
85c73ef
Release 1.0.2065ba1796
Resolve doc_markdown pedantic lint on regression test functione52b7b3
Touch up PR 256784c7419
Merge pull request #2794 from dtolnay/neverread536221b
Temporarily ignore collection_is_never_read on FlattenSkipDeserializingfc55ac7
Merge pull request #2567 from Mingun/fix-25652afe5b4
Add regression test for issue #2792b4ec259
Correctly process flatten fields in enum variantsc3ac7b6
Add regression test for issue #190424614e4
Add regression test for issue #2565Updates
toml
from 0.8.13 to 0.8.15Commits
9217e44
chore: Release003ce94
docs: Update changelogb463f3d
Merge pull request #757 from epage/key3d8852b
fix(encode): Be extra sure it can be a literale1bc1c3
refactor(encode): Pull out literal inferencefbb0ac2
test(encode): Add property-based tests for keys/strings0b268f2
fix(encode): Correct encoding for key with mixed quotes82c0195
refactor(encode): Make str repr inferring clearer330b590
refactor(encode): Extract all str repr inferring00fb5ee
test(edit): Add more roundtrip testingUpdates
tokio
from 1.37.0 to 1.39.2Release notes
Sourced from tokio's releases.
... (truncated)
Commits
f602eae
chore: prepare Tokio v1.39.2 (#6730)438def7
macros: allow temporary lifetime extension in select (#6722)ee8d4d1
chore: fix ci failures (#6725)3297052
ci: test Quinn in CI (#6719)f8fe0ff
chore: prepare Tokio v1.39.1 (#6716)47210a8
time: revert "avoid traversing entries in the time wheel twice" (#6715)29545d9
runtime: ignore many_oneshot_futures test for alt scheduler (#6712)48e35c1
chore: release Tokio v1.39.0 (#6711)dd1d371
macros: acceptIntoFuture
args for macros (#6710)6a1a7b1
chore: prepare tokio-macros v2.4.0 (#6707)Updates
tinyvec
from 1.6.0 to 1.8.0Changelog
Sourced from tinyvec's changelog.
Commits
4afac90
chore: Releasedabb712
changelog1838a18
Add ArrayVec::as_inner() (#197)ed22e15
chore: Releasef94410b
changelog5097217
Add retain_mut (#198)612c87d
chore: Release5f253f9
changelog1169b11
Resolves Lokathor/tinyvec#191a79d8e4
warnings cleanupUpdates
thiserror
from 1.0.61 to 1.0.63Release notes
Sourced from thiserror's releases.
Commits
915c75e
Release 1.0.633d5ec25
Merge pull request #312 from dtolnay/backtracedocde8a1e5
Update documentation of #[from] and #[backtrace] attributes0bf6e3d
Release 1.0.624977932
Merge pull request #310 from dtolnay/nestedtuple40a7779
Support .0.0 nested tuple indexf1ca210
Add regression test for issue 309479744e
No need for dead code if struct fields are public4db08b1
Ignore warning on unused struct in testf2824ae
Fill in ignore reasons in all #[ignore] attributesUpdates
metrics
from 0.22.3 to 0.23.0Commits
787b170
chore: Releaseb48ed78
update changelog82513b3
Relax bounds on somemetrics_util::registry::Registry
methods (#484)ce9084b
permit trailing commans in describe macros (#483)deba76a
Fix wording for histogram functionality in lib.rs (#477)06fa1be
Add community exporter for Sentry to readme (#480)3fc0b4f
Implement conversion from cow to std cow (#478)cd7de8c
Annotate metric types with must_use (#475)f322087
chore: bump MSRV to 1.70.0 (#476)65f6e65
metrics-util: derive Clone for Snapshotter (#472)Updates
inferno
from 0.11.19 to 0.11.21Changelog
Sourced from inferno's changelog.
Commits
a828b7e
Merge pull request #330 from jonhoo/0-11-2159c7138
Downgrade clap to maintain MSRV31e263b
cargo update49c83ee
Update changeloge286b8e
Bump version number0558e2a
Avoid unused feature warnings0c0213b
Add support for combined stack + ustack DTrace collapse (#328)1c60840
Trim executable name when getting function color (#329)6d74d70
Fix warnings (#326)3e78806
Release 0.11.20 (#324)Updates
hyper
from 0.14.28 to 1.3.1Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
... (truncated)
Commits
c78379e
v1.3.13705a7e
Revert "fix(client): send content-length even with no body"d53305a
v1.3.0dc27043
feat(ext): implement From ReasonPhrase for Bytes6aee2e6
feat(service): expose Service and HttpService trait unconditionally172fdfa
fix(client): send content-length even with no bodyb79be91
fix(server): avoid unwrapping for theFuture
impl of HTTP/1 `UpgradeableCon...203d1b0
fix(http2):max_header_list_size(num)
defaults to 16kb1c5b1b8
feat(client): addmax_header_list_size(num)
tohttp2::Builder
.df33d4d
refactor(h1): use UninitSlice::as_uninit_slice_mut() instead of cast (#3618)Updates
metrics-exporter-prometheus
from 0.14.0 to 0.15.3Commits
ca453d3
chore: Release860f632
update changelog628c87b
chore: Release5aea6b4
update changeloga65dde9
HTTP exporter can listen on unix domain socket (UDS) as well as TCP (#498)a699dd6
chore: fix some comments (#494)6b603f9
Set plain/text Content-Type (#496)f84efc4
chore: Release20b6ec5
metrics-exporter-promethus: update CHANGELOG9f86b53
Try fixing the Discord invite link... again.Updates
log
from 0.4.21 to 0.4.22Changelog
Sourced from log's changelog.
Commits
d5ba2cf
Merge pull request #634 from rust-lang/cargo/0.4.22d1a8306
prepare for 0.4.22 release46894ef
Merge pull request #633 from rust-lang/feat/panic-infoe0d389c
Merge pull request #632 from rust-lang/feat/loosen-atomicsc9e5e13
use Location::caller() for file and line info507b672
loosen orderings for logger initializationc879b01
Merge pull request #628 from Thomasdezeeuw/fix-warnings405fdb4
Merge pull request #627 from Thomasdezeeuw/check-features1307ade
Remove unneeded import710560e
Don't use --all-features in CIUpdates
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
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
console-subscriber
from 0.2.0 to 0.3.0Release notes
Sourced from console-subscriber's releases.
Commits
b802bf1
chore: release tokio-console-v0.1.11, console-api-v0.7.0, console-subscriber-...87ba91c
chore(console): update cargo dist (#556)dcf8c2c
chore: include tonic updates in release notes (#559)99437b0
chore: automate releases with Release-plz (#545)852a977
fix(subscriber): ignore metadata that is not a span or event (#554)a0d20fd
docs(console): add note about running on Windows (#510)60bcf87
chore: get rid of remove_dir_all (#542)1c1d599
chore: bump clap and clap_complete to the latest version (#552)ef6816c
chore: bump tonic to 0.11 (#547)Description has been truncated