Update Rust crate futures-util to 0.3.30 #3

Merged
pierre merged 1 commits from renovate/futures-util-0.x into master 2024-04-06 01:08:07 +00:00
Showing only changes of commit 7428512222 - Show all commits

View File

@ -23,7 +23,7 @@ actix-http = "3.6.0"
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.108" serde_json = "1.0.108"
quick-xml = { version = "0.31.0", features = ["serialize", "overlapped-lists"] } quick-xml = { version = "0.31.0", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.28" futures-util = "0.3.30"
anyhow = "1.0.81" anyhow = "1.0.81"
actix-multipart = "0.6.1" actix-multipart = "0.6.1"
tempfile = "3.10.1" tempfile = "3.10.1"