1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-14 22:04:06 +00:00

build(deps): bump divan from 0.1.17 to 0.1.18

Bumps [divan](https://github.com/nvzqz/divan) from 0.1.17 to 0.1.18.
- [Changelog](https://github.com/nvzqz/divan/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nvzqz/divan/compare/v0.1.17...v0.1.18)

---
updated-dependencies:
- dependency-name: divan
  dependency-version: 0.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-07 00:30:57 +00:00 committed by GitHub
parent 0ef246a846
commit 908c136f60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1211,9 +1211,9 @@ dependencies = [
[[package]]
name = "divan"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0583193020b29b03682d8d33bb53a5b0f50df6daacece12ca99b904cfdcb8c4"
checksum = "009c56317fe2bd3b5eebe3aa888828c62ed1b085d26c1ef2079a60369795765e"
dependencies = [
"cfg-if",
"clap",
@ -1225,9 +1225,9 @@ dependencies = [
[[package]]
name = "divan-macros"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dc51d98e636f5e3b0759a39257458b22619cac7e96d932da6eeb052891bb67c"
checksum = "0f4de9827ae754db91aedec0277381f5a2d8e2f801564c8d774acfe1ab1b045e"
dependencies = [
"proc-macro2",
"quote",

View file

@ -151,7 +151,7 @@ actix-web = "4"
async-stream = "0.3"
criterion = { version = "0.5", features = ["html_reports"] }
divan = "0.1.8"
divan = "0.1.18"
env_logger = "0.11"
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
memchr = "2.4"