diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 908efa7..c7aa569 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -22,6 +22,7 @@ ### Patch +- Update dependencies - Support the new internal message timestamp logic - Fix bug where commands don't have time to terminate diff --git a/cli/Cargo.lock b/cli/Cargo.lock index b7f0ee8..04e1921 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -187,9 +187,9 @@ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc"