Skip to content

Commit

Permalink
update fuzz lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jun 1, 2021
1 parent 1b84962 commit 00d8291
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions linkerd/app/inbound/fuzz/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ dependencies = [
"linkerd-exp-backoff",
"linkerd-http-classify",
"linkerd-http-metrics",
"linkerd-http-retry",
"linkerd-identity",
"linkerd-io",
"linkerd-metrics",
Expand All @@ -605,7 +606,6 @@ dependencies = [
"linkerd-proxy-tcp",
"linkerd-proxy-transport",
"linkerd-reconnect",
"linkerd-retry",
"linkerd-service-profiles",
"linkerd-stack",
"linkerd-stack-metrics",
Expand Down Expand Up @@ -860,6 +860,23 @@ dependencies = [
"tracing",
]

[[package]]
name = "linkerd-http-retry"
version = "0.1.0"
dependencies = [
"bytes",
"futures",
"http",
"http-body",
"linkerd-error",
"linkerd-http-box",
"linkerd-stack",
"parking_lot",
"pin-project",
"tower",
"tracing",
]

[[package]]
name = "linkerd-identity"
version = "0.1.0"
Expand Down Expand Up @@ -1116,22 +1133,6 @@ dependencies = [
"tracing",
]

[[package]]
name = "linkerd-retry"
version = "0.1.0"
dependencies = [
"bytes",
"futures",
"http",
"http-body",
"linkerd-error",
"linkerd-stack",
"parking_lot",
"pin-project",
"tower",
"tracing",
]

[[package]]
name = "linkerd-service-profiles"
version = "0.1.0"
Expand Down

0 comments on commit 00d8291

Please sign in to comment.