Compare commits
2 Commits
125c3b6eb2
...
a605eecf7c
Author | SHA1 | Date | |
---|---|---|---|
|
a605eecf7c | ||
245aa67f09 |
@ -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
4
Cargo.lock
generated
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user