Skip to content

Commit

Permalink
Bump reqwest and http
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Apr 15, 2024
1 parent 47764ac commit b5dbd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jsonwebtoken = {version = "9.0", optional = true}
jwks_client_rs = {version = "0.5", optional = true}
rand = {version = "0.8", optional = true}
redis = {version = "0.23", features = ["tokio-comp"], optional = true}
reqwest = {version = "0.11", features = ["json", "multipart", "stream"]}
reqwest = {version = "0.12", features = ["json", "multipart", "stream"]}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
thiserror = "1.0"
Expand All @@ -45,7 +45,7 @@ tracing = {version = "0.1", optional = true}
uuid = {version = ">=0.7.0, <2.0.0", features = ["serde", "v4"]}

reqwest-middleware = "0.3.0"
http = "0.2.9"
http = "1.0.0"

opentelemetry_0_20_pkg = { package = "opentelemetry", version = "0.20", optional = true }
opentelemetry_0_21_pkg = { package = "opentelemetry", version = "0.21", optional = true }
Expand Down

0 comments on commit b5dbd33

Please sign in to comment.