mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-31 23:49:25 +00:00
Bump reqwest from 0.13.3 to 0.13.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.3 to 0.13.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ab4340abe8
commit
8f97b932b0
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -4326,9 +4326,9 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
|
|||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.13.3"
|
||||
version = "0.13.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0"
|
||||
checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bytes",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ picon = "0.1.0"
|
|||
plotters = { version = "0.3.7", default-features = false, features = ["area_series", "line_series"] }
|
||||
plotters-iced2 = "0.14.0"
|
||||
prefix-trie = { version = "0.8.3", features = ["ipnet"] }
|
||||
reqwest = { version = "0.13.3", features = ["json"] }
|
||||
reqwest = { version = "0.13.4", features = ["json"] }
|
||||
rfd = "0.17.2"
|
||||
rodio = { version = "0.22.2", default-features = false, features = ["mp3", "playback"] }
|
||||
semver = "1.0.28"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue