Compare commits
2 Commits
6fe8ffd6b2
...
005adb38a0
Author | SHA1 | Date | |
---|---|---|---|
|
005adb38a0 | ||
e86ed49b65 |
@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.2.1] - 2024-12-06
|
## [0.2.1] - 2024-12-07
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- *(deps)* update rust crate tokio-stream to v0.1.17
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
- *(deps)* update rust crate clap to v4.5.23
|
- *(deps)* update rust crate clap to v4.5.23
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3655,9 +3655,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-stream"
|
name = "tokio-stream"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user