Skip to content

Commit

Permalink
c-ares 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Oct 14, 2023
1 parent a528fbe commit 3cab902
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.7.0 (14 Oct 2023)

- c-ares 1.20.1

## 7.6.0 (28 Jan 2023)

- c-ares 1.19.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "c-ares"
license = "MIT"
version = "7.6.0"
version = "7.7.0"
authors = ["David Hotham"]
description = """
A Rust wrapper for the c-ares library, for asynchronous DNS requests.
Expand All @@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE.txt", "README.md", "CHANGELOG.md"]

[dependencies]
bitflags = "2.0"
c-ares-sys = { version = "5.4.0", path = "c-ares-sys" }
c-ares-sys = { version = "6.0.0", path = "c-ares-sys" }
c-types = "2.0.2"
itertools = "0.11"

Expand Down
6 changes: 6 additions & 0 deletions c-ares-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## 6.0.0 (14 Oct 2023)

- cares 1.20.1
- changed defaults for timeouts and retries
- new option `ARES_OPT_UDP_MAX_QUERIES`

## 5.4.2 (29 Jan 2023)

- c-ares 1.19.1
Expand Down
2 changes: 1 addition & 1 deletion c-ares-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "c-ares-sys"
license = "MIT"
version = "5.4.2"
version = "6.0.0"
authors = ["David Hotham"]
build = "build.rs"
links = "cares"
Expand Down
2 changes: 1 addition & 1 deletion c-ares-sys/c-ares

0 comments on commit 3cab902

Please sign in to comment.