Skip to content

Commit dbbfac2

Browse files
committed
Remove unnecessary dependency constraints
1 parent 4c86107 commit dbbfac2

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
@@ -95,9 +95,9 @@ dashmap = "6.1"
9595
color-eyre = "0.6"
9696
data-url = "0.3"
9797
mimalloc = "0.1"
98-
gcp_auth = "0.12.3"
99-
itertools = "0.14.0"
100-
rustls = "0.23.25"
98+
gcp_auth = "0.12"
99+
itertools = "0.14"
100+
rustls = "0.23"
101101

102102
[dev-dependencies]
103103
dotenvy_macro = "0.15"

0 commit comments

Comments
 (0)