Skip to content

Commit

Permalink
Merge pull request #4 from serpent-os/dependabot/cargo/cargo-c0bb745096
Browse files Browse the repository at this point in the history
build(deps): bump the cargo group across 1 directory with 8 updates
  • Loading branch information
ikeycode authored Jul 10, 2024
2 parents b337bbd + 8d52579 commit 332c315
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 24 deletions.
46 changes: 28 additions & 18 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ members = [
resolver = "2"

[workspace.dependencies]
bitflags = "2.5.0"
bitflags = "2.6.0"
chrono = { version = "0.4.38", features = ["unstable-locales"] }
chrono-tz = "0.9.0"
color-eyre = { version = "0.6.3", features = ["issue-url"] }
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
human_bytes = "0.4.3"
futures = "0.3.30"
libc = "0.2.155"
log = "0.4.21"
ratatui = { version = "0.26.3", features = ["all-widgets", "macros", "document-features", "crossterm", "serde", "unstable"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
log = "0.4.22"
ratatui = { version = "0.27.0", features = ["all-widgets", "macros", "document-features", "crossterm", "serde", "unstable"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
superblock = { git = "https://github.com/serpent-os/blsforme.git"}
topology = { git = "https://github.com/serpent-os/blsforme.git"}
thiserror = "1.0.61"
Expand Down
2 changes: 1 addition & 1 deletion crates/tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ log.workspace = true
ratatui.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tui-textarea = "0.4.0"
tui-textarea = "0.5.0"

0 comments on commit 332c315

Please sign in to comment.