Skip to content

build(deps): bump tracing-log from 0.1.2 to 0.1.3#1622

Merged
olix0r merged 1 commit intomainfrom
dependabot/cargo/tracing-log-0.1.3
Apr 30, 2022
Merged

build(deps): bump tracing-log from 0.1.2 to 0.1.3#1622
olix0r merged 1 commit intomainfrom
dependabot/cargo/tracing-log-0.1.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps tracing-log from 0.1.2 to 0.1.3.

Release notes

Sourced from tracing-log's releases.

tracing-log 0.1.3

Added

  • log-tracer: Added LogTracer::with_interest_cache to enable a limited form of per-record Interest caching for log records (#1636)

Changed

  • Updated minimum supported Rust version (MSRV) to Rust 1.49.0 (#1913)

Fixed

  • log-tracer: Fixed LogTracer not honoring tracing max level filters (#1543)
  • Broken links in documentation (#2068, #2077)

Thanks to @​Millione, @​teozkr, @​koute, @​Folyd, and @​ben0x539 for contributing to this release!

#1636: tokio-rs/tracing#1636 #1913: tokio-rs/tracing#1913 #1543: tokio-rs/tracing#1543 #2068: tokio-rs/tracing#2068 #2077: tokio-rs/tracing#2077

Commits

Dependabot compatibility score

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)

Bumps [tracing-log](https://github.com/tokio-rs/tracing) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-log-0.1.2...tracing-log-0.1.3)

---
updated-dependencies:
- dependency-name: tracing-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 22, 2022 10:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 22, 2022
@olix0r olix0r merged commit ddc677c into main Apr 30, 2022
@olix0r olix0r deleted the dependabot/cargo/tracing-log-0.1.3 branch April 30, 2022 04:01
olix0r added a commit to linkerd/linkerd2 that referenced this pull request May 12, 2022
This release updates "ingress-mode" proxies to be able to forward
non-HTTP traffic within the cluster. Protocol detection is always
attempted for outbound connections, however, when in ingress mode.

This release also adds a new `process_uptime_seconds_total` metric.

---

* Replace std::<num>::MAX with <num>::MAX  (linkerd/linkerd2-proxy#1619)
* build(deps): bump prettyplease from 0.1.9 to 0.1.10 (linkerd/linkerd2-proxy#1624)
* build(deps): bump tj-actions/changed-files from 18.7 to 19 (linkerd/linkerd2-proxy#1628)
* build(deps): bump httparse from 1.7.0 to 1.7.1 (linkerd/linkerd2-proxy#1627)
* build(deps): bump tonic-build from 0.7.0 to 0.7.1 (linkerd/linkerd2-proxy#1629)
* build(deps): bump pin-project-lite from 0.2.8 to 0.2.9 (linkerd/linkerd2-proxy#1630)
* build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (linkerd/linkerd2-proxy#1620)
* build(deps): bump actions/checkout from 3.0.1 to 3.0.2 (linkerd/linkerd2-proxy#1621)
* build(deps): bump anyhow from 1.0.56 to 1.0.57 (linkerd/linkerd2-proxy#1623)
* build(deps): bump tracing-log from 0.1.2 to 0.1.3 (linkerd/linkerd2-proxy#1622)
* build(deps): bump tinyvec from 1.5.1 to 1.6.0 (linkerd/linkerd2-proxy#1625)
* build(deps): bump unicode-bidi from 0.3.7 to 0.3.8 (linkerd/linkerd2-proxy#1626)
* build(deps): bump libc from 0.2.124 to 0.2.125 (linkerd/linkerd2-proxy#1632)
* build(deps): bump tokio from 1.17.0 to 1.18.0 (linkerd/linkerd2-proxy#1633)
* build(deps): bump syn from 1.0.91 to 1.0.92 (linkerd/linkerd2-proxy#1634)
* build(deps): bump http from 0.2.6 to 0.2.7 (linkerd/linkerd2-proxy#1631)
* build(deps): bump serde from 1.0.136 to 1.0.137 (linkerd/linkerd2-proxy#1639)
* build(deps): bump serde_json from 1.0.79 to 1.0.80 (linkerd/linkerd2-proxy#1635)
* build(deps): bump thiserror from 1.0.30 to 1.0.31 (linkerd/linkerd2-proxy#1636)
* build(deps): bump parking_lot_core from 0.9.2 to 0.9.3 (linkerd/linkerd2-proxy#1637)
* build(deps): bump memchr from 2.4.1 to 2.5.0 (linkerd/linkerd2-proxy#1638)
* build(deps): bump tokio from 1.18.0 to 1.18.1 (linkerd/linkerd2-proxy#1643)
* build(deps): bump unicode-xid from 0.2.2 to 0.2.3 (linkerd/linkerd2-proxy#1646)
* build(deps): bump log from 0.4.16 to 0.4.17 (linkerd/linkerd2-proxy#1645)
* build(deps): bump num-traits from 0.2.14 to 0.2.15 (linkerd/linkerd2-proxy#1644)
* ingress: Fall back to normal TCP forwarding (linkerd/linkerd2-proxy#1649)
* build(deps): bump serde_json from 1.0.80 to 1.0.81 (linkerd/linkerd2-proxy#1647)
* build(deps): bump tokio-rustls from 0.23.3 to 0.23.4 (linkerd/linkerd2-proxy#1648)
* build(deps): bump tonic-build from 0.7.1 to 0.7.2 (linkerd/linkerd2-proxy#1650)
* build(deps): bump prost-build from 0.10.0 to 0.10.3 (linkerd/linkerd2-proxy#1651)
* build(deps): bump socket2 from 0.4.4 to 0.4.5 (linkerd/linkerd2-proxy#1654)
* build(deps): bump EmbarkStudios/cargo-deny-action from 1.2.15 to 1.2.16 (linkerd/linkerd2-proxy#1653)
* build(deps): bump prost from 0.10.0 to 0.10.3 (linkerd/linkerd2-proxy#1655)
* build(deps): bump tokio from 1.18.1 to 1.18.2 (linkerd/linkerd2-proxy#1657)
* build(deps): bump mio from 0.8.2 to 0.8.3 (linkerd/linkerd2-proxy#1656)
* build(deps): bump proc-macro2 from 1.0.37 to 1.0.38 (linkerd/linkerd2-proxy#1658)
* build(deps): bump EmbarkStudios/cargo-deny-action from 1.2.16 to 1.2.17 (linkerd/linkerd2-proxy#1660)
* build(deps): bump syn from 1.0.92 to 1.0.93 (linkerd/linkerd2-proxy#1661)
* metrics: add `process_uptime_seconds_total` metric (linkerd/linkerd2-proxy#1659)

Signed-off-by: Oliver Gould <[email protected]>
mateiidavid pushed a commit to linkerd/linkerd2 that referenced this pull request May 13, 2022
This release updates "ingress-mode" proxies to be able to forward
non-HTTP traffic within the cluster. Protocol detection is always
attempted for outbound connections, however, when in ingress mode.

This release also adds a new `process_uptime_seconds_total` metric.

---

* Replace std::<num>::MAX with <num>::MAX  (linkerd/linkerd2-proxy#1619)
* build(deps): bump prettyplease from 0.1.9 to 0.1.10 (linkerd/linkerd2-proxy#1624)
* build(deps): bump tj-actions/changed-files from 18.7 to 19 (linkerd/linkerd2-proxy#1628)
* build(deps): bump httparse from 1.7.0 to 1.7.1 (linkerd/linkerd2-proxy#1627)
* build(deps): bump tonic-build from 0.7.0 to 0.7.1 (linkerd/linkerd2-proxy#1629)
* build(deps): bump pin-project-lite from 0.2.8 to 0.2.9 (linkerd/linkerd2-proxy#1630)
* build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (linkerd/linkerd2-proxy#1620)
* build(deps): bump actions/checkout from 3.0.1 to 3.0.2 (linkerd/linkerd2-proxy#1621)
* build(deps): bump anyhow from 1.0.56 to 1.0.57 (linkerd/linkerd2-proxy#1623)
* build(deps): bump tracing-log from 0.1.2 to 0.1.3 (linkerd/linkerd2-proxy#1622)
* build(deps): bump tinyvec from 1.5.1 to 1.6.0 (linkerd/linkerd2-proxy#1625)
* build(deps): bump unicode-bidi from 0.3.7 to 0.3.8 (linkerd/linkerd2-proxy#1626)
* build(deps): bump libc from 0.2.124 to 0.2.125 (linkerd/linkerd2-proxy#1632)
* build(deps): bump tokio from 1.17.0 to 1.18.0 (linkerd/linkerd2-proxy#1633)
* build(deps): bump syn from 1.0.91 to 1.0.92 (linkerd/linkerd2-proxy#1634)
* build(deps): bump http from 0.2.6 to 0.2.7 (linkerd/linkerd2-proxy#1631)
* build(deps): bump serde from 1.0.136 to 1.0.137 (linkerd/linkerd2-proxy#1639)
* build(deps): bump serde_json from 1.0.79 to 1.0.80 (linkerd/linkerd2-proxy#1635)
* build(deps): bump thiserror from 1.0.30 to 1.0.31 (linkerd/linkerd2-proxy#1636)
* build(deps): bump parking_lot_core from 0.9.2 to 0.9.3 (linkerd/linkerd2-proxy#1637)
* build(deps): bump memchr from 2.4.1 to 2.5.0 (linkerd/linkerd2-proxy#1638)
* build(deps): bump tokio from 1.18.0 to 1.18.1 (linkerd/linkerd2-proxy#1643)
* build(deps): bump unicode-xid from 0.2.2 to 0.2.3 (linkerd/linkerd2-proxy#1646)
* build(deps): bump log from 0.4.16 to 0.4.17 (linkerd/linkerd2-proxy#1645)
* build(deps): bump num-traits from 0.2.14 to 0.2.15 (linkerd/linkerd2-proxy#1644)
* ingress: Fall back to normal TCP forwarding (linkerd/linkerd2-proxy#1649)
* build(deps): bump serde_json from 1.0.80 to 1.0.81 (linkerd/linkerd2-proxy#1647)
* build(deps): bump tokio-rustls from 0.23.3 to 0.23.4 (linkerd/linkerd2-proxy#1648)
* build(deps): bump tonic-build from 0.7.1 to 0.7.2 (linkerd/linkerd2-proxy#1650)
* build(deps): bump prost-build from 0.10.0 to 0.10.3 (linkerd/linkerd2-proxy#1651)
* build(deps): bump socket2 from 0.4.4 to 0.4.5 (linkerd/linkerd2-proxy#1654)
* build(deps): bump EmbarkStudios/cargo-deny-action from 1.2.15 to 1.2.16 (linkerd/linkerd2-proxy#1653)
* build(deps): bump prost from 0.10.0 to 0.10.3 (linkerd/linkerd2-proxy#1655)
* build(deps): bump tokio from 1.18.1 to 1.18.2 (linkerd/linkerd2-proxy#1657)
* build(deps): bump mio from 0.8.2 to 0.8.3 (linkerd/linkerd2-proxy#1656)
* build(deps): bump proc-macro2 from 1.0.37 to 1.0.38 (linkerd/linkerd2-proxy#1658)
* build(deps): bump EmbarkStudios/cargo-deny-action from 1.2.16 to 1.2.17 (linkerd/linkerd2-proxy#1660)
* build(deps): bump syn from 1.0.92 to 1.0.93 (linkerd/linkerd2-proxy#1661)
* metrics: add `process_uptime_seconds_total` metric (linkerd/linkerd2-proxy#1659)

Signed-off-by: Oliver Gould <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants