-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 #390
build(deps): Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 #390
Conversation
Thanks for the report, Bot. I've checked the source diff of |
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](BurntSushi/toml@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
7822044
to
cfc60ad
Compare
Codecov Report
@@ Coverage Diff @@
## main #390 +/- ##
==========================================
+ Coverage 65.15% 65.35% +0.19%
==========================================
Files 278 278
Lines 37743 37871 +128
==========================================
+ Hits 24590 24749 +159
+ Misses 11370 11323 -47
- Partials 1783 1799 +16
|
The following compile error was introduced by the latest go 1.18 release that CI action selected. This has been fixed in #389 and I've rebased to the
|
Ready for reviewing @tnasu @kokeshiM0chi |
Bumps github.com/BurntSushi/toml from 1.0.0 to 1.1.0.
Release notes
Sourced from github.com/BurntSushi/toml's releases.
Commits
891d261
Don't error out if a multiline string ends with an incomplete UTF-8 sequenceef65e34
Don't run Unmarshal() through Decode()573cad4
Merge pull request #347 from zhsj/fix-32f3633f4
Fix test on 32 bit arch551f4a5
Merge pull request #344 from lucasbutn/hotfix-341-marshaler-shouldnot-writequ...dec5825
Removed write quote in marshal to allow write other types than strings2249a9c
Multiline strings can't end with ""51b22f2
Fix README01e5516
Skip fields with toml:"-", even when they're unsupported types87b9f05
Fix tests for older Go versionsDependabot 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 commands and options
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 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)