File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ serde_json = "1.0.133"
3232serde_urlencoded = " 0.7.1"
3333serde = { version = " 1.0.215" , features = [" derive" ] }
3434thiserror = " 2.0.3"
35- tracing = { version = " 0.1.40 " , features = [" log" , " attributes" ] }
35+ tracing = { version = " 0.1.41 " , features = [" log" , " attributes" ] }
3636uuid = { version = " 1.11.0" , features = [" v4" ] }
3737url = " 2.5.3"
3838chrono = " 0.4.38"
@@ -45,9 +45,9 @@ rand = "0.8.5"
4545tokio = { version = " 1.41.1" , features = [" rt" , " macros" ] }
4646simple_logger = " 5.0.0"
4747tracing-appender = " 0.2.3"
48- tracing-bunyan-formatter = " 0.3.9 "
48+ tracing-bunyan-formatter = " 0.3.10 "
4949tracing-log = " 0.2.0"
50- tracing-subscriber = { version = " 0.3.18 " , features = [" env-filter" ] }
50+ tracing-subscriber = { version = " 0.3.19 " , features = [" env-filter" ] }
5151tracing-test = " 0.2.5"
5252wiremock = " 0.6.2"
5353syn = { version = " 2.0.89" , features = [" extra-traits" ] }
You can’t perform that action at this time.
0 commit comments