Skip to content

Commit

Permalink
feat:v8.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ltpp-universe committed Jan 20, 2025
1 parent e10e31a commit 6a38943
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-request"
version = "8.37.1"
version = "8.37.2"
edition = "2021"
authors = ["ltpp-universe <[email protected]>"]
license = "MIT"
Expand All @@ -19,8 +19,8 @@ exclude = [
brotli = "7.0.0"
flate2 = "1.0.35"
hex = "0.4.3"
http-compress = "2.2.0"
http-type = "2.30.9"
http-compress = "2.2.1"
http-type = "2.30.10"
rustls = "0.23.21"
serde = { version = "1.0.217", features = ["derive"] }
serde-xml-rs = "0.6.0"
Expand All @@ -31,19 +31,19 @@ urlencoding = "2.1.3"
webpki-roots = "0.26.7"

[dev-dependencies]
color-output = "6.1.4"
std-macro-extensions = "0.20.1"
color-output = "6.1.7"
std-macro-extensions = "0.20.5"

[profile.dev]
incremental = true
opt-level = 3
lto = true
panic = "abort"
panic = "unwind"
debug = false

[profile.release]
incremental = false
opt-level = 3
lto = true
panic = "abort"
panic = "unwind"
debug = false

0 comments on commit 6a38943

Please sign in to comment.