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

Commit c3eda12

Browse files
committed
deps: bump dirs from 3.0.2 to 4
1 parent 5203805 commit c3eda12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fedora"
33
description = "Base library for interacting with Fedora web services"
44
license = "MIT OR Apache-2.0"
55

6-
version = "2.1.0-dev"
6+
version = "2.0.1-dev"
77
edition = "2021"
88
rust-version = "1.56.0"
99

@@ -21,7 +21,7 @@ default = []
2121
bytes = "1.1"
2222
cookie = "0.15.1"
2323
cookie_store = "0.15.1"
24-
dirs = "3.0.2"
24+
dirs = "4"
2525
log = "0.4.14"
2626
reqwest = { version = "0.11.6", features = ["cookies"] }
2727
serde = { version = "1.0.134", features = ["derive"] }
@@ -34,3 +34,4 @@ url = "^2.2.2"
3434
env_logger = "0.9"
3535
rpassword = "5"
3636
tokio = { version = "1.14.0", features = ["macros", "rt-multi-thread"] }
37+

0 commit comments

Comments
 (0)