Skip to content

Commit 2b9896f

Browse files
build(deps): bump once_cell from 1.19.0 to 1.20.0 (#3207)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5275e9b commit 2b9896f

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
@@ -1080,7 +1080,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
10801080
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
10811081
dependencies = [
10821082
"cfg-if",
1083-
"windows-targets 0.48.5",
1083+
"windows-targets 0.52.0",
10841084
]
10851085

10861086
[[package]]
@@ -2562,9 +2562,9 @@ dependencies = [
25622562

25632563
[[package]]
25642564
name = "once_cell"
2565-
version = "1.19.0"
2565+
version = "1.20.0"
25662566
source = "registry+https://github.com/rust-lang/crates.io-index"
2567-
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2567+
checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe"
25682568

25692569
[[package]]
25702570
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 = "0.2"
1616
http-body = "0.4"
1717
linkerd2-proxy-api = { workspace = true, features = ["destination"] }
18-
once_cell = "1.17"
18+
once_cell = "1.20"
1919
prost-types = "0.12"
2020
regex = "1"
2121
tokio = { version = "1", features = ["macros", "rt", "sync", "time"] }

0 commit comments

Comments
 (0)