Skip to content

Commit a56f41c

Browse files
committed
chore(deps): update octolib and related crate versions
- Bump octolib git revision to 5c84ab4 for latest changes - Update cc, hashbrown, indexmap, zerocopy, and zerocopy-derive versions to patch releases - Refresh checksums in Cargo.lock to match updated dependencies
1 parent 5faba58 commit a56f41c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ strip = true # Strip symbols from binary
3131

3232
[dependencies]
3333
# octolib = { path = "../octolib" }
34-
octolib = { git = "https://github.com/muvon/octolib.git", rev = "bfc1cca892c46b8db14e3b0ace6cd02e033cef44", default-features = false }
34+
octolib = { git = "https://github.com/muvon/octolib.git", rev = "5c84ab4797b4768ed024afb59bfee0f185512f47", default-features = false }
3535
tokio = { version = "1.45.1", features = ["rt-multi-thread", "macros", "time", "process", "fs", "sync", "signal"] }
3636
crossterm = "0.29.0"
3737
indicatif = "0.18.0"

0 commit comments

Comments
 (0)