Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennetheversole committed Jan 30, 2025
1 parent cd90130 commit ced49bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cloudflare"
version = "0.12.0"
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>"]
version = "0.13.0"
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>", "Kenneth Eversole <keversole@cloudflare.com>"]
repository = "https://github.com/cloudflare/cloudflare-rs"
edition = "2018"
description = "Rust library for the Cloudflare v4 API"
Expand All @@ -23,14 +23,14 @@ chrono = { version = "0.4", default-features = false, features = [
"std",
"wasmbind",
] }
http = "0.2"
http = "1"
mockito = { version = "0.31", optional = true }
percent-encoding = "2.1.0"
reqwest = { version = "0.11.4", default-features = false, features = ["json"] }
reqwest = { version = "0.12.12", default-features = false, features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "2.0", features = ["base64"] }
serde_with = { version = "3", features = ["base64"] }
serde_urlencoded = "0.7.1"
thiserror = "1"
thiserror = "2"
url = "2.2"
uuid = { version = "1.0", features = ["serde"] }

0 comments on commit ced49bb

Please sign in to comment.