Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
6c908df7de chore(release): 0.3.0 2025-02-27 01:35:37 +00:00
2 changed files with 5 additions and 7 deletions

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.0] - 2025-03-04 ## [0.3.0] - 2025-02-27
### Added ### Added
- add port as string - add port as string
@ -25,8 +25,6 @@ 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 anyhow to v1.0.97
- *(deps)* update all dependencies
- *(deps)* update all dependencies - *(deps)* update all dependencies
- *(deps)* update all dependencies - *(deps)* update all dependencies
- *(deps)* update all dependencies - *(deps)* update all dependencies

8
Cargo.lock generated

@ -111,9 +111,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.97" version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
[[package]] [[package]]
name = "async-channel" name = "async-channel"
@ -2144,9 +2144,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "minijinja" name = "minijinja"
version = "2.8.0" version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e36f1329330bb1614c94b78632b9ce45dd7d761f3304a1bed07b2990a7c5097" checksum = "cff7b8df5e85e30b87c2b0b3f58ba3a87b68e133738bf512a7713769326dbca9"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"serde", "serde",