Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
9f480194ef chore(release): 0.5.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-01 01:36:22 +00:00
2d4ae16de8 chore(deps): update rust crate itertools to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-01-01 01:34:55 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -6,13 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.1] - 2024-12-28
## [0.5.1] - 2025-01-01
### Fixed
- *(deps)* update rust crate serde to v1.0.217
- *(deps)* update rust crate serde_json to v1.0.134
### Other
- *(deps)* update rust crate itertools to 0.14.0
- *(deps)* update rust crate anyhow to v1.0.95
## [0.5.0] - 2024-12-15

View File

@ -17,7 +17,7 @@ dotenv = { version = "0.15" }
axum = { version = "0.7" }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
itertools = "0.13.0"
itertools = "0.14.0"
uuid = { version = "1.8.0", features = ["v4"] }
tonic = { version = "0.12.0", features = ["tls", "tls-roots"] }
futures = { version = "0.3.30" }