Skip to content

Commit 91d20d1

Browse files
fix(deps): update rust crate indicatif to ^0.18.0
1 parent 85b668f commit 91d20d1

File tree

2 files changed

+110
-24
lines changed

2 files changed

+110
-24
lines changed

Cargo.lock

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

openstack_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ http = { workspace = true }
6868
json-patch = { workspace = true }
6969
openstack_sdk = { path="../openstack_sdk", version = "^0.21", default-features = false, features = ["async", "identity"] }
7070
openstack_types = { path="../openstack_types", version = "^0.21" }
71-
indicatif = "^0.17"
71+
indicatif = "^0.18.0"
7272
regex = { workspace = true }
7373
reqwest = { workspace = true }
7474
serde = { workspace = true }

0 commit comments

Comments
 (0)