Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
9a7462ec3d chore(release): 0.3.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-07 01:43:03 +00:00
666c8664e9 fix(deps): update rust crate async-trait to v0.1.85
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-01-07 01:32:35 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.1] - 2024-12-23
## [0.3.1] - 2025-01-07
### Fixed
- *(deps)* update rust crate async-trait to v0.1.85
- *(deps)* update rust crate thiserror to v2.0.9
- *(deps)* update rust crate thiserror to v2.0.8

4
Cargo.lock generated
View File

@ -34,9 +34,9 @@ checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]]
name = "async-trait"
version = "0.1.83"
version = "0.1.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
dependencies = [
"proc-macro2",
"quote",