Skip to content

Commit 50de37b

Browse files
authored
Merge pull request #1206 from jerus-org/renovate/tracing-packages
fix(deps): update tracing packages
2 parents 17e556e + cf3d68c commit 50de37b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111

1212
- deps: update rust crate clap-verbosity-flag to 3.0.1(pr [#1205])
13+
- deps: update tracing packages(pr [#1206])
1314

1415
## [2.8.9] - 2024-11-23
1516

@@ -779,6 +780,7 @@ emitted if a tracing subscriber is not found.
779780
[#1194]: https://github.com/jerus-org/hcaptcha-rs/pull/1194
780781
[#1195]: https://github.com/jerus-org/hcaptcha-rs/pull/1195
781782
[#1205]: https://github.com/jerus-org/hcaptcha-rs/pull/1205
783+
[#1206]: https://github.com/jerus-org/hcaptcha-rs/pull/1206
782784
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.9...HEAD
783785
[2.8.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.8...v2.8.9
784786
[2.8.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...v2.8.8

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde_json = "1.0.133"
3232
serde_urlencoded = "0.7.1"
3333
serde = { version = "1.0.215", features = ["derive"] }
3434
thiserror = "2.0.3"
35-
tracing = { version = "0.1.40", features = ["log", "attributes"] }
35+
tracing = { version = "0.1.41", features = ["log", "attributes"] }
3636
uuid = { version = "1.11.0", features = ["v4"] }
3737
url = "2.5.3"
3838
chrono = "0.4.38"
@@ -45,9 +45,9 @@ rand = "0.8.5"
4545
tokio = { version = "1.41.1", features = ["rt", "macros"] }
4646
simple_logger = "5.0.0"
4747
tracing-appender = "0.2.3"
48-
tracing-bunyan-formatter = "0.3.9"
48+
tracing-bunyan-formatter = "0.3.10"
4949
tracing-log = "0.2.0"
50-
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
50+
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5151
tracing-test = "0.2.5"
5252
wiremock = "0.6.2"
5353
syn = { version = "2.0.89", features = ["extra-traits"] }

0 commit comments

Comments
 (0)