Skip to content

Commit

Permalink
upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatanzariti committed Apr 21, 2024
1 parent f0df03f commit fa7e7f4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,36 +52,36 @@ redis-stack = [
async-std = { version = "1.12", features = ["attributes"], optional = true }
futures-util = { version = "0.3", features = ["sink"] }
futures-channel = { version = "0.3", features = ["sink"] }
bytes = "1.3"
tokio = { version = "1.23", features = ["time", "io-util", "sync"] }
bytes = "1.6"
tokio = { version = "1.37", features = ["time", "io-util", "sync"] }
tokio-util = { version = "0.7", features = ["codec"] }
atoi = "2.0"
itoa = "1.0"
fast-float = "0.2"
dtoa = "1.0"
smallvec = { version = "1.10", features = ["union", "serde"] }
smallvec = { version = "1.13", features = ["union", "serde"] }
bb8 = { version = "0.8", optional = true }
url = "2.3"
url = "2.5"
native-tls = { version = "0.2", optional = true }
tokio-native-tls = { version = "0.3", optional = true }
async-native-tls = { version = "0.4", optional = true }
async-native-tls = { version = "0.5", optional = true }
log = "0.4"
crc16 = "0.4"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
socket2 = "0.4"
memchr = "2.5"
socket2 = "0.5"
memchr = "2.7"

[dev-dependencies]
serial_test = "1.0"
tokio = { version = "1.23", features = ["rt-multi-thread"] }
serial_test = "3.0"
tokio = { version = "1.37", features = ["rt-multi-thread"] }
rand = "0.8"
env_logger = "0.10"
smallvec = { version = "1.10", features = ["serde"] }
criterion = "0.4"
redis = { version = "0.22", features = ["aio", "tokio-comp"] }
fred = "6.0.0-beta.2"
axum = "0.6"
env_logger = "0.11"
smallvec = { version = "1.13", features = ["serde"] }
criterion = "0.5"
redis = { version = "0.25", features = ["aio", "tokio-comp"] }
fred = "9.0"
axum = "0.7"
actix-web = "4.3"

[package.metadata.docs.rs]
Expand Down

0 comments on commit fa7e7f4

Please sign in to comment.