Skip to content

Commit 3df57e8

Browse files
Loosens dependency restrictions (#12) (#13)
1 parent de7b2ba commit 3df57e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ version = "0.3.0"
1515
status = "actively-developed"
1616

1717
[dependencies]
18-
log = "~0.4"
19-
url = "~2.1"
18+
log = "^0.4"
19+
url = "^2.2"
2020
strum = "~0.18"
2121
strum_macros = "~0.18"
22-
anyhow = "~1.0"
23-
regex = "~1.3"
22+
anyhow = "^1.0"
23+
regex = "^1.4"
2424

2525
[dev-dependencies]
26-
env_logger = "~0.7"
26+
env_logger = "^0.8"

0 commit comments

Comments
 (0)