Commit ee58123
authored
fix(deps): Update module github.com/ugorji/go/codec to v1.2.12 (#141)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/ugorji/go/codec](https://togithub.com/ugorji/go) | indirect | patch | `v1.2.11` -> `v1.2.12` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>ugorji/go (github.com/ugorji/go/codec)</summary>
### [`v1.2.12`](https://togithub.com/ugorji/go/releases/tag/v1.2.12): 1.2.12
[Compare Source](https://togithub.com/ugorji/go/compare/v1.2.11...v1.2.12)
Release 1.2.12
This is a production release of go-codec.
Changes include:
- expose (En|De)coder.HandleName()
- cbor: fix indefinite stream conformance
- codecgen: use base32 to generate field names
- return io.ErrUnexpectedEOF (not io.EOF) when EOF is reached while needing more data
Please try it out and share your experiences.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->1 parent a0ad07d commit ee58123
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments