Compare commits
1 Commits
82f9026baa
...
4985d5db19
Author | SHA1 | Date | |
---|---|---|---|
|
4985d5db19 |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.0] - 2024-09-15
|
||||
## [0.2.0] - 2024-09-12
|
||||
|
||||
### Added
|
||||
- set interval down to a minute
|
||||
@ -57,7 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- only create vault secret template if actual secret found
|
||||
|
||||
### Other
|
||||
- *(deps)* update rust crate anyhow to v1.0.89
|
||||
- *(deps)* update rust crate anyhow to v1.0.88
|
||||
- *(deps)* update all dependencies
|
||||
- move crdb to own file
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -111,9 +111,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.89"
|
||||
version = "1.0.88"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
||||
checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356"
|
||||
|
||||
[[package]]
|
||||
name = "async-channel"
|
||||
|
Loading…
Reference in New Issue
Block a user