Skip to content

Commit

Permalink
Update reqwest-middleware, reqwest-retry, and retry-policies (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored Nov 15, 2024
1 parent 2f9219b commit 75b566c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bigquery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ base64 = "0.21"
bigdecimal = { version="0.4", features=["serde"] }
num-bigint = "0.4"
backon = { version = "1.2", default-features = false, features = ["tokio-sleep"] }
reqwest-middleware = { version = "0.3", features = ["json", "multipart"] }
reqwest-middleware = { version = "0.4", features = ["json", "multipart"] }
anyhow = "1.0"

google-cloud-auth = { optional = true, version = "0.17", path="../foundation/auth", default-features=false }
Expand Down
6 changes: 3 additions & 3 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ reqwest = {version = "0.12", features = [
"stream",
"multipart",
], default-features = false}
reqwest-middleware = {version = "0.3", features = ["json", "multipart"]}
reqwest-middleware = {version = "0.4", features = ["json", "multipart"]}
ring = "0.17"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
Expand All @@ -51,8 +51,8 @@ google-cloud-metadata = {optional = true, version = "0.5", path = "../foundation
[dev-dependencies]
ctor = "0.1.26"
google-cloud-auth = {path = "../foundation/auth", default-features = false}
reqwest-retry = "0.5.0"
retry-policies = "0.3.0"
reqwest-retry = "0.7.0"
retry-policies = "0.4.0"
serial_test = "3.1"
tokio = {version = "1.32", features = ["rt-multi-thread"]}
tokio-util = {version = "0.7", features = ["codec"]}
Expand Down

4 comments on commit 75b566c

@sagojez
Copy link

@sagojez sagojez commented on 75b566c Nov 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @yoshidan, first of: great work with the library!. Quick question: can this particular update be published as a quick patch? Or maybe if you could share a planned release date?

@yoshidan
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will release it today. Please wait a little.

@yoshidan
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@sagojez
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!

Please sign in to comment.