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 @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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 ] )
1717- deps: update rust crate syn to 2.0.99(pr [ #1295 ] )
18+ - deps: update rust crate thiserror to 2.0.12(pr [ #1296 ] )
1819
1920## [ 3.0.11] - 2025-03-01
2021
@@ -1073,6 +1074,7 @@ emitted if a tracing subscriber is not found.
10731074[ #1293 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1293
10741075[ #1294 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1294
10751076[ #1295 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1295
1077+ [ #1296 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1296
10761078[ Unreleased ] : https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...HEAD
10771079[ 3.0.11 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11
10781080[ 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 @@ -49,7 +49,7 @@ serde_urlencoded = "0.7.1"
4949serde = { version = " 1.0.218" , features = [" derive" ] }
5050simple_logger = " 5.0.0"
5151syn = { version = " 2.0.99" , features = [" extra-traits" ] }
52- thiserror = " 2.0.11 "
52+ thiserror = " 2.0.12 "
5353tokio = { version = " 1.43.0" , features = [" rt" , " macros" ] }
5454tracing = { version = " 0.1.41" , features = [" log" , " attributes" ] }
5555tracing-appender = " 0.2.3"
You can’t perform that action at this time.
0 commit comments