Skip to content

Commit e8526b2

Browse files
chore(deps): bump deadpool from 0.12.2 to 0.13.0 (#25014)
* chore(deps): bump deadpool from 0.12.2 to 0.13.0 Bumps [deadpool](https://github.com/deadpool-rs/deadpool) from 0.12.2 to 0.13.0. - [Changelog](https://github.com/deadpool-rs/deadpool/blob/main/release.toml) - [Commits](deadpool-rs/deadpool@deadpool-v0.12.2...deadpool-v0.13.0) --- updated-dependencies: - dependency-name: deadpool dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update Cargo.toml and licenses --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
1 parent 6267fcc commit e8526b2

3 files changed

Lines changed: 23 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ smpl_jwt = { version = "0.8.0", default-features = false, optional = true }
336336
# AMQP
337337
lapin = { version = "4.3.0", default-features = false, features = ["tokio", "native-tls"], optional = true }
338338
async-rs = { version = "0.8", default-features = false, features = ["tokio"], optional = true }
339-
deadpool = { version = "0.12.2", default-features = false, features = ["managed", "rt_tokio_1"], optional = true }
339+
deadpool = { version = "0.13.0", default-features = false, features = ["managed", "rt_tokio_1"], optional = true }
340340

341341
# Opentelemetry
342342

LICENSE-3rdparty.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ data-encoding,https://github.com/ia0/data-encoding,MIT,Julien Cretin <git@ia0.eu
216216
data-url,https://github.com/servo/rust-url,MIT OR Apache-2.0,Simon Sapin <simon.sapin@exyr.org>
217217
databend-client,https://github.com/databendlabs/bendsql,Apache-2.0,Databend Authors <opensource@databend.com>
218218
dbl,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
219-
deadpool,https://github.com/bikeshedder/deadpool,MIT OR Apache-2.0,Michael P. Jung <michael.jung@terreon.de>
220-
deadpool-runtime,https://github.com/bikeshedder/deadpool,MIT OR Apache-2.0,Michael P. Jung <michael.jung@terreon.de>
219+
deadpool,https://github.com/deadpool-rs/deadpool,MIT OR Apache-2.0,Michael P. Jung <michael.jung@terreon.de>
220+
deadpool-runtime,https://github.com/deadpool-rs/deadpool,MIT OR Apache-2.0,Michael P. Jung <michael.jung@terreon.de>
221221
der,https://github.com/RustCrypto/formats/tree/master/der,Apache-2.0 OR MIT,RustCrypto Developers
222222
deranged,https://github.com/jhpratt/deranged,MIT OR Apache-2.0,Jacob Pratt <jacob@jhpratt.dev>
223223
derivative,https://github.com/mcarton/rust-derivative,MIT OR Apache-2.0,mcarton <cartonmartin+git@gmail.com>

0 commit comments

Comments
 (0)