Skip to content

Commit fb61cfe

Browse files
build(deps): bump reqwest from 0.11.27 to 0.12.4 in /graph-data.rs
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53d8397 commit fb61cfe

File tree

2 files changed

+208
-25
lines changed

2 files changed

+208
-25
lines changed

graph-data.rs/Cargo.lock

+207-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph-data.rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ semver = { version = "^0.11", features = [ "serde" ] }
1717
toml = "^0.8.19"
1818
lazy_static = "^1.5.0"
1919
url = "^2.5.2"
20-
reqwest = { version = "^0.11", features = ["gzip"] }
20+
reqwest = { version = "^0.12", features = ["gzip"] }
2121
futures = "^0.3"
2222
itertools = "^0.13"
2323
zeroize = "=1.3.0"

0 commit comments

Comments
 (0)