Compare commits
1 Commits
de43f64427
...
6edaaaf6a5
Author | SHA1 | Date | |
---|---|---|---|
|
6edaaaf6a5 |
@ -6,10 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.1.1] - 2024-11-18
|
## [0.1.1] - 2024-11-14
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- *(deps)* update rust crate serde_json to v1.0.133
|
|
||||||
- *(deps)* update rust crate serde to v1.0.215
|
- *(deps)* update rust crate serde to v1.0.215
|
||||||
- *(deps)* update rust crate serde to v1.0.214
|
- *(deps)* update rust crate serde to v1.0.214
|
||||||
- *(deps)* update rust crate reqwest to v0.12.9
|
- *(deps)* update rust crate reqwest to v0.12.9
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1363,9 +1363,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.133"
|
version = "1.0.132"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
Loading…
Reference in New Issue
Block a user