Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.33.0 to 1.38.0 (#1203)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.38.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.38.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent f14c96d commit 87656b6
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aries/aries_vcx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ uuid = { version = "1.4.1", default-features = false, features = ["v4"] }
strum = "0.25.0"
strum_macros = "0.25.2"
derive_builder = "0.12.0"
tokio = { version = "1.20.4" }
tokio = { version = "1.38.0" }
thiserror = "1.0.37"
url = { version = "2.3", features = ["serde"] }
backtrace = { optional = true, version = "0.3" }
Expand All @@ -80,6 +80,6 @@ backtrace = { optional = true, version = "0.3" }
test_utils = { path = "../misc/test_utils" }
wallet_migrator = { path = "../misc/wallet_migrator" }
async-channel = "1.7.1"
tokio = { version = "1.20", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.38", features = ["rt", "macros", "rt-multi-thread"] }
pretty_assertions = "1.4.0"
did_resolver_sov = { path = "../../did_core/did_methods/did_resolver_sov" }
2 changes: 1 addition & 1 deletion aries/aries_vcx_ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ indy-ledger-response-parser = { path = "../misc/indy_ledger_response_parser" }
log = "0.4.17"
serde = { version = "1.0.159", features = ["derive"] }
lru = { version = "0.12.0" }
tokio = { version = "1.20" }
tokio = { version = "1.38" }
4 changes: 2 additions & 2 deletions aries/aries_vcx_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ serde_json = "1.0.95"
public_key = { path = "../../did_core/public_key"}
rand = "0.8.5"
thiserror = "1.0.40"
tokio = { version = "1.20" }
tokio = { version = "1.38" }
typed-builder = "0.18.1"
uuid = { version = "1.3.0", default-features = false, features = ["v4"] }

[dev-dependencies]
tokio = { version = "1.20", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.38", features = ["rt", "macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion aries/misc/wallet_migrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4.19"
public_key = { path = "../../../did_core/public_key"}

[dev-dependencies]
tokio = { version = "1.28.2", features = ["macros", "rt"] }
tokio = { version = "1.38.0", features = ["macros", "rt"] }
uuid = { version = "1.3.0", default-features = false, features = ["v4"] }
test-log = "0.2.14"

2 changes: 1 addition & 1 deletion aries/wrappers/uniffi-aries-vcx/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ aries_vcx = { path = "../../../aries_vcx", features = [
aries_vcx_ledger = { path = "../../../aries_vcx_ledger" }
aries_vcx_anoncreds = { path = "../../../aries_vcx_anoncreds" }
indy-vdr = { git = "https://github.com/hyperledger/indy-vdr.git", rev = "c143268", default-features = false, features = ["log"] }
tokio = { version = "1.24.1", features = ["rt-multi-thread"] }
tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
once_cell = "1.17.0"
thiserror = "1.0.38"
serde_json = "1.0.91"
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_methods/did_peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ derive_builder = "0.12.0"
typed-builder = "0.16.0"

[dev-dependencies]
tokio = { version = "1.27.0", default-features = false, features = ["macros", "rt"] }
tokio = { version = "1.38.0", default-features = false, features = ["macros", "rt"] }
pretty_assertions = "1.4.0"
env_logger = "0.10"
log = "0.4"
2 changes: 1 addition & 1 deletion did_core/did_methods/did_resolver_sov/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = "0.4.16"

[dev-dependencies]
aries_vcx = { path = "../../../aries/aries_vcx" }
tokio = { version = "1.27.0", default-features = false, features = ["macros", "rt"] }
tokio = { version = "1.38.0", default-features = false, features = ["macros", "rt"] }
uuid = "1.3.1"
test_utils = {path = "../../../aries/misc/test_utils", features = ["vdrtools_wallet"] }
aries_vcx_wallet = { path = "../../../aries/aries_vcx_wallet" }
2 changes: 1 addition & 1 deletion did_core/did_methods/did_resolver_web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ hyper-tls = "0.5.0"

[dev-dependencies]
hyper = { version = "0.14.26", features = ["server"] }
tokio = { version = "1.27.0", default-features = false, features = ["macros", "rt"] }
tokio = { version = "1.38.0", default-features = false, features = ["macros", "rt"] }
tokio-test = "0.4.2"
2 changes: 1 addition & 1 deletion did_core/did_resolver_registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ serde = "1.0.174"
async-trait = "0.1.72"

[dev-dependencies]
tokio = { version = "1.27.0", default-features = false, features = ["macros", "rt"] }
tokio = { version = "1.38.0", default-features = false, features = ["macros", "rt"] }
mockall = "0.11.4"
async-trait = "0.1.68"

0 comments on commit 87656b6

Please sign in to comment.