Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 7d72265

Browse files
committed
Cargo: update dependencies to match those available in Fedora
1 parent 0a529e2 commit 7d72265

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Cargo.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "fedora"
3-
description = "base library for interacting with fedora services"
3+
description = "Base library for interacting with Fedora web services"
44
license = "MIT OR Apache-2.0"
55

66
version = "2.0.0-beta.2"
77
edition = "2021"
8+
rust-version = "1.56.0"
89

910
authors = ["Fabio Valentini <decathorpe@gmail.com>"]
1011
readme = "README.md"
@@ -17,16 +18,16 @@ repository = "https://github.com/ironthree/fedora-rs"
1718
default = []
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

0 commit comments

Comments
 (0)