Compare commits
2 Commits
e2a13f04d7
...
08090f3b58
Author | SHA1 | Date | |
---|---|---|---|
|
08090f3b58 | ||
2a3c4fbb83 |
@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.3.5] - 2025-01-15
|
## [0.3.5] - 2025-01-18
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- *(deps)* update rust crate octocrab to 0.43.0
|
||||||
- *(deps)* update rust crate uuid to v1.12.0
|
- *(deps)* update rust crate uuid to v1.12.0
|
||||||
- *(deps)* update rust crate dirs to v6
|
- *(deps)* update rust crate dirs to v6
|
||||||
- *(deps)* update rust crate uuid to v1.11.1
|
- *(deps)* update rust crate uuid to v1.11.1
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1527,9 +1527,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "octocrab"
|
name = "octocrab"
|
||||||
version = "0.42.1"
|
version = "0.43.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558"
|
checksum = "27527d68322f4c603319f7958973db8f9fa4be62c0e3fafe084f5562cf6353df"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -26,7 +26,7 @@ toml = "0.8.19"
|
|||||||
|
|
||||||
gitea-client = { version = "1.22.1" }
|
gitea-client = { version = "1.22.1" }
|
||||||
url = "2.5.2"
|
url = "2.5.2"
|
||||||
octocrab = "0.42.0"
|
octocrab = "0.43.0"
|
||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
prost = "0.13.2"
|
prost = "0.13.2"
|
||||||
prost-types = "0.13.2"
|
prost-types = "0.13.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user