Compare commits
2 Commits
d28095fc5b
...
837e43c99a
Author | SHA1 | Date | |
---|---|---|---|
|
837e43c99a | ||
483143d2cc |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.3.0] - 2025-01-20
|
## [0.3.0] - 2025-01-21
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- add port as string
|
- add port as string
|
||||||
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- *(deps)* update rust crate tokio-stream to v0.1.17
|
- *(deps)* update rust crate tokio-stream to v0.1.17
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
- *(deps)* update rust crate clap to v4.5.27
|
||||||
- *(deps)* update rust crate similar-asserts to v1.6.1
|
- *(deps)* update rust crate similar-asserts to v1.6.1
|
||||||
- replace - with _ for postgres
|
- replace - with _ for postgres
|
||||||
- *(deps)* update rust crate clap to v4.5.26
|
- *(deps)* update rust crate clap to v4.5.26
|
||||||
|
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -854,9 +854,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.5.26"
|
version = "4.5.27"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
|
checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
@ -864,9 +864,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.5.26"
|
version = "4.5.27"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
|
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user