diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-29 19:55:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-29 19:55:06 -0700 |
commit | a7a56ece82aa920bd7cdeadb91db6fb123aeb58d (patch) | |
tree | 95e262d4e94a2566443008c7978086aeff4a5a54 /CHANGELOG.md | |
parent | 1d44525b5397f5b414e16c58e2c39b2960af2876 (diff) | |
download | es-public-proxy-a7a56ece82aa920bd7cdeadb91db6fb123aeb58d.tar.gz es-public-proxy-a7a56ece82aa920bd7cdeadb91db6fb123aeb58d.zip |
cargo update (and update CHANGELOG)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b88cf..c67c7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ the ES client. - `Via` header now has "HTTP/1.1" prefix instead of "1.1". This makes the purpose version number clearer; both formats allowed according to MDN docs. +- updated dependencies. notably, tokio 1.4 ## [0.2.5] - 2020-12-23 |