Skip to content

Commit 6d7b165

Browse files
build(deps): bump once_cell from 1.20.3 to 1.21.0 (#3748)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.3 to 1.21.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.3...v1.21.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df65127 commit 6d7b165

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
12841284
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
12851285
dependencies = [
12861286
"cfg-if",
1287-
"windows-targets 0.48.5",
1287+
"windows-targets 0.52.0",
12881288
]
12891289

12901290
[[package]]
@@ -2965,9 +2965,9 @@ dependencies = [
29652965

29662966
[[package]]
29672967
name = "once_cell"
2968-
version = "1.20.3"
2968+
version = "1.21.0"
29692969
source = "registry+https://github.com/rust-lang/crates.io-index"
2970-
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
2970+
checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad"
29712971

29722972
[[package]]
29732973
name = "opencensus-proto"

linkerd/service-profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures = { version = "0.3", default-features = false }
1515
http = { workspace = true }
1616
http-body = { workspace = true }
1717
linkerd2-proxy-api = { workspace = true, features = ["destination"] }
18-
once_cell = "1.20"
18+
once_cell = "1.21"
1919
prost-types = { workspace = true }
2020
regex = "1"
2121
tokio = { version = "1", features = ["macros", "rt", "sync", "time"] }

0 commit comments

Comments
 (0)