Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
e6cb6847
Unverified
Commit
e6cb6847
authored
Mar 13, 2026
by
Graham King
Committed by
GitHub
Mar 13, 2026
Browse files
fix: Upgrade futures-util to 0.3.32 (#7346)
Signed-off-by:
Graham King
<
grahamk@nvidia.com
>
parent
20f1c5a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Cargo.toml
Cargo.toml
+1
-0
lib/bench/Cargo.toml
lib/bench/Cargo.toml
+1
-1
lib/llm/Cargo.toml
lib/llm/Cargo.toml
+1
-1
No files found.
Cargo.toml
View file @
e6cb6847
...
...
@@ -80,6 +80,7 @@ derive-getters = { version = "0.5" }
either
=
{
version
=
"1.13"
,
features
=
["serde"]
}
etcd-client
=
{
version
=
"0.17.0"
,
features
=
["tls"]
}
futures
=
{
version
=
"0.3"
}
futures-util
=
{
version
=
"0.3.32"
}
hf-hub
=
{
version
=
"0.4.2"
,
default-features
=
false
,
features
=
[
"tokio"
,
"rustls-tls"
,
...
...
lib/bench/Cargo.toml
View file @
e6cb6847
...
...
@@ -33,7 +33,7 @@ harness = false
[dependencies]
anyhow
=
{
workspace
=
true
}
clap
=
{
version
=
"4.5"
,
features
=
["derive"]
}
futures-util
=
"0.3"
futures-util
=
{
workspace
=
true
}
indicatif
=
"0.18"
rand
=
{
workspace
=
true
}
reqwest
=
{
workspace
=
true
}
...
...
lib/llm/Cargo.toml
View file @
e6cb6847
...
...
@@ -64,7 +64,7 @@ chrono = { workspace = true }
derive_builder
=
{
workspace
=
true
}
either
=
{
workspace
=
true
}
futures
=
{
workspace
=
true
}
futures-util
=
"0.3.31"
futures-util
=
{
workspace
=
true
}
hf-hub
=
{
workspace
=
true
}
humantime
=
{
workspace
=
true
}
# input/batch
rand
=
{
workspace
=
true
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment