Merge pull request #656 from vbrandl/dependabot/cargo/tracing-actix-web-0.7.6
Bump tracing-actix-web from 0.7.5 to 0.7.6
This commit is contained in:
commit
5be61a3682
@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Bump `tokio` from 1.28.0 to 1.29.1 (#618, #625, #633, #634)
|
- Bump `tokio` from 1.28.0 to 1.29.1 (#618, #625, #633, #634)
|
||||||
- Bump `reqwest` from 0.11.17 to 0.11.18 (#619)
|
- Bump `reqwest` from 0.11.17 to 0.11.18 (#619)
|
||||||
- Bump `vergen` from 8.1.3 to 8.2.4 (#621, #622, #635, #638)
|
- Bump `vergen` from 8.1.3 to 8.2.4 (#621, #622, #635, #638)
|
||||||
- Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623)
|
- Bump `tracing-actix-web` from 0.7.4 to 0.7.6 (#623, [#656](https://github.com/vbrandl/hoc/pull/656))
|
||||||
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
|
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
|
||||||
- Bump `tempfile` from 3.5.0 to 3.7.0 (#626, [#646](https://github.com/vbrandl/hoc/pull/646))
|
- Bump `tempfile` from 3.5.0 to 3.7.0 (#626, [#646](https://github.com/vbrandl/hoc/pull/646))
|
||||||
- Bump `serde_json` from 1.0.96 to 1.0.104 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649))
|
- Bump `serde_json` from 1.0.96 to 1.0.104 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649))
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2778,9 +2778,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-actix-web"
|
name = "tracing-actix-web"
|
||||||
version = "0.7.5"
|
version = "0.7.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ce52ffaf2d544e317d3bef63f49a6a22022866505fa4840a4339b1756834a2a9"
|
checksum = "5c0b08ce08cbde6a96fc1e4ebb8132053e53ec7a5cd27eef93ede6b73ebbda06"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"pin-project",
|
"pin-project",
|
||||||
|
@ -30,7 +30,7 @@ serde = "1.0.181"
|
|||||||
serde_derive = "1.0.166"
|
serde_derive = "1.0.166"
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.104"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-actix-web = "0.7.5"
|
tracing-actix-web = "0.7.6"
|
||||||
tracing-bunyan-formatter = "0.3.8"
|
tracing-bunyan-formatter = "0.3.8"
|
||||||
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