This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " fedora"
3- description = " base library for interacting with fedora services"
3+ description = " Base library for interacting with Fedora web services"
44license = " MIT OR Apache-2.0"
55
66version = " 2.0.0-beta.2"
77edition = " 2021"
8+ rust-version = " 1.56.0"
89
910authors = [" Fabio Valentini <decathorpe@gmail.com>" ]
1011readme = " README.md"
@@ -17,16 +18,16 @@ repository = "https://github.com/ironthree/fedora-rs"
1718default = []
1819
1920[dependencies ]
20- bytes = " 1.0 "
21- cookie = " 0.15"
22- cookie_store = " 0.15"
23- dirs = " ^ 3.0.1 "
24- log = " 0.4.13 "
25- reqwest = { version = " ^ 0.11" , features = [" cookies" ] }
26- serde = { version = " ^ 1.0.104 " , features = [" derive" ] }
27- serde_json = " ^ 1.0.44 "
28- thiserror = " ^ 1.0"
29- url = " ^2.1.0 "
21+ bytes = " 1.1 "
22+ cookie = " 0.15.1 "
23+ cookie_store = " 0.15.1 "
24+ dirs = " 3.0.2 "
25+ log = " 0.4.14 "
26+ reqwest = { version = " 0.11.6 " , features = [" cookies" ] }
27+ serde = { version = " 1.0.134 " , features = [" derive" ] }
28+ serde_json = " 1.0.78 "
29+ thiserror = " 1.0.30 "
30+ url = " ^2.2.2 "
3031
3132[dev-dependencies ]
3233# only needed for example code
You can’t perform that action at this time.
0 commit comments