Compare commits

...

3 Commits

Author SHA1 Message Date
fdd2883f3b Update changelog
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-20 13:10:46 +01:00
aff5ba2e0b chore(deps): Bump tracing-actix-web from 0.7.2 to 0.7.3
Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases)
- [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: tracing-actix-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 05:01:41 +00:00
5b2d1e9016 Merge pull request #577 from vbrandl/release/v0.33.0
All checks were successful
continuous-integration/drone/push Build is passing
release/v0.33.0
2023-03-16 15:29:23 +01:00
3 changed files with 7 additions and 3 deletions

View File

@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
* Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.2 to 0.7.3 ([#578])
[#578]: https://github.com/vbrandl/hoc/pull/578
## [0.33.0] 2023-03-16 ## [0.33.0] 2023-03-16

4
Cargo.lock generated
View File

@ -2066,9 +2066,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-actix-web" name = "tracing-actix-web"
version = "0.7.2" version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4082e4d81173e0b7ad3cfb71e9eaef0dd0cbb7b139fdb56394f488a3b0760b23" checksum = "a230d51c76e70c5ff8edae9085d7d7161803a871880406a6772639def50d059c"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"pin-project", "pin-project",

View File

@ -30,7 +30,7 @@ serde = "1.0.156"
serde_derive = "1.0.137" serde_derive = "1.0.137"
serde_json = "1.0.94" serde_json = "1.0.94"
tracing = "0.1.37" tracing = "0.1.37"
tracing-actix-web = "0.7.2" tracing-actix-web = "0.7.3"
tracing-bunyan-formatter = "0.3.6" tracing-bunyan-formatter = "0.3.6"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.1.3" tracing-log = "0.1.3"