index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-06-02 19:18:47.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-06-02 19:18:47.0 +00:00:00
commit
7cbe483f84d9deee9091ef3bd80580c55c7bfde6 [patch]
tree
1dffa15fbf7579c43ad6ecd1df480f1718bce674
parent
a8b937911a5402d1e7498e258017ab81402368d1
download
7cbe483f84d9deee9091ef3bd80580c55c7bfde6.tar.gz

chore: update dependencies 02.06.2021



Diff

 Cargo.lock | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 94ff916..cf6d4c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -105,12 +105,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"

[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"

[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -721,11 +715,10 @@ dependencies = [

[[package]]
name = "regex-automata"
version = "0.1.9"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
 "byteorder",
 "regex-syntax",
]