File: older-tokio

package info (click to toggle)
python-upstream-ontologist 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 368 kB
  • sloc: python: 263; makefile: 25
file content (13 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: upstream-ontologist-py/Cargo.toml
===================================================================
--- upstream-ontologist-py.orig/Cargo.toml
+++ upstream-ontologist-py/Cargo.toml
@@ -19,7 +19,7 @@ reqwest = { version = ">=0.11", features
 url = "2.5"
 serde_json = "1"
 log = "0.4"
-tokio = { version = "1.44.2", features = ["rt"] }
+tokio = { version = "1.43", features = ["rt"] }
 futures = "0.3.31"
 
 [features]