Skip to content

Commit

Permalink
[deps]: Update Rust crate tokio to 1.34.0 (#358)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 9b752ba commit b88ce13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bitwarden-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] }
pyo3-build-config = { version = "0.20.0" }

[target.'cfg(not(target_arch="wasm32"))'.dependencies]
tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
pyo3-asyncio = { version = "0.20.0", features = [
"attributes",
"tokio-runtime",
Expand Down
2 changes: 1 addition & 1 deletion crates/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ color-eyre = "0.6"
env_logger = "0.10.1"
inquire = "0.6.2"
log = "0.4.20"
tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }

bitwarden = { path = "../bitwarden", version = "0.3.1", features = [
"internal",
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_json = "^1.0.96"
serde_yaml = "0.9"
supports-color = "2.0.0"
thiserror = "1.0.50"
tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
toml = "0.8.8"
uuid = { version = "^1.3.3", features = ["serde"] }

Expand Down

0 comments on commit b88ce13

Please sign in to comment.