Browse Source

Update deps (#31)

César D. Rodas 3 years ago
parent
commit
b37e455276
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 2 - 2
Cargo.lock

@@ -708,9 +708,9 @@ dependencies = [
 
 [[package]]
 name = "redis-zero-protocol-parser"
-version = "0.1.1"
+version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "69c3ca367526ae337db4f7255ae524fa0905916f982dc7de0acd0678b7693a31"
+checksum = "299d79f6c9095164339b8ed3c47951772538a375e6811e76ffe9a4544f2cdbf5"
 
 [[package]]
 name = "redox_syscall"

+ 1 - 1
Cargo.toml

@@ -7,7 +7,7 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-redis-zero-protocol-parser = "^0.1"
+redis-zero-protocol-parser = "^0.2"
 tokio={version="1", features = ["full", "tracing"] }
 parking_lot="^0.11"
 tokio-util={version="^0.6", features = ["full"] }