Skip to content

Commit c014b30

Browse files
authored
Merge pull request #12 from ggreif/patch-1
chore: bump `cloudflare` to 0.13.0
2 parents 686cff6 + ddca9b8 commit c014b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = "1.9.0"
1919
clap = { version = "4.5.20", features = ["derive", "string", "env"] }
2020
clap_derive = "4.5.18"
2121
chacha20poly1305 = "0.10.1"
22-
cloudflare = { git = "https://github.com/cloudflare/cloudflare-rs.git", rev = "f14720e42184ee176a97676e85ef2d2d85bc3aae", default-features = false, features = [
22+
cloudflare = { version = "0.13.0", default-features = false, features = [
2323
"rustls-tls",
2424
] }
2525
derive-new = "0.7.0"

0 commit comments

Comments
 (0)