Skip to content

Commit 8876c0d

Browse files
committed
Dependency update.
1 parent 7f9d920 commit 8876c0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firewall"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
edition = "2021"
55
authors = ["Jerome David <programingjd@gmail.com>"]
66
categories = ["web-programming::http-server"]
@@ -26,7 +26,7 @@ features = ["v111"]
2626

2727
[dependencies.tokio]
2828
optional = true
29-
version = "1.42"
29+
version = "1.43"
3030
default-features = false
3131
features = ["net", "rt"]
3232

@@ -77,7 +77,7 @@ github_webhook = ["builder", "dep:tokio", "dep:tokio-rustls", "dep:webpki-roots"
7777
all = ["cloudflare", "github_webhook", "rustls", "openssl"]
7878

7979
[dev-dependencies.tokio]
80-
version = "1.42"
80+
version = "1.43"
8181
default-features = false
8282
features = ["net", "io-util", "rt-multi-thread", "macros"]
8383

0 commit comments

Comments
 (0)