Compare commits
2 Commits
b4dc95da3f
...
cuddle-ple
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e74072fd25 | ||
| 4b77d66a79 |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.5] - 2025-12-02
|
||||
|
||||
### Fixed
|
||||
- *(deps)* update rust crate uuid to v1.19.0
|
||||
- *(deps)* update rust crate bytes to v1.11.0
|
||||
- *(deps)* update rust crate serde to v1.0.228
|
||||
- *(deps)* update all dependencies
|
||||
|
||||
### Other
|
||||
- *(deps)* update tokio-tracing monorepo
|
||||
- *(deps)* update rust crate clap to v4.5.53
|
||||
- *(deps)* update rust crate clap to v4.5.52
|
||||
- *(deps)* update rust crate tracing-subscriber to v0.3.20
|
||||
|
||||
## [0.0.4] - 2025-08-03
|
||||
|
||||
### Added
|
||||
|
||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1277,9 +1277,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.18.1"
|
||||
version = "1.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
||||
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
||||
dependencies = [
|
||||
"getrandom 0.3.3",
|
||||
"js-sys",
|
||||
|
||||
@@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
|
||||
[workspace.dependencies]
|
||||
voidpin = { path = "crates/voidpin" }
|
||||
|
||||
@@ -20,7 +20,7 @@ dotenv.workspace = true
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
uuid = { version = "1.7.0", features = ["v4"] }
|
||||
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
|
||||
prost = "0.14.0"
|
||||
prost-types = "0.14.0"
|
||||
prost = "0.13.4"
|
||||
prost-types = "0.13.4"
|
||||
bytes = "1.9.0"
|
||||
async-trait = "0.1.85"
|
||||
|
||||
Reference in New Issue
Block a user