Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mrinalwadhwa committed Oct 9, 2023
1 parent 6b3b378 commit 03d26ce
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/rust/file_transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ockam = { path = "../../../implementations/rust/ockam/ockam" }
ockam_transport_tcp = { path = "../../../implementations/rust/ockam/ockam_transport_tcp" }
serde = { version = "1.0", default-features = false, features = ["derive"] }
structopt = { version = "0.3.25", default-features = false }
tokio = { version = "1.31.0", features = ["fs", "io-util"] }
tokio = { version = "1.33.0", features = ["fs", "io-util"] }

[dev-dependencies]
example_test_helper = { path = "../../../tools/docs/example_test_helper" }
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/mitm_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ ockam = { path = "../../../implementations/rust/ockam/ockam" }
ockam_core = { path = "../../../implementations/rust/ockam/ockam_core" }
ockam_node = { path = "../../../implementations/rust/ockam/ockam_node" }
ockam_transport_core = { path = "../../../implementations/rust/ockam/ockam_transport_core" }
tokio = { version = "1.31", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] }
tokio = { version = "1.33", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] }
tracing = { version = "0.1", default-features = false }
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_abac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rusqlite = { version = "0.29.0", optional = true }
rustyline = { version = "12.0.0", optional = true }
rustyline-derive = { version = "0.9.0", optional = true }
str-buf = "3.0.1"
tokio = { version = "1.31", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.33", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
tracing = { version = "0.1", default-features = false }
wast = { version = "66.0.0", default-features = false, optional = true }

Expand Down
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ thiserror = "1.0"
time = { version = "0.3.29", default-features = false }
tiny_http = "0.12.0"
tinyvec = { version = "1.6.0", features = ["rustc_1_57"] }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio-retry = "0.3.0"
tracing = { version = "0.1", default-features = false }
url = "2.4.1"
Expand Down Expand Up @@ -107,5 +107,5 @@ ockam_macros = { path = "../ockam_macros", features = ["std"] }
ockam_transport_tcp = { path = "../ockam_transport_tcp" }
once_cell = { version = "1", default-features = false }
quickcheck = "1.0.1"
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
uuid = "1.4.1"
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tauri-plugin-positioner = { version = "=2.0.0-alpha.1", features = ["tray-icon"]
tauri-plugin-window = "=2.0.0-alpha.1"
tauri-runtime = "=1.0.0-alpha.0"
thiserror = "1.0.49"
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio-retry = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ termimad = "0.25"
thiserror = "1"
time = { version = "0.3", default-features = false, features = ["std", "local-offset"] }
tiny_http = "0.12.0"
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio-retry = "0.3"
tracing = { version = "0.1", features = ["attributes"] }
tracing-appender = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ zeroize = { version = "1.4.2", features = ["zeroize_derive"] }
cddl-cat = { version = "0.6.1" }
quickcheck = "1.0.1"
serde_cbor = { version = "0.11.2" }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ quickcheck_macros = "1.0.0"
rand_xorshift = "0"
serde_json = "1.0"
tempfile = { version = "3.8.0" }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
zeroize = { version = "1.4.2" }
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ockam_transport_core = { path = "../ockam_transport_core", version = "^0.61.0",
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_bare = { version = "0.5.0", default-features = false }
serde_json = { version = "1", optional = true }
tokio = { version = "1.31", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.33", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
tracing = { version = "0.1", default_features = false }
tracing-error = { version = "0.2", optional = true }
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_transport_tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ockam_transport_core = { path = "../ockam_transport_core", version = "^0.61.0" }
rand = "0.8"
serde = { version = "1.0", default-features = false, features = ["derive"] }
socket2 = { version = "0.5.4", features = ["all"] }
tokio = { version = "1.31", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] }
tokio = { version = "1.33", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] }
tracing = { version = "0.1", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_transport_udp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ockam_node = { path = "../ockam_node", version = "^0.93.0" }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.61.0" }
rand = "0.8"
serde = { version = "1.0", default-features = false, features = ["derive"] }
tokio = { version = "1.31.0", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] }
tokio = { version = "1.33.0", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] }
tokio-util = { version = "0.7.9", features = ["net", "codec"] }
tracing = { version = "0.1", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_transport_uds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ ockam_node = { path = "../ockam_node", version = "^0.93.0" }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.61.0" }
serde = { version = "1.0", default-features = false, features = ["derive"] }
socket2 = "0.5.4"
tokio = { version = "1.31", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] }
tokio = { version = "1.33", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] }
tracing = "0.1"
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ockam_core = { path = "../ockam_core", version = "^0.88.0", default_features = f
ockam_node = { path = "../ockam_node", version = "^0.93.0", default_features = false }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.61.0", default_features = false }
serde = { version = "1.0", default-features = false, features = ["derive"] }
tokio = { version = "1.31", default-features = false, optional = true, features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-std"] }
tokio = { version = "1.33", default-features = false, optional = true, features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-std"] }
tokio-tungstenite = { version = "0.20.1", default-features = false, optional = true, features = ["connect"] }
tracing = { version = "0.1", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ data-encoding = { version = "2.4.0", features = ["alloc"] }
serde_bare = { version = "0.5.0" }
serde_json = { version = "1" }
tempfile = { version = "3.8.0" }
tokio = { version = "1.31", features = ["full"] }
tokio = { version = "1.33", features = ["full"] }
trybuild = { version = "1.0", features = ["diff"] }
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault_aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ tracing = { version = "0.1", default-features = false, features = ["attributes"]
[dev-dependencies]
aws-credential-types = { version = "0.56.0", default-features = false, features = ["test-util"] }
hex = { version = "0.4", default-features = false }
tokio = { version = "1.31", features = ["full"] }
tokio = { version = "1.33", features = ["full"] }

0 comments on commit 03d26ce

Please sign in to comment.