Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
a605eecf7c chore(release): 0.5.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-02-17 01:39:56 +00:00
245aa67f09 chore(deps): update rust crate tempfile to v3.17.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-02-17 01:38:27 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.1] - 2025-02-13
## [0.5.1] - 2025-02-17
### Fixed
- *(deps)* update rust crate prost to v0.13.5
@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *(deps)* update rust crate serde_json to v1.0.134
### Other
- *(deps)* update rust crate tempfile to v3.17.0
- *(deps)* update rust crate clap to v4.5.29
- *(deps)* update all dependencies
- *(deps)* update rust crate clap to v4.5.28

4
Cargo.lock generated
View File

@ -2513,9 +2513,9 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
[[package]]
name = "tempfile"
version = "3.16.0"
version = "3.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33"
dependencies = [
"cfg-if",
"fastrand",