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 and SanjoDeundiak committed Nov 24, 2023
1 parent 77ed734 commit a681174
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ once_cell = "1.18"
open = "5.0.0"
pem-rfc7468 = { version = "0.7.0", features = ["std"] }
r3bl_rs_utils_core = "0.9.7"
r3bl_tuify = "0.1.20"
r3bl_tuify = "0.1.21"
rand = "0.8"
regex = "1.10.2"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] }
Expand Down

0 comments on commit a681174

Please sign in to comment.