diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-26 12:16:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 12:16:50 +0000 |
commit | 39d809d3ca42110211cf6fee5687614d3105edf4 (patch) | |
tree | 072ff6bd8537d9e3db1565d1c24742976074a022 /vendor/github.com/vbauerster/mpb/v7/container_option.go | |
parent | b1247b62bddd96a02741499cc63427866290e5a1 (diff) | |
download | podman-39d809d3ca42110211cf6fee5687614d3105edf4.tar.gz podman-39d809d3ca42110211cf6fee5687614d3105edf4.tar.bz2 podman-39d809d3ca42110211cf6fee5687614d3105edf4.zip |
Bump github.com/vbauerster/mpb/v7 from 7.4.2 to 7.5.2
Bumps [github.com/vbauerster/mpb/v7](https://github.com/vbauerster/mpb) from 7.4.2 to 7.5.2.
- [Release notes](https://github.com/vbauerster/mpb/releases)
- [Commits](https://github.com/vbauerster/mpb/compare/v7.4.2...v7.5.2)
---
updated-dependencies:
- dependency-name: github.com/vbauerster/mpb/v7
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/vbauerster/mpb/v7/container_option.go')
-rw-r--r-- | vendor/github.com/vbauerster/mpb/v7/container_option.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/vbauerster/mpb/v7/container_option.go b/vendor/github.com/vbauerster/mpb/v7/container_option.go index e523a1759..bfaa3286a 100644 --- a/vendor/github.com/vbauerster/mpb/v7/container_option.go +++ b/vendor/github.com/vbauerster/mpb/v7/container_option.go @@ -31,7 +31,7 @@ func WithWidth(width int) ContainerOption { } } -// WithRefreshRate overrides default 120ms refresh rate. +// WithRefreshRate overrides default 150ms refresh rate. func WithRefreshRate(d time.Duration) ContainerOption { return func(s *pState) { s.rr = d |