diff --git a/examples/using_redis-rs/Cargo.toml b/examples/using_redis-rs/Cargo.toml index 5d11312..e210720 100644 --- a/examples/using_redis-rs/Cargo.toml +++ b/examples/using_redis-rs/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -redis = "=0.24.0" \ No newline at end of file +redis = "=0.25.0" \ No newline at end of file