Browse Source

Bump tokio from 1.21.2 to 1.23.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
tags/v0.1.3
dependabot[bot] GitHub 3 years ago
parent
commit
ae161e644c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 70 additions and 13 deletions
  1. +60
    -3
      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

+ 60
- 3
Cargo.lock View File

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

[[package]]
name = "tokio"
version = "1.21.2"
version = "1.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
dependencies = [
"autocfg 1.1.0",
"bytes",
@@ -3881,7 +3881,7 @@ dependencies = [
"signal-hook-registry",
"socket2",
"tokio-macros",
"winapi",
"windows-sys 0.42.0",
]

[[package]]
@@ -4578,6 +4578,27 @@ dependencies = [
"windows_x86_64_msvc 0.36.1",
]

[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]

[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"

[[package]]
name = "windows_aarch64_msvc"
version = "0.32.0"
@@ -4590,6 +4611,12 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"

[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"

[[package]]
name = "windows_i686_gnu"
version = "0.32.0"
@@ -4602,6 +4629,12 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"

[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"

[[package]]
name = "windows_i686_msvc"
version = "0.32.0"
@@ -4614,6 +4647,12 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"

[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"

[[package]]
name = "windows_x86_64_gnu"
version = "0.32.0"
@@ -4626,6 +4665,18 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"

[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"

[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"

[[package]]
name = "windows_x86_64_msvc"
version = "0.32.0"
@@ -4638,6 +4689,12 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"

[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"

[[package]]
name = "winreg"
version = "0.10.1"


+ 1
- 1
Cargo.toml View File

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

[dev-dependencies]
eyre = "0.6.8"
tokio = "1.20.1"
tokio = "1.23.1"
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.20.1", features = ["rt", "macros"] }
tokio = { version = "1.23.1", 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.17.0", features = ["rt"] }
tokio = { version = "1.23.1", 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.21.2", features = ["full"] }
tokio = { version = "1.23.1", 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.17.0", features = ["full"] }
tokio = { version = "1.23.1", 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.20.1", features = ["macros"] }
tokio = { version = "1.23.1", 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.20.1", features = ["rt", "macros"] }
tokio = { version = "1.23.1", 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.17.0" }
tokio = { version = "1.23.1" }
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.17.0", features = ["full"] }
tokio = { version = "1.23.1", 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.17.0", features = ["full"] }
tokio = { version = "1.23.1", features = ["full"] }

Loading…
Cancel
Save