Browse Source

Bump tokio from 1.23.1 to 1.24.2

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
tags/v0.2.0-candidate
dependabot[bot] GitHub 3 years ago
parent
commit
b74a524031
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 12 deletions
  1. +2
    -2
      Cargo.lock
  2. +1
    -1
      Cargo.toml
  3. +1
    -1
      apis/c++/operator/Cargo.toml
  4. +1
    -1
      apis/rust/node/Cargo.toml
  5. +1
    -1
      binaries/coordinator/Cargo.toml
  6. +1
    -1
      binaries/runtime/Cargo.toml
  7. +1
    -1
      examples/iceoryx/sink/Cargo.toml
  8. +1
    -1
      examples/rust-dataflow/node/Cargo.toml
  9. +1
    -1
      libraries/extensions/download/Cargo.toml
  10. +1
    -1
      libraries/extensions/telemetry/metrics/Cargo.toml
  11. +1
    -1
      libraries/extensions/telemetry/tracing/Cargo.toml

+ 2
- 2
Cargo.lock View File

@@ -3761,9 +3761,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"

[[package]]
name = "tokio"
version = "1.23.1"
version = "1.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
dependencies = [
"autocfg 1.1.0",
"bytes",


+ 1
- 1
Cargo.toml View File

@@ -35,7 +35,7 @@ license = "Apache-2.0"

[dev-dependencies]
eyre = "0.6.8"
tokio = "1.23.1"
tokio = "1.24.2"
dora-coordinator = { path = "binaries/coordinator" }
dunce = "1.0.2"



+ 1
- 1
apis/c++/operator/Cargo.toml View File

@@ -12,7 +12,7 @@ dora-operator-api = { workspace = true }
eyre = "0.6.8"
futures = "0.3.21"
rand = "0.8.5"
tokio = { version = "1.23.1", features = ["rt", "macros"] }
tokio = { version = "1.24.2", features = ["rt", "macros"] }

[build-dependencies]
cxx-build = "1.0.73"

+ 1
- 1
apis/rust/node/Cargo.toml View File

@@ -26,4 +26,4 @@ dora-message = { path = "../../../libraries/message" }
dora-core = { path = "../../../libraries/core" }

[dev-dependencies]
tokio = { version = "1.23.1", features = ["rt"] }
tokio = { version = "1.24.2", features = ["rt"] }

+ 1
- 1
binaries/coordinator/Cargo.toml View File

@@ -13,7 +13,7 @@ eyre = "0.6.7"
futures = "0.3.21"
serde = { version = "1.0.136", features = ["derive"] }
serde_yaml = "0.8.23"
tokio = { version = "1.23.1", features = ["full"] }
tokio = { version = "1.24.2", features = ["full"] }
tokio-stream = { version = "0.1.8", features = ["io-util"] }
tokio-util = { version = "0.7.1", features = ["codec"] }
clap = { version = "3.1.8", features = ["derive"] }


+ 1
- 1
binaries/runtime/Cargo.toml View File

@@ -27,7 +27,7 @@ futures = "0.3.21"
futures-concurrency = "2.0.3"
libloading = "0.7.3"
serde_yaml = "0.8.23"
tokio = { version = "1.23.1", features = ["full"] }
tokio = { version = "1.24.2", features = ["full"] }
tokio-stream = "0.1.8"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", rev = "79a136e4fd90b11ff5d775ced981af53c4f1071b" }
zenoh-config = { git = "https://github.com/eclipse-zenoh/zenoh.git", rev = "79a136e4fd90b11ff5d775ced981af53c4f1071b" }


+ 1
- 1
examples/iceoryx/sink/Cargo.toml View File

@@ -9,4 +9,4 @@ edition = "2021"
dora-node-api = { workspace = true, features = ["iceoryx"] }
eyre = "0.6.8"
futures = "0.3.21"
tokio = { version = "1.23.1", features = ["macros"] }
tokio = { version = "1.24.2", features = ["macros"] }

+ 1
- 1
examples/rust-dataflow/node/Cargo.toml View File

@@ -10,4 +10,4 @@ dora-node-api = { workspace = true, features = ["zenoh"] }
eyre = "0.6.8"
futures = "0.3.21"
rand = "0.8.5"
tokio = { version = "1.23.1", features = ["rt", "macros"] }
tokio = { version = "1.24.2", features = ["rt", "macros"] }

+ 1
- 1
libraries/extensions/download/Cargo.toml View File

@@ -10,5 +10,5 @@ license = "Apache-2.0"
eyre = "0.6.8"
tempfile = "3.3.0"
reqwest = "0.11.12"
tokio = { version = "1.23.1" }
tokio = { version = "1.24.2" }
tracing = "0.1.36"

+ 1
- 1
libraries/extensions/telemetry/metrics/Cargo.toml View File

@@ -11,4 +11,4 @@ futures = "0.3.21"
opentelemetry = { version = "0.17", features = ["rt-tokio", "metrics"] }
opentelemetry-otlp = { version = "0.10", features = ["tonic", "metrics"] }
opentelemetry-system-metrics = "0.1.1"
tokio = { version = "1.23.1", features = ["full"] }
tokio = { version = "1.24.2", features = ["full"] }

+ 1
- 1
libraries/extensions/telemetry/tracing/Cargo.toml View File

@@ -9,4 +9,4 @@ license = "Apache-2.0"
[dependencies]
opentelemetry = { version = "0.17", features = ["rt-tokio", "metrics"] }
opentelemetry-jaeger = { version = "0.16", features = ["rt-tokio"] }
tokio = { version = "1.23.1", features = ["full"] }
tokio = { version = "1.24.2", features = ["full"] }

Loading…
Cancel
Save