Merge pull request #513 from vbrandl/dependabot/cargo/tracing-actix-web-0.6.2
chore(deps): Bump tracing-actix-web from 0.6.1 to 0.6.2
This commit is contained in:
commit
502dda0b6e
@ -8,10 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
* Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25 ([#511])
|
* Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25 ([#511])
|
||||||
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87 ([#510])
|
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87 ([#510])
|
||||||
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147 ([#512])
|
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147 ([#512])
|
||||||
|
* Updated [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.1 to 0.6.2 ([#513])
|
||||||
|
|
||||||
[#511]: https://github.com/vbrandl/hoc/pull/511
|
[#511]: https://github.com/vbrandl/hoc/pull/511
|
||||||
[#510]: https://github.com/vbrandl/hoc/pull/510
|
[#510]: https://github.com/vbrandl/hoc/pull/510
|
||||||
[#512]: https://github.com/vbrandl/hoc/pull/512
|
[#512]: https://github.com/vbrandl/hoc/pull/512
|
||||||
|
[#513]: https://github.com/vbrandl/hoc/pull/513
|
||||||
|
|
||||||
|
|
||||||
## [0.26.0] 2022-10-03
|
## [0.26.0] 2022-10-03
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2005,9 +2005,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-actix-web"
|
name = "tracing-actix-web"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ee7247a77b494ee07bda43bce40a33e76f885662f11b3dda9894ecfdbe31fa06"
|
checksum = "d725b8fa6ef307b3f4856913523337de45c47cc79271bafd7acfb39559e3a2da"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"pin-project",
|
"pin-project",
|
||||||
|
@ -30,7 +30,7 @@ serde = "1.0.147"
|
|||||||
serde_derive = "1.0.137"
|
serde_derive = "1.0.137"
|
||||||
serde_json = "1.0.87"
|
serde_json = "1.0.87"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-actix-web = "0.6.1"
|
tracing-actix-web = "0.6.2"
|
||||||
tracing-bunyan-formatter = "0.3.4"
|
tracing-bunyan-formatter = "0.3.4"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
tracing-log = "0.1.3"
|
tracing-log = "0.1.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user