Skip to content

Commit

Permalink
#13: Using latest nb version
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-meissner committed Dec 18, 2024
1 parent c91ebc4 commit a710929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation = "https://docs.rs/embedded-redis"
[dependencies]
embedded-nal = "0.8.0"
embedded-time = "0.12.1"
nb = "1.0.0"
nb = "1.1.0"
redis-protocol = { version = "6.0.0", default-features = false, features = ["bytes", "resp2", "resp3", "libm", "hashbrown", "alloc"] }
bytes = { version = "1.9.0", default-features = false }
mockall = { version = "0.12.1", optional=true }
Expand Down

0 comments on commit a710929

Please sign in to comment.