Skip to content

Commit cbcd568

Browse files
authored
Merge pull request #27 from ryanfowler/relax-dependency-compatibility
Relax certain dependency compatibility requirements
2 parents 4d81a3e + ffc33df commit cbcd568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ vtab = ["rusqlite/vtab"]
4242
window = ["rusqlite/window"]
4343

4444
[dependencies]
45-
crossbeam-channel = { version = "0.5.9" }
46-
futures-channel = { version = "0.3.29" }
47-
futures-util = { version = "0.3.29" }
45+
crossbeam-channel = { version = "0.5" }
46+
futures-channel = { version = "0.3" }
47+
futures-util = { version = "0.3" }
4848
rusqlite = { version = "0.35.0" }
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)