Skip to content

Commit

Permalink
Update tokio dependency 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Feb 11, 2024
1 parent 8fc1814 commit c0e620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ clap_complete = {version = "4.4", optional = true}
futures = {version = "0.3", default-features = false, features = ["async-await", "std"]}
num-decimal = {version = "0.2.4", default-features = false, features = ["num-v04"]}
serde_json = {version = "1.0", default-features = false}
tokio = {version = "1.0", default-features = false, features = ["rt"]}
tokio = {version = "1.3", default-features = false, features = ["rt"]}
tracing = {version = "0.1", default-features = false, features = ["std"]}
tracing-subscriber = {version = "0.3", default-features = false, features = ["ansi", "env-filter", "fmt"]}
uuid = {version = "1.0", features = ["v4"]}
Expand Down

0 comments on commit c0e620f

Please sign in to comment.