Skip to content

Commit 9739683

Browse files
authored
RUST-2117 Pin dependencies for MSRV (#1268)
1 parent 4de26f5 commit 9739683

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.evergreen/MSRV-Cargo.toml.diff

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
140c140
1+
86,87c86,87
2+
< hickory-proto = { version = "0.24.2", optional = true }
3+
< hickory-resolver = { version = "0.24.2", optional = true }
4+
---
5+
> hickory-proto = { version = "=0.24.1", optional = true }
6+
> hickory-resolver = { version = "=0.24.1", optional = true }
7+
110a111
8+
> time = "=0.3.36"
9+
113a115
10+
> url = "=2.5.2"
11+
140c142
212
< version = "1.17.0"
313
---
414
> version = "=1.38.0"
15+
149c151
16+
< version = "0.7.0"
17+
---
18+
> version = "=0.7.0"

0 commit comments

Comments
 (0)