docs: changelog
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
+ remove app_data param from generate_lock(), [1a8dab654a1fdbf351a72dc54fe3d1943355bba6]
|
+ remove app_data param from generate_lock(), [1a8dab654a1fdbf351a72dc54fe3d1943355bba6]
|
||||||
+ combine get_filter methods, [356ea5549bb4877e9893fe0e1053e73c5a62e806]
|
+ combine get_filter methods, [356ea5549bb4877e9893fe0e1053e73c5a62e806]
|
||||||
+ FrameData refactors, [57781701ff14c553dfbafb965ee8a33ab44dd36f], [6e2f82db81caaa98ce4781fa15928eb9e246ace6]
|
+ FrameData refactors, [57781701ff14c553dfbafb965ee8a33ab44dd36f], [6e2f82db81caaa98ce4781fa15928eb9e246ace6]
|
||||||
|
+ update_container_stat combine is_alive(), [55cc746736f6863aedc5ad838744a983796244d8]
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
+ fix logs tests, [9b22f5da18e4bf92766a68a7f4cd61ad72724cfd]
|
+ fix logs tests, [9b22f5da18e4bf92766a68a7f4cd61ad72724cfd]
|
||||||
|
|||||||
Generated
+2
-2
@@ -1592,9 +1592,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-util"
|
name = "tokio-util"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
|||||||
Reference in New Issue
Block a user