diff options
author | 2025-04-08 02:10:00 +0000 | |
---|---|---|
committer | 2025-04-08 02:10:00 +0000 | |
commit | 4c6e00c1cfeb7302c6419032f2cc40ebd8374680 (patch) | |
tree | bd816cda1fde3465142696ffa1ea2d4a06dabf16 | |
parent | 03ead76361433a4e097cf2053d9b5056fa39cd12 (diff) | |
download | restic-operator-dependabot/cargo/tokio-1.43.1.tar.gz restic-operator-dependabot/cargo/tokio-1.43.1.tar.zst restic-operator-dependabot/cargo/tokio-1.43.1.zip |
build(deps): bump tokio from 1.42.0 to 1.43.1dependabot/cargo/tokio-1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.1)
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.43.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 12 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -1029,9 +1029,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "lock_api" @@ -1844,9 +1844,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", @@ -1861,9 +1861,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", @@ -22,7 +22,7 @@ schemars = "0.8.21" serde = "1.0.215" serde_json = "1.0.133" thiserror = "2.0.5" -tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.43.1", features = ["rt", "rt-multi-thread", "macros"] } toml = "0.8.19" tracing = "0.1.41" tracing-panic = "0.1.2" |