Merge pull request #742 from vbrandl/dependabot/cargo/tracing-actix-web-0.7.10

Bump tracing-actix-web from 0.7.9 to 0.7.10
This commit is contained in:
Valentin Brandl 2024-03-11 10:44:07 +01:00 committed by GitHub
commit 7a79b0bab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View File

@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `actions/cache` from 3 to 4 ([#724](https://github.com/vbrandl/hoc/pull/724)) - Bump `actions/cache` from 3 to 4 ([#724](https://github.com/vbrandl/hoc/pull/724))
- Bump `h2` from 0.3.20 to 0.3.24 ([#725](https://github.com/vbrandl/hoc/pull/725)) - Bump `h2` from 0.3.20 to 0.3.24 ([#725](https://github.com/vbrandl/hoc/pull/725))
- Bump `git2` from 0.18.1 to 0.18.2 ([#734](https://github.com/vbrandl/hoc/pull/734)) - Bump `git2` from 0.18.1 to 0.18.2 ([#734](https://github.com/vbrandl/hoc/pull/734))
- Bump `tracing-actix-web` from 0.7.9 to 0.7.10 ([#742](https://github.com/vbrandl/hoc/pull/742))
## [0.36.0] 2023-11-17 ## [0.36.0] 2023-11-17
### Dependencies ### Dependencies

8
Cargo.lock generated
View File

@ -2752,9 +2752,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-actix-web" name = "tracing-actix-web"
version = "0.7.9" version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fe0d5feac3f4ca21ba33496bcb1ccab58cca6412b1405ae80f0581541e0ca78" checksum = "fa069bd1503dd526ee793bb3fce408895136c95fc86d2edb2acf1c646d7f0684"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"mutually_exclusive_features", "mutually_exclusive_features",
@ -2922,9 +2922,9 @@ dependencies = [
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.4.0" version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
dependencies = [ dependencies = [
"getrandom", "getrandom",
] ]

View File

@ -30,7 +30,7 @@ serde = "1.0.197"
serde_derive = "1.0.166" serde_derive = "1.0.166"
serde_json = "1.0.114" serde_json = "1.0.114"
tracing = "0.1.40" tracing = "0.1.40"
tracing-actix-web = "0.7.9" tracing-actix-web = "0.7.10"
tracing-bunyan-formatter = "0.3.9" tracing-bunyan-formatter = "0.3.9"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.2.0" tracing-log = "0.2.0"