Skip to content

Commit a51c921

Browse files
committed
build(deps): update linkerd/dev from v43 to v44
1 parent b0a01fa commit a51c921

File tree

25 files changed

+32
-41
lines changed

25 files changed

+32
-41
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkerd2-proxy-api",
3-
"image": "ghcr.io/linkerd/dev:v43",
3+
"image": "ghcr.io/linkerd/dev:v44",
44
"customizations": {
55
"vscode": {
66
"extensions": [

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 10
1616
steps:
17-
- uses: linkerd/dev/actions/setup-tools@v43
17+
- uses: linkerd/dev/actions/setup-tools@265d3968fb473b77838bcff3270903262b14c7c6
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919
- run: just-dev lint-actions
2020

2121
devcontainer-versions:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: linkerd/dev/actions/setup-tools@v43
24+
- uses: linkerd/dev/actions/setup-tools@265d3968fb473b77838bcff3270903262b14c7c6
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2626
- run: just-dev check-action-images

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go:
1717
timeout-minutes: 5
1818
runs-on: ubuntu-latest
19-
container: docker://ghcr.io/linkerd/dev:v43-go
19+
container: docker://ghcr.io/linkerd/dev:v44-go
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2222
- run: just go-mod-check

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
test:
4141
timeout-minutes: 5
4242
runs-on: ubuntu-latest
43-
container: docker://ghcr.io/linkerd/dev:v43-rust
43+
container: docker://ghcr.io/linkerd/dev:v44-rust
4444
steps:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4646
- run: just rs-fetch
@@ -55,7 +55,7 @@ jobs:
5555
contents: write
5656
timeout-minutes: 5
5757
runs-on: ubuntu-latest
58-
container: docker://ghcr.io/linkerd/dev:v43-rust
58+
container: docker://ghcr.io/linkerd/dev:v44-rust
5959
steps:
6060
- if: needs.meta.outputs.publish
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -79,7 +79,7 @@ jobs:
7979
needs: [meta, release]
8080
timeout-minutes: 10
8181
runs-on: ubuntu-latest
82-
container: docker://ghcr.io/linkerd/dev:v43-rust
82+
container: docker://ghcr.io/linkerd/dev:v44-rust
8383
steps:
8484
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8585
- if: '!needs.meta.outputs.publish'

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
gen-check:
2323
timeout-minutes: 10
2424
runs-on: ubuntu-latest
25-
container: docker://ghcr.io/linkerd/dev:v43-rust
25+
container: docker://ghcr.io/linkerd/dev:v44-rust
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828
- run: just rs-fetch
@@ -31,7 +31,7 @@ jobs:
3131
rust-clippy:
3232
timeout-minutes: 10
3333
runs-on: ubuntu-latest
34-
container: docker://ghcr.io/linkerd/dev:v43-rust
34+
container: docker://ghcr.io/linkerd/dev:v44-rust
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3737
- run: just rs-fetch
@@ -40,7 +40,7 @@ jobs:
4040
rust-docs:
4141
timeout-minutes: 10
4242
runs-on: ubuntu-latest
43-
container: docker://ghcr.io/linkerd/dev:v43-rust
43+
container: docker://ghcr.io/linkerd/dev:v44-rust
4444
steps:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4646
- run: just rs-fetch
@@ -49,7 +49,7 @@ jobs:
4949
rust-test:
5050
timeout-minutes: 10
5151
runs-on: ubuntu-latest
52-
container: docker://ghcr.io/linkerd/dev:v43-rust
52+
container: docker://ghcr.io/linkerd/dev:v44-rust
5353
steps:
5454
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5555
- run: just rs-fetch

deny.toml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[graph]
12
targets = [
23
{ triple = "x86_64-unknown-linux-gnu" },
34
{ triple = "aarch64-unknown-linux-gnu" },
@@ -7,10 +8,6 @@ targets = [
78
[advisories]
89
db-path = "~/.cargo/advisory-db"
910
db-urls = ["https://github.com/rustsec/advisory-db"]
10-
vulnerability = "deny"
11-
unmaintained = "warn"
12-
yanked = "deny"
13-
notice = "warn"
1411
ignore = []
1512

1613
[licenses]
@@ -26,23 +23,17 @@ exceptions = [
2623
"Unicode-DFS-2016",
2724
], name = "unicode-ident" },
2825
]
29-
30-
unlicensed = "deny"
3126
allow = [
3227
"Apache-2.0",
3328
"MIT",
3429
]
35-
deny = []
36-
copyleft = "deny"
37-
allow-osi-fsf-free = "neither"
38-
default = "deny"
3930
confidence-threshold = 0.8
31+
4032
[bans]
4133
multiple-versions = "deny"
4234
# Wildcard dependencies are used for all workspace-local crates.
4335
wildcards = "allow"
4436
highlight = "all"
45-
deny = []
4637
skip = [
4738
{ name = "syn" },
4839
]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/linkerd/linkerd2-proxy-api
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/golang/protobuf v1.5.4

go/destination/destination.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/destination/destination_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/grpc_route/grpc_route.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/http_route/http_route.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/http_types/http_types.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/identity/identity.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/identity/identity_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/inbound/inbound.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/inbound/inbound_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/meta/meta.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/net/net.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/opaque_route/opaque_route.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/outbound/outbound.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/outbound/outbound_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/tap/tap.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/tap/tap_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/tls_route/tls_route.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/net.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl TryFrom<IpNetwork> for ipnet::IpNet {
8181
.ok_or(InvalidIpNetwork::Ip(InvalidIpAddress))?
8282
.try_into()
8383
.map_err(InvalidIpNetwork::Ip)?;
84-
let prefix_len = if (0..=std::u8::MAX as u32).contains(&net.prefix_len) {
84+
let prefix_len = if (0..=u8::MAX as u32).contains(&net.prefix_len) {
8585
net.prefix_len as u8
8686
} else {
8787
return Err(InvalidIpNetwork::PrefixLen(ipnet::PrefixLenError));

0 commit comments

Comments
 (0)