Skip to content

Commit

Permalink
Merge pull request #181 from bit-ranger/dependabot/cargo/dev/reqwest-…
Browse files Browse the repository at this point in the history
…0.11.14

build(deps): bump reqwest from 0.11.13 to 0.11.14
  • Loading branch information
bit-ranger authored Feb 1, 2023
2 parents e864f83 + 88f64ba commit b1469a4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 16 deletions.
46 changes: 33 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion action/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1.0" }
itertools = "0.10.5"
futures = { version = "0.3.25" }
log = { version = "0.4.14", features = ["std"] }
reqwest = { version = "0.11.13", features = ['stream'], optional = true }
reqwest = { version = "0.11.14", features = ['stream'], optional = true }
md5 = { version = "0.7.0", optional = true }
redis = { version = "0.22.2", features = ["tokio-comp"], optional = true }
rbatis = { version = "3.1.14", optional = true, default-features = false, features = ["default_mode", "all-database", "upper_case_sql_keyword", "runtime-tokio-rustls"] }
Expand Down
2 changes: 1 addition & 1 deletion output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = { version = "0.4.14", features = ["std"] }
async-trait = "0.1.63"
futures = "0.3.25"
csv = { version = "1.1.5", optional = true }
reqwest = { version = "0.11.13", features = ['stream'], optional = true }
reqwest = { version = "0.11.14", features = ['stream'], optional = true }
thiserror = "1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/bit-ranger/chord"
[dependencies]
chord-core = { path = "../core", version = "0.1.22" }
serde = { version = "1.0" }
reqwest = { version = "0.11.13", features = ['stream'] }
reqwest = { version = "0.11.14", features = ['stream'] }
futures = "0.3.25"
log = { version = "0.4.14", features = ["std"] }
thiserror = "1.0"

0 comments on commit b1469a4

Please sign in to comment.