mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump redis from 0.24.0 to 0.25.0 in /rust (#4073)
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.24.0 to 0.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis-rs/redis-rs/releases">redis's releases</a>.</em></p> <blockquote> <h2>v0.25.0</h2> <h3>0.25.0 (2024-03-08)</h3> <h4>Features</h4> <ul> <li><strong>Breaking change</strong>: Add connection timeout to the cluster client (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/834">#834</a>)</li> <li><strong>Breaking change</strong>: Deprecate aio::Connection (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/889">#889</a>)</li> <li>Cluster: fix read from replica & missing slots (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/965">#965</a>)</li> <li>Async cluster connection: Improve handling of missing connections (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/968">#968</a>)</li> <li>Add support for parsing to/from any sized arrays (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/981">#981</a>)</li> <li>Upgrade to rustls 0.22 (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1000">#1000</a> <a href="https://github.com/djc"><code>@djc</code></a>)</li> <li>add SMISMEMBER command (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1002">#1002</a> <a href="https://github.com/Zacaria"><code>@Zacaria</code></a>)</li> <li>Add support for some big number types (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1014">#1014</a> <a href="https://github.com/AkiraMiyakoda"><code>@AkiraMiyakoda</code></a>)</li> <li>Add Support for UUIDs (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1029">#1029</a> <a href="https://github.com/Rabbitminers"><code>@Rabbitminers</code></a>)</li> <li>Add FromRedisValue::from_owned_redis_value to reduce copies while parsing response (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1030">#1030</a> <a href="https://github.com/Nathan-Fenner"><code>@Nathan-Fenner</code></a>)</li> <li>Save reconnected connections during retries (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1033">#1033</a>)</li> <li>Avoid panic on connection failure (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1035">#1035</a>)</li> <li>add disable client setinfo feature and its default mode is off (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1036">#1036</a> <a href="https://github.com/Ggiggle"><code>@Ggiggle</code></a>)</li> <li>Reconnect on parsing errors (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1051">#1051</a>)</li> <li>preallocate buffer for evalsha in Script (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1044">#1044</a> <a href="https://github.com/framlog"><code>@framlog</code></a>)</li> </ul> <h4>Changes</h4> <ul> <li>Align more commands routings (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/938">#938</a>)</li> <li>Fix HashMap conversion (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/977">#977</a> <a href="https://github.com/mxbrt"><code>@mxbrt</code></a>)</li> <li>MultiplexedConnection: Remove unnecessary allocation in send (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/990">#990</a>)</li> <li>Tests: Reduce cluster setup flakiness (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/999">#999</a>)</li> <li>Remove the unwrap_or! macro (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1010">#1010</a>)</li> <li>Remove allocation from command function (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1008">#1008</a>)</li> <li>Catch panics from task::spawn in tests (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1015">#1015</a>)</li> <li>Fix lint errors from new Rust version (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1016">#1016</a>)</li> <li>Fix warnings that appear only with native-TLS (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1018">#1018</a>)</li> <li>Hide the req_packed_commands from docs (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1020">#1020</a>)</li> <li>Fix documentaion error (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1022">#1022</a> <a href="https://github.com/rcl-viveksharma"><code>@rcl-viveksharma</code></a>)</li> <li>Fixes minor grammar mistake in json.rs file (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1026">#1026</a> <a href="https://github.com/RScrusoe"><code>@RScrusoe</code></a>)</li> <li>Enable ignored pipe test (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1027">#1027</a>)</li> <li>Fix names of existing async cluster tests (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1028">#1028</a>)</li> <li>Add lock file to keep MSRV constant (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1039">#1039</a>)</li> <li>Fail CI if lock file isn't updated (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1042">#1042</a>)</li> <li>impl Clone/Copy for SetOptions (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1046">#1046</a> <a href="https://github.com/ahmadbky"><code>@ahmadbky</code></a>)</li> <li>docs: add "connection-manager" cfg attr (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1048">#1048</a> <a href="https://github.com/DCNick3"><code>@DCNick3</code></a>)</li> <li>Remove the usage of aio::Connection in tests (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1049">#1049</a>)</li> <li>Fix new clippy lints (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1052">#1052</a>)</li> <li>Handle server errors in array response (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1056">#1056</a>)</li> <li>Appease Clippy (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1061">#1061</a>)</li> <li>make Pipeline handle returned bulks correctly (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1063">#1063</a> <a href="https://github.com/framlog"><code>@framlog</code></a>)</li> <li>Update mio dependency due to vulnerability (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1064">#1064</a>)</li> <li>Simplify Sink polling logic (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1065">#1065</a>)</li> <li>Separate parsing errors from general response errors (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1069">#1069</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c90a96e9bc"><code>c90a96e</code></a> Release redis 0.25.0 / redis-test 0.4.0</li> <li><a href="38e41795a4"><code>38e4179</code></a> Separate parsing errors from general response errors.</li> <li><a href="069a952780"><code>069a952</code></a> Create a server error type.</li> <li><a href="b0955da868"><code>b0955da</code></a> Handle server errors in array response.</li> <li><a href="4c9924ec3a"><code>4c9924e</code></a> Fail CI if lock file isn't updated.</li> <li><a href="1a5032d327"><code>1a5032d</code></a> Remove the usage of aio::Connection in tests.</li> <li><a href="97b5be1491"><code>97b5be1</code></a> Simplify Sink polling logic.</li> <li><a href="afd0e0dbb3"><code>afd0e0d</code></a> Update mio dependency due to vulnerability. (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1064">#1064</a>)</li> <li><a href="3867f3f193"><code>3867f3f</code></a> [fix] make <code>Pipeline</code> handle returned bulks correctly</li> <li><a href="78a37b50e8"><code>78a37b5</code></a> Save reconnected connections during retries.</li> <li>Additional commits viewable in <a href="https://github.com/redis-rs/redis-rs/compare/redis-0.24.0...redis-0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
34
rust/Cargo.lock
generated
34
rust/Cargo.lock
generated
@@ -195,6 +195,17 @@ dependencies = [
|
||||
"futures-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "async-channel"
|
||||
version = "1.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
||||
dependencies = [
|
||||
"concurrent-queue",
|
||||
"event-listener 2.5.3",
|
||||
"futures-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "async-channel"
|
||||
version = "2.2.0"
|
||||
@@ -659,7 +670,7 @@ version = "1.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
|
||||
dependencies = [
|
||||
"async-channel",
|
||||
"async-channel 2.2.0",
|
||||
"async-lock 3.3.0",
|
||||
"async-task",
|
||||
"fastrand 2.0.1",
|
||||
@@ -1980,7 +1991,7 @@ dependencies = [
|
||||
"phoenix-channel",
|
||||
"proptest",
|
||||
"rand 0.8.5",
|
||||
"redis 0.24.0",
|
||||
"redis 0.25.0",
|
||||
"secrecy",
|
||||
"serde",
|
||||
"sha2",
|
||||
@@ -2226,6 +2237,18 @@ version = "0.3.30"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
||||
|
||||
[[package]]
|
||||
name = "futures-time"
|
||||
version = "3.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6404853a6824881fe5f7d662d147dc4e84ecd2259ba0378f272a71dab600758a"
|
||||
dependencies = [
|
||||
"async-channel 1.9.0",
|
||||
"async-io 1.13.0",
|
||||
"futures-core",
|
||||
"pin-project-lite",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "futures-timer"
|
||||
version = "3.0.3"
|
||||
@@ -4882,13 +4905,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "0.24.0"
|
||||
version = "0.25.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c580d9cbbe1d1b479e8d67cf9daf6a62c957e6846048408b80b43ac3f6af84cd"
|
||||
checksum = "3268dab7fe8f1d136b3c4367bc230383dc2c357f8e305ee898fa3beacddaf00d"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes",
|
||||
"combine",
|
||||
"futures-time",
|
||||
"futures-util",
|
||||
"itoa 1.0.10",
|
||||
"percent-encoding",
|
||||
@@ -5688,7 +5712,7 @@ dependencies = [
|
||||
"hex",
|
||||
"pnet_packet",
|
||||
"rand 0.8.5",
|
||||
"redis 0.24.0",
|
||||
"redis 0.25.0",
|
||||
"redis-macros",
|
||||
"secrecy",
|
||||
"serde",
|
||||
|
||||
@@ -41,7 +41,7 @@ axum = { version = "0.7.3", default-features = false, features = ["http1", "toki
|
||||
backoff = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
redis = { version = "0.24.0", default-features = false, features = ["tokio-comp"] }
|
||||
redis = { version = "0.25.0", default-features = false, features = ["tokio-comp"] }
|
||||
difference = "2.0.0"
|
||||
|
||||
[[test]]
|
||||
|
||||
@@ -12,7 +12,7 @@ futures = "0.3"
|
||||
hex = "0.4"
|
||||
pnet_packet = { version = "0.34" }
|
||||
rand = "0.8"
|
||||
redis = { version = "0.24.0", default-features = false, features = ["tokio-comp"] }
|
||||
redis = { version = "0.25.0", default-features = false, features = ["tokio-comp"] }
|
||||
redis-macros = "0.2.1"
|
||||
secrecy = { workspace = true }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user