Skip to content

Commit

Permalink
chore(deps): bump console from 0.15.2 to 0.15.3 (#30)
Browse files Browse the repository at this point in the history
Bumps [console](https://github.com/console-rs/console) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](console-rs/console@0.15.2...0.15.3)

---
updated-dependencies:
- dependency-name: console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2023
1 parent d790b76 commit 96023fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
17 changes: 3 additions & 14 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/stackable-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clap = { version = "4.0.32", features = ["derive", "env"], optional = true }
serde_json = "1.0.91"
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
console = "0.15.2"
console = "0.15.3"
mime_guess = "2.0.4"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dotenvy = "0.15.6"
time = "0.3"
rand = "0.8.5"
indicatif = "0.17.2"
console = "0.15.2"
console = "0.15.3"
reqwest = { version = "0.11.13", features = ["rustls-tls-webpki-roots"] }

# Stackable Components
Expand Down

0 comments on commit 96023fa

Please sign in to comment.