Skip to content

Commit

Permalink
Bump bytesize from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/hyunsik/bytesize/releases)
- [Commits](hyunsik/bytesize@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: bytesize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 27, 2023
1 parent 2aa5c2c commit 06e2aa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/nu-command/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ alphanumeric-sort = "1.4.4"
atty = "0.2.14"
base64 = "0.21.0"
byteorder = "1.4.3"
bytesize = "1.1.0"
bytesize = "1.2.0"
calamine = "0.19.1"
chrono = { version = "0.4.23", features = ["std", "unstable-locales"], default-features = false }
chrono-humanize = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/nu-parser/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ version = "0.76.1"
bench = false

[dependencies]
bytesize = "1.1.0"
bytesize = "1.2.0"
chrono = { default-features = false, features = ['std'], version = "0.4.23" }
itertools = "0.10"
miette = {version = "5.5.0", features = ["fancy-no-backtrace"]}
Expand Down

0 comments on commit 06e2aa6

Please sign in to comment.