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 rust crate serde to 1.0.214(pr [ #1160 ] )
1414- deps: update dependency toolkit to v1.15.0(pr [ #1161 ] )
1515- deps: update rust crate thiserror to 1.0.66(pr [ #1163 ] )
16+ - deps: update rust crate syn to 2.0.86(pr [ #1162 ] )
1617
1718## [ 2.8.4] - 2024-10-26
1819
@@ -682,6 +683,7 @@ emitted if a tracing subscriber is not found.
682683[ #1160 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1160
683684[ #1161 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1161
684685[ #1163 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1163
686+ [ #1162 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1162
685687[ Unreleased ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.4...HEAD
686688[ 2.8.4 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.3...v2.8.4
687689[ 2.8.3 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.2...v2.8.3
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ tracing-log = "0.2.0"
5050tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
5151tracing-test = " 0.2.5"
5252wiremock = " 0.6.2"
53- syn = { version = " 2.0.85 " , features = [" extra-traits" ] }
53+ syn = { version = " 2.0.86 " , features = [" extra-traits" ] }
5454quote = " 1.0.37"
5555proc-macro2 = " 1.0.89"
5656proc-macro-error2 = " 2.0.1"
You can’t perform that action at this time.
0 commit comments