fix(deps): update rust crate tokio to 1.50.0
This commit is contained in:
@@ -29,7 +29,7 @@ log = "0.4.29"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] }
|
||||
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "process"] }
|
||||
toml = "1.0.6"
|
||||
|
||||
# dev-dependencies
|
||||
|
||||
Reference in New Issue
Block a user