bottlerocket-update-operator
bottlerocket-update-operator copied to clipboard
Bump tracing-actix-web from 0.4.0-beta.16 to 0.6.1
Bumps tracing-actix-web from 0.4.0-beta.16 to 0.6.1.
Commits
6012106(cargo-release) version 0.6.101c0541Update lib.rs598a4a7Update README.md2ffc110Support opentelemetry 0.18 (#89)973d9b0(cargo-release) version 0.6.00726f5bUpdate version in READMEs3031e03Update uuid to v1 (#82)12321ed(cargo-release) version 0.5.18762feaAdd the otel.name field to the root span with the HTTP {method} {path} format...d2e50afFix actix-web dev dependency'- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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
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?
actix major version updates have been difficult almost every time.
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
Superseded by #329.