Skip to content

Commit c284426

Browse files
build(deps): bump once_cell from 1.21.1 to 1.21.3 (#3606)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.21.1 to 1.21.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.21.1...v1.21.3) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b75ae11 commit c284426

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

actix-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ divan = "0.1.8"
155155
env_logger = "0.11"
156156
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
157157
memchr = "2.4"
158-
once_cell = "1.9"
158+
once_cell = "1.21"
159159
rcgen = "0.13"
160160
regex = "1.3"
161161
rustversion = "1"

actix-web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl-more = "0.1.4"
155155
language-tags = "0.3"
156156
log = "0.4"
157157
mime = "0.3"
158-
once_cell = "1.5"
158+
once_cell = "1.21"
159159
pin-project-lite = "0.2.7"
160160
regex = { version = "1.5.5", optional = true }
161161
regex-lite = "0.1"

0 commit comments

Comments
 (0)