Skip to content

Commit

Permalink
build: bump r3bl_ansi_color from 0.6.8 to 0.6.9
Browse files Browse the repository at this point in the history
Bumps [r3bl_ansi_color](https://github.com/r3bl-org/r3bl_rs_utils) from 0.6.8 to 0.6.9.
- [Changelog](https://github.com/r3bl-org/r3bl_rs_utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/r3bl-org/r3bl_rs_utils/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent 8b22e06 commit 77785c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 examples/rust/get_started/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ockam_transport_udp = { path = "../../../implementations/rust/ockam/ockam_transp
ockam_transport_uds = { path = "../../../implementations/rust/ockam/ockam_transport_uds" }
ockam_transport_websocket = { path = "../../../implementations/rust/ockam/ockam_transport_websocket", optional = true }
ockam_vault = { path = "../../../implementations/rust/ockam/ockam_vault" }
r3bl_ansi_color = "0.6.7"
r3bl_ansi_color = "0.6.9"
serde = { version = "1", default_features = false, features = ["derive"] }
serde_bare = "0.5.0"
serde_json = { version = "1.0", default_features = false }
Expand Down

0 comments on commit 77785c5

Please sign in to comment.