Skip to content

Commit

Permalink
Remove Inifile as a dep in Project.toml (#1013)
Browse files Browse the repository at this point in the history
Seems to have been removed in: #789
and is no longer needed.
  • Loading branch information
sjkelly committed Feb 15, 2023
1 parent 1d1e79c commit 3b7466a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version = "1.7.4"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IniFile = "83e8ac13-25f8-5344-8a64-a9f2b223428f"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
Expand All @@ -21,7 +20,6 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
CodecZlib = "0.7"
IniFile = "0.5"
LoggingExtras = "0.4.9,1"
MbedTLS = "0.6.8, 0.7, 1"
OpenSSL = "1.3"
Expand Down

0 comments on commit 3b7466a

Please sign in to comment.