Skip to content

Commit 5ee7358

Browse files
Release v0.13.0 (#252)
- Update a few dependencies - Add @kennetheversole to the authors - Release `0.13.0`
1 parent 7f56e85 commit 5ee7358

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cloudflare/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cloudflare"
3-
version = "0.12.0"
4-
authors = ["Noah Kennedy <[email protected]>", "Jeff Hiner <[email protected]>"]
3+
version = "0.13.0"
4+
authors = ["Noah Kennedy <[email protected]>", "Jeff Hiner <[email protected]>", "Kenneth Eversole <[email protected]>"]
55
repository = "https://github.com/cloudflare/cloudflare-rs"
66
edition = "2018"
77
description = "Rust library for the Cloudflare v4 API"
@@ -23,14 +23,14 @@ chrono = { version = "0.4", default-features = false, features = [
2323
"std",
2424
"wasmbind",
2525
] }
26-
http = "0.2"
26+
http = "1"
2727
mockito = { version = "0.31", optional = true }
2828
percent-encoding = "2.1.0"
29-
reqwest = { version = "0.11.4", default-features = false, features = ["json"] }
29+
reqwest = { version = "0.12.12", default-features = false, features = ["json"] }
3030
serde = { version = "1.0", features = ["derive"] }
3131
serde_json = "1.0"
32-
serde_with = { version = "2.0", features = ["base64"] }
32+
serde_with = { version = "3", features = ["base64"] }
3333
serde_urlencoded = "0.7.1"
34-
thiserror = "1"
34+
thiserror = "2"
3535
url = "2.2"
3636
uuid = { version = "1.0", features = ["serde"] }

0 commit comments

Comments
 (0)