Compare commits
2 Commits
202c6e65fc
...
7c319bbb90
Author | SHA1 | Date | |
---|---|---|---|
|
7c319bbb90 | ||
ee0680194b |
@ -6,12 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.4.0] - 2024-11-18
|
## [0.4.0] - 2024-11-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- add hyperlog
|
- add hyperlog
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- *(deps)* update rust crate tower-http to v0.6.2
|
||||||
- *(deps)* update rust crate serde to v1.0.215
|
- *(deps)* update rust crate serde to v1.0.215
|
||||||
- *(deps)* update rust crate serde to v1.0.214
|
- *(deps)* update rust crate serde to v1.0.214
|
||||||
- *(deps)* update rust crate serde to v1.0.213
|
- *(deps)* update rust crate serde to v1.0.213
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2733,9 +2733,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tower-http"
|
name = "tower-http"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97"
|
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
Loading…
Reference in New Issue
Block a user