Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
ce9cf353
Unverified
Commit
ce9cf353
authored
Aug 10, 2025
by
Simo Lin
Committed by
GitHub
Aug 10, 2025
Browse files
[router] update pyo3 version to 0.25.1 (#9022)
parent
f8a173bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sgl-router/Cargo.toml
sgl-router/Cargo.toml
+1
-1
No files found.
sgl-router/Cargo.toml
View file @
ce9cf353
...
...
@@ -20,7 +20,7 @@ rand = "0.9.2"
reqwest
=
{
version
=
"0.12.8"
,
features
=
[
"stream"
,
"blocking"
,
"json"
]
}
futures-util
=
"0.3"
futures
=
"0.3"
pyo3
=
{
version
=
"0.2
2.5
"
,
features
=
["extension-module"]
}
pyo3
=
{
version
=
"0.2
5.1
"
,
features
=
["extension-module"]
}
dashmap
=
"6.1.0"
http
=
"1.1.0"
tokio
=
{
version
=
"1.42.0"
,
features
=
["full"]
}
...
...
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