Compare commits
2 Commits
2f07ada509
...
5a4d9658a2
Author | SHA1 | Date | |
---|---|---|---|
|
5a4d9658a2 | ||
45b45420f8 |
@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [0.3.5] - 2025-01-10
|
## [0.3.5] - 2025-01-10
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- *(deps)* update rust crate uuid to v1.11.1
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
- *(deps)* update rust crate clap to v4.5.26
|
- *(deps)* update rust crate clap to v4.5.26
|
||||||
- *(deps)* update rust crate tokio to v1.43.0
|
- *(deps)* update rust crate tokio to v1.43.0
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3000,9 +3000,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.11.0"
|
version = "1.11.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atomic",
|
"atomic",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user