Compare commits
1 Commits
e481841a78
...
0ea8ef9a2d
Author | SHA1 | Date | |
---|---|---|---|
|
0ea8ef9a2d |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.1] - 2024-09-12
|
||||
## [0.3.1] - 2024-09-08
|
||||
|
||||
### Fixed
|
||||
- *(deps)* update rust crate serde to v1.0.210
|
||||
@ -21,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- *(deps)* update rust crate serde to v1.0.208
|
||||
|
||||
### Other
|
||||
- *(deps)* update rust crate anyhow to v1.0.88
|
||||
- *(deps)* update rust crate anyhow to v1.0.87
|
||||
- *(deps)* update rust crate similar-asserts to v1.6.0
|
||||
- *(deps)* update all dependencies
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -95,9 +95,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.88"
|
||||
version = "1.0.87"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356"
|
||||
checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8"
|
||||
|
||||
[[package]]
|
||||
name = "async-stream"
|
||||
|
Loading…
Reference in New Issue
Block a user