Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
f78d458bd8 chore(release): 0.3.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-23 05:38:07 +00:00
2 changed files with 3 additions and 4 deletions

View File

@ -6,10 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.1] - 2025-01-07 ## [0.3.1] - 2024-12-23
### Fixed ### 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.9
- *(deps)* update rust crate thiserror to v2.0.8 - *(deps)* update rust crate thiserror to v2.0.8

4
Cargo.lock generated
View File

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