File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- deps: update tracing packages(pr [ #1206 ] )
1414- deps: update github/codeql-action action to v3.27.6(pr [ #1208 ] )
1515- deps: update rust crate clap to 4.5.23(pr [ #1209 ] )
16+ - deps: update rust crate syn to 2.0.90(pr [ #1210 ] )
1617
1718## [ 2.8.9] - 2024-11-23
1819
@@ -785,6 +786,7 @@ emitted if a tracing subscriber is not found.
785786[ #1206 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1206
786787[ #1208 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1208
787788[ #1209 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1209
789+ [ #1210 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1210
788790[ Unreleased ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.9...HEAD
789791[ 2.8.9 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.8...v2.8.9
790792[ 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 @@ -50,7 +50,7 @@ tracing-log = "0.2.0"
5050tracing-subscriber = { version = " 0.3.19" , features = [" env-filter" ] }
5151tracing-test = " 0.2.5"
5252wiremock = " 0.6.2"
53- syn = { version = " 2.0.89 " , features = [" extra-traits" ] }
53+ syn = { version = " 2.0.90 " , features = [" extra-traits" ] }
5454quote = " 1.0.37"
5555proc-macro2 = " 1.0.92"
5656proc-macro-error2 = " 2.0.1"
You can’t perform that action at this time.
0 commit comments