bottlerocket-update-operator icon indicating copy to clipboard operation
bottlerocket-update-operator copied to clipboard

Bump tracing-actix-web from 0.4.0-beta.16 to 0.6.1

Open dependabot[bot] opened this issue 3 years ago • 3 comments

Bumps tracing-actix-web from 0.4.0-beta.16 to 0.6.1.

Commits
  • 6012106 (cargo-release) version 0.6.1
  • 01c0541 Update lib.rs
  • 598a4a7 Update README.md
  • 2ffc110 Support opentelemetry 0.18 (#89)
  • 973d9b0 (cargo-release) version 0.6.0
  • 0726f5b Update version in READMEs
  • 3031e03 Update uuid to v1 (#82)
  • 12321ed (cargo-release) version 0.5.1
  • 8762fea Add the otel.name field to the root span with the HTTP {method} {path} format...
  • d2e50af Fix actix-web dev dependency'
  • Additional commits viewable in compare view

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)

dependabot[bot] avatar Oct 10 '22 21:10 dependabot[bot]

error[B004]: found 2 duplicate entries for crate 'uuid'
    ┌─ /src/Cargo.lock:299:1
    │  
299 │ ╭ uuid 0.8.2 registry+https://github.com/rust-lang/crates.io-index
300 │ │ uuid 1.2.1 registry+https://github.com/rust-lang/crates.io-index
    │ ╰────────────────────────────────────────────────────────────────^ lock entries
    │  
    = uuid v0.8.2
      └── integ v0.1.0
    = uuid v1.2.1
      └── tracing-actix-web v0.6.1
          └── apiserver v0.1.0
              └── agent v0.1.0

We'll need to manually reconcile these two differing dependencies

jpmcb avatar Oct 10 '22 22:10 jpmcb

I was trying to update this manually, and it triggered hug conflicts with other dependencies. I wonder if we should just keep this version now?

gthao313 avatar Oct 11 '22 00:10 gthao313

actix major version updates have been difficult almost every time.

webern avatar Oct 11 '22 17:10 webern

I've investigated this a bit: We're blocked on some breaking changes that seem to have been dropped in opentelemetry which are interlinked in our actix dependencies. I'll keep an eye on: https://github.com/open-telemetry/opentelemetry-rust/issues/900

jpmcb avatar Oct 24 '22 19:10 jpmcb

Superseded by #329.

dependabot[bot] avatar Oct 31 '22 04:10 dependabot[bot]