Skip to content

Commit

Permalink
Bump tokio from 1.39.3 to 1.40.0 (#1195)
Browse files Browse the repository at this point in the history
Bumps tokio from 1.39.3 to 1.40.0.
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent b6f57ad commit dd17ee5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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 bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ iggy = { path = "../sdk" }
integration = { path = "../integration" }
nonzero_lit = "0.1.2"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
toml = "0.8.14"
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ iggy = { path = "../sdk", features = ["iggy-cli"], version = "0.6.12" }
keyring = { version = "3.2.0", features = ["sync-secret-service", "vendored"], optional = true }
passterm = "2.0.1"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.17" }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ iggy = { path = "../sdk" }
rand = "0.8.5"
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde_json = "1.0.117"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16" }
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ regex = "1.10.4"
serial_test = "3.1.1"
server = { path = "../server" }
tempfile = "3.10.1"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing-subscriber = "0.3.18"
uuid = { version = "1.1.0", features = ["v7", "fast-rng", "zerocopy"] }
xxhash-rust = { version = "0.8.12", features = ["xxh32"] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ serde_json = "1.0.117"
serde_with = { version = "3.8.1", features = ["base64"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.14"
tracing = { version = "0.1.40" }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.2", features = ["derive"] }
sysinfo = "0.31.4"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.14"
tower-http = { version = "0.5.2", features = [
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"] }
iggy = { path = "../sdk" }
rand = "0.8.5"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16" }

0 comments on commit dd17ee5

Please sign in to comment.