Skip to content

Commit 2ce7dae

Browse files
committed
Fix minimal-versions check for bson crate integration
1 parent b9fe911 commit 2ce7dae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: juniper/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ default = [
3434
anyhow = ["dep:anyhow"]
3535
backtrace = ["anyhow?/backtrace"]
3636
bigdecimal = ["dep:bigdecimal", "dep:num-bigint", "dep:ryu"]
37-
bson = ["dep:bson"]
37+
bson = ["dep:bson", "dep:tap"]
3838
chrono = ["dep:chrono"]
3939
chrono-clock = ["chrono", "chrono/clock"]
4040
chrono-tz = ["dep:chrono-tz", "dep:regex"]
@@ -74,6 +74,8 @@ uuid = { version = "1.3", default-features = false, optional = true }
7474
num-bigint = { version = "0.4.2", optional = true }
7575
# TODO: Try remove on upgrade of `chrono-tz` crate.
7676
regex = { version = "1.6", features = ["std"], default-features = false, optional = true }
77+
# TODO: Try remove on upgrade of `bson` crate.
78+
tap = { version = "1.0.1", optional = true }
7779
# TODO: Remove on upgrade to 0.4.1 version of `graphql-parser`.
7880
void = { version = "1.0.2", optional = true }
7981

0 commit comments

Comments
 (0)