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 @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414- deps: update rust crate proc-macro2 to 1.0.94(pr [ #1292 ] )
1515- deps: update rust crate quote to 1.0.39(pr [ #1293 ] )
1616- deps: update rust crate serde_json to 1.0.140(pr [ #1294 ] )
17+ - deps: update rust crate syn to 2.0.99(pr [ #1295 ] )
1718
1819## [ 3.0.11] - 2025-03-01
1920
@@ -1071,6 +1072,7 @@ emitted if a tracing subscriber is not found.
10711072[ #1292 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1292
10721073[ #1293 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1293
10731074[ #1294 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1294
1075+ [ #1295 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1295
10741076[ Unreleased ] : https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...HEAD
10751077[ 3.0.11 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11
10761078[ 3.0.10 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.9...v3.0.10
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ serde_json = "1.0.140"
4848serde_urlencoded = " 0.7.1"
4949serde = { version = " 1.0.218" , features = [" derive" ] }
5050simple_logger = " 5.0.0"
51- syn = { version = " 2.0.98 " , features = [" extra-traits" ] }
51+ syn = { version = " 2.0.99 " , features = [" extra-traits" ] }
5252thiserror = " 2.0.11"
5353tokio = { version = " 1.43.0" , features = [" rt" , " macros" ] }
5454tracing = { version = " 0.1.41" , features = [" log" , " attributes" ] }
You can’t perform that action at this time.
0 commit comments