1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 15:31:07 +01:00

build(deps): update rustversion-msrv requirement from 0.99 to 0.100 (#584)

---
updated-dependencies:
- dependency-name: rustversion-msrv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-22 19:27:49 +00:00 committed by GitHub
parent 5c44115978
commit e282811d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,5 +32,5 @@ proc-macro2 = "1.0.60"
[dev-dependencies]
actix-rt = "2"
futures-util = { version = "0.3.17", default-features = false }
rustversion-msrv = "0.99"
rustversion-msrv = "0.100"
trybuild = "1"