Skip to content

Commit

Permalink
c-ares 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed May 24, 2024
1 parent 3211adc commit 0b6189b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 9.1.0 (24 May 2024)

- c-ares 1.29.0

## 9.0.0 (23 February 2024)

- cares 1.27.0
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "c-ares"
license = "MIT"
version = "9.0.0"
version = "9.1.0"
authors = ["David Hotham"]
description = """
A Rust wrapper for the c-ares library, for asynchronous DNS requests.
Expand All @@ -22,12 +22,12 @@ include = [

[dependencies]
bitflags = "2.0"
c-ares-sys = { version = "9.0.0", path = "c-ares-sys", default-features = false }
c-ares-sys = { version = "9.2.0", path = "c-ares-sys", default-features = false }
c-types = "3.0.0"
itertools = "0.12"
itertools = "0.13"

[target.'cfg(unix)'.dev-dependencies]
nix = { version = "0.28", default-features = false, features = ["event"] }
nix = { version = "0.29", default-features = false, features = ["event"] }

[target.'cfg(windows)'.dev-dependencies]
windows-sys = { version = "0.52.0", features = ["Win32_Networking_WinSock"] }
Expand Down

0 comments on commit 0b6189b

Please sign in to comment.