Skip to content

Commit b3409b7

Browse files
AlexKlogryumov
andauthored
chore(deps): bump EasyCurl to v4.1 (#3)
Co-authored-by: Stanislav Gryumov <sgryumov@bhft.com>
1 parent 6b78b87 commit b3409b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "OhMyCH"
22
uuid = "27ae6650-29b9-4c69-9010-441cd8c8f06e"
3-
version = "0.1.1"
3+
version = "0.1.2"
44

55
[deps]
66
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -15,5 +15,5 @@ EasyCurl = "5dc68c43-2cae-45c1-9c9f-30d6e2b9e002"
1515
CodecLz4 = "0.4.5"
1616
DecFP = "1.3"
1717
NanoDates = "1.0"
18-
EasyCurl = "3.2"
18+
EasyCurl = "4.1"
1919
julia = "1.8"

src/ohmych_connect.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function _perform_query(
130130
accept_encoding = nothing,
131131
)
132132
catch e
133-
throw(e isa CurlError ? CHClientException(e.message) : e)
133+
throw(e isa AbstractCurlError ? CHClientException(e.message) : e)
134134
end
135135
encoding = http_header(req, "content-encoding", nothing)
136136
iscompressed = use_compression && encoding == content_encoding(compression)

0 commit comments

Comments
 (0)