Skip to content

Commit

Permalink
build(deps): bump impl-more from 0.1.8 to 0.1.9
Browse files Browse the repository at this point in the history
Bumps [impl-more](https://github.com/robjtede/impl-more) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/robjtede/impl-more/releases)
- [Changelog](https://github.com/robjtede/impl-more/blob/main/CHANGELOG.md)
- [Commits](robjtede/impl-more@impl-more-v0.1.8...impl-more-v0.1.9)

---
updated-dependencies:
- dependency-name: impl-more
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 5916e41 commit 25c004a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 actix-client-ip-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fetch-ips-openssl = ["awc", "awc/openssl"]
actix-utils = "3"
actix-web = { version = "4", default-features = false }
awc = { version = "3.5", optional = true }
impl-more = "0.1.5"
impl-more = "0.1.9"
ipnetwork = { version = "0.20", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
tracing = { version = "0.1.30", features = ["log"] }
Expand Down
2 changes: 1 addition & 1 deletion actix-web-lab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ form_urlencoded = "1"
futures-core = "0.3.17"
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
http = "0.2.7"
impl-more = "0.1.3"
impl-more = "0.1.9"
itertools = "0.13"
local-channel = "0.1"
mediatype = "0.19"
Expand Down

0 comments on commit 25c004a

Please sign in to comment.