Skip to content

Commit 8ee0009

Browse files
Bump github.com/dunglas/frankenphp from 1.3.1 to 1.3.2 in /cli (#93)
Bumps [github.com/dunglas/frankenphp](https://github.com/dunglas/frankenphp) from 1.3.1 to 1.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dunglas/frankenphp/releases">github.com/dunglas/frankenphp's releases</a>.</em></p> <blockquote> <h2>v1.3.2</h2> <h2>What's Changed</h2> <ul> <li>ci: build PHP 8.4 Docker images by <a href="https://github.com/dunglas"><code>@​dunglas</code></a> in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1183">dunglas/frankenphp#1183</a></li> <li>perf: improve php_server directive by <a href="https://github.com/dunglas"><code>@​dunglas</code></a> in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1180">dunglas/frankenphp#1180</a></li> <li>fix: ignore watcher dir creation error if the watcher exists by <a href="https://github.com/bk-ty"><code>@​bk-ty</code></a> in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1165">dunglas/frankenphp#1165</a></li> <li>fix: support empty request headers by <a href="https://github.com/Alliballibaba2"><code>@​Alliballibaba2</code></a> in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1182">dunglas/frankenphp#1182</a></li> <li>fix: remove opcache_reset if opcache isn't installed by <a href="https://github.com/withinboredom"><code>@​withinboredom</code></a> in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1173">dunglas/frankenphp#1173</a></li> <li>fix(metrics): handle the case where the worker is already assigned to a thread by <a href="https://github.com/withinboredom"><code>@​withinboredom</code></a> in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1171">dunglas/frankenphp#1171</a></li> <li>refactor: simplify exponential backoff and refactor env by <a href="https://github.com/withinboredom"><code>@​withinboredom</code></a> in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1185">dunglas/frankenphp#1185</a></li> <li>chore: bump deps by <a href="https://github.com/dunglas"><code>@​dunglas</code></a> in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1187">dunglas/frankenphp#1187</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bk-ty"><code>@​bk-ty</code></a> made their first contribution in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1165">dunglas/frankenphp#1165</a></li> <li><a href="https://github.com/rumpl"><code>@​rumpl</code></a> made their first contribution in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1168">dunglas/frankenphp#1168</a></li> <li><a href="https://github.com/aleho"><code>@​aleho</code></a> made their first contribution in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1170">dunglas/frankenphp#1170</a></li> <li><a href="https://github.com/Alliballibaba2"><code>@​Alliballibaba2</code></a> made their first contribution in <a href="https://redirect.github.com/dunglas/frankenphp/pull/1182">dunglas/frankenphp#1182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dunglas/frankenphp/compare/v1.3.1...v1.3.2">https://github.com/dunglas/frankenphp/compare/v1.3.1...v1.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dunglas/frankenphp/commit/6d123c7e66800bf559c7b70486631251042a4fa0"><code>6d123c7</code></a> chore: prepare release 1.3.2</li> <li><a href="https://github.com/dunglas/frankenphp/commit/a1797c49b008bb47e4ba0603409cdede6c289e42"><code>a1797c4</code></a> chore: bump deps (<a href="https://redirect.github.com/dunglas/frankenphp/issues/1187">#1187</a>)</li> <li><a href="https://github.com/dunglas/frankenphp/commit/1e279bc348155bdd010d25c000297697c196b77c"><code>1e279bc</code></a> refactor: simplify exponential backoff and refactor env (<a href="https://redirect.github.com/dunglas/frankenphp/issues/1185">#1185</a>)</li> <li><a href="https://github.com/dunglas/frankenphp/commit/449a0e719147c3ca16053d04609b430ab4e25689"><code>449a0e7</code></a> ci: build PHP 8.4 Docker images (<a href="https://redirect.github.com/dunglas/frankenphp/issues/1183">#1183</a>)</li> <li><a href="https://github.com/dunglas/frankenphp/commit/08e99fc85f2a1c6b7acf77a1023c48c2a2530431"><code>08e99fc</code></a> fix(metrics): handle the case where the worker is already assigned to a threa...</li> <li><a href="https://github.com/dunglas/frankenphp/commit/2d6a299dbcf4745fb67f1b75944e6055c5e45ec9"><code>2d6a299</code></a> perf: improve php_server directive (<a href="https://redirect.github.com/dunglas/frankenphp/issues/1180">#1180</a>)</li> <li><a href="https://github.com/dunglas/frankenphp/commit/b4748ee11038dbba0a39ab12c2607b050e6ccbf8"><code>b4748ee</code></a> fix: don’t ignore empty request headers (<a href="https://redirect.github.com/dunglas/frankenphp/issues/1182">#1182</a>)</li> <li><a href="https://github.com/dunglas/frankenphp/commit/b40c5a64a85c09f6eaa3cdb19de8824fc62d2a49"><code>b40c5a6</code></a> docs: update instructions for xcaddy in Dockerfile (<a href="https://redirect.github.com/dunglas/frankenphp/issues/1170">#1170</a>)</li> <li><a href="https://github.com/dunglas/frankenphp/commit/0c123a2563d63e506bd0d935f187b614352537d7"><code>0c123a2</code></a> remove opcache_reset (<a href="https://redirect.github.com/dunglas/frankenphp/issues/1173">#1173</a>)</li> <li><a href="https://github.com/dunglas/frankenphp/commit/fa64198d5222d98a48a4262153ea0eb86b4a3d6c"><code>fa64198</code></a> docs: simplify docker run command (<a href="https://redirect.github.com/dunglas/frankenphp/issues/1168">#1168</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dunglas/frankenphp/compare/v1.3.1...v1.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/dunglas/frankenphp&package-manager=go_modules&previous-version=1.3.1&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79a46cc commit 8ee0009

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

cli/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module durable_php
22

33
go 1.23
44

5-
require github.com/dunglas/frankenphp v1.3.1
5+
require github.com/dunglas/frankenphp v1.3.2
66

77
require github.com/nats-io/nats.go v1.37.0
88

@@ -30,9 +30,9 @@ require (
3030
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3131
github.com/davecgh/go-spew v1.1.1 // indirect
3232
github.com/dolthub/maphash v0.1.0 // indirect
33-
github.com/gammazero/deque v0.2.1 // indirect
33+
github.com/gammazero/deque v1.0.0 // indirect
3434
github.com/klauspost/compress v1.17.11 // indirect
35-
github.com/maypok86/otter v1.2.3 // indirect
35+
github.com/maypok86/otter v1.2.4 // indirect
3636
github.com/minio/highwayhash v1.0.3 // indirect
3737
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3838
github.com/nats-io/jwt/v2 v2.5.8 // indirect
@@ -50,6 +50,6 @@ require (
5050
golang.org/x/sys v0.27.0 // indirect
5151
golang.org/x/text v0.20.0 // indirect
5252
golang.org/x/time v0.7.0 // indirect
53-
google.golang.org/protobuf v1.35.1 // indirect
53+
google.golang.org/protobuf v1.35.2 // indirect
5454
gopkg.in/yaml.v3 v3.0.1 // indirect
5555
)

cli/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
1111
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1212
github.com/dolthub/maphash v0.1.0 h1:bsQ7JsF4FkkWyrP3oCnFJgrCUAFbFf3kOl4L/QxPDyQ=
1313
github.com/dolthub/maphash v0.1.0/go.mod h1:gkg4Ch4CdCDu5h6PMriVLawB7koZ+5ijb9puGMV50a4=
14-
github.com/dunglas/frankenphp v1.3.1 h1:BAKUq+YFQ38xC2AhJOo2n+zaBO3tgpzyJPdhadaAjIw=
15-
github.com/dunglas/frankenphp v1.3.1/go.mod h1:Xz/VoavcAwSkz7+zD5zT8SC9B+gj7uXPw9Dt4VLzWFI=
16-
github.com/gammazero/deque v0.2.1 h1:qSdsbG6pgp6nL7A0+K/B7s12mcCY/5l5SIUpMOl+dC0=
17-
github.com/gammazero/deque v0.2.1/go.mod h1:LFroj8x4cMYCukHJDbxFCkT+r9AndaJnFMuZDV34tuU=
14+
github.com/dunglas/frankenphp v1.3.2 h1:1oWw8D+cupvMdSEkldYeSlyMSrmOEnhJu8AC9NumJPk=
15+
github.com/dunglas/frankenphp v1.3.2/go.mod h1:wkSyzmZhIGVmHDUBGkpls7OnsY6Kf37pi4IgNIK2q/s=
16+
github.com/gammazero/deque v1.0.0 h1:LTmimT8H7bXkkCy6gZX7zNLtkbz4NdS2z8LZuor3j34=
17+
github.com/gammazero/deque v1.0.0/go.mod h1:iflpYvtGfM3U8S8j+sZEKIak3SAKYpA5/SQewgfXDKo=
1818
github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo=
1919
github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
2020
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
@@ -32,8 +32,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
3232
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
3333
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
3434
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
35-
github.com/maypok86/otter v1.2.3 h1:jxyPD4ofCwtrQM5is5JNrdAs+6+JQkf/PREZd7JCVgg=
36-
github.com/maypok86/otter v1.2.3/go.mod h1:mKLfoI7v1HOmQMwFgX4QkRk23mX6ge3RDvjdHOWG4R4=
35+
github.com/maypok86/otter v1.2.4 h1:HhW1Pq6VdJkmWwcZZq19BlEQkHtI8xgsQzBVXJU0nfc=
36+
github.com/maypok86/otter v1.2.4/go.mod h1:mKLfoI7v1HOmQMwFgX4QkRk23mX6ge3RDvjdHOWG4R4=
3737
github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q=
3838
github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ=
3939
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
@@ -94,8 +94,8 @@ golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=
9494
golang.org/x/text v0.20.0/go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4=
9595
golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ=
9696
golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
97-
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
98-
google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
97+
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
98+
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
9999
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
100100
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
101101
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

0 commit comments

Comments
 (0)