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
5265787b
Unverified
Commit
5265787b
authored
Mar 10, 2026
by
Graham King
Committed by
GitHub
Mar 10, 2026
Browse files
chore: Enable "multipart" feature of reqwest (#7084)
Signed-off-by:
Graham King
<
grahamk@nvidia.com
>
parent
b6852919
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Cargo.toml
Cargo.toml
+1
-0
lib/runtime/examples/Cargo.lock
lib/runtime/examples/Cargo.lock
+11
-0
No files found.
Cargo.toml
View file @
5265787b
...
@@ -97,6 +97,7 @@ parking_lot = "0.12.5"
...
@@ -97,6 +97,7 @@ parking_lot = "0.12.5"
prometheus
=
{
version
=
"0.14"
}
prometheus
=
{
version
=
"0.14"
}
rand
=
{
version
=
"0.9.2"
}
rand
=
{
version
=
"0.9.2"
}
reqwest
=
{
version
=
"0.12.24"
,
default-features
=
false
,
features
=
[
reqwest
=
{
version
=
"0.12.24"
,
default-features
=
false
,
features
=
[
"multipart"
,
"json"
,
"json"
,
"stream"
,
"stream"
,
"rustls-tls"
,
"rustls-tls"
,
...
...
lib/runtime/examples/Cargo.lock
View file @
5265787b
...
@@ -2001,6 +2001,16 @@ version = "0.3.17"
...
@@ -2001,6 +2001,16 @@ version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
"mime",
"unicase",
]
[[package]]
[[package]]
name = "mio"
name = "mio"
version = "0.6.23"
version = "0.6.23"
...
@@ -2897,6 +2907,7 @@ dependencies = [
...
@@ -2897,6 +2907,7 @@ dependencies = [
"hyper-util",
"hyper-util",
"js-sys",
"js-sys",
"log",
"log",
"mime_guess",
"percent-encoding",
"percent-encoding",
"pin-project-lite",
"pin-project-lite",
"quinn",
"quinn",
...
...
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