Skip to content

Commit

Permalink
chore(deps): bump uuid from 1.8.0 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.10.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.8.0...1.10.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent 398af5b commit 3a8620e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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 aries/agents/aath-backchannel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde_json = "1.0.40"
serde_derive = "1.0.97"
log = "^0.4.20"
env_logger = "0.11.3"
uuid = { version = "1.8.0", features = ["serde", "v4"] }
uuid = { version = "1.10.0", features = ["serde", "v4"] }
aries-vcx-agent = { path = "../../../aries/agents/aries-vcx-agent" }
anoncreds_types = { path = "../../../aries/misc/anoncreds_types" }
display_as_json = { path = "../../../misc/display_as_json" }
Expand Down
2 changes: 1 addition & 1 deletion aries/agents/aries-vcx-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async-trait = "0.1.64"
derive_builder = "0.12.0"
serde_json = "1.0.85"
log = "0.4.17"
uuid = "1.2.1"
uuid = "1.10.0"
thiserror = "1.0.37"
url = { version = "2.3.1", features = ["serde"] }
display_as_json = { path = "../../../misc/display_as_json" }
2 changes: 1 addition & 1 deletion aries/agents/mediator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ thiserror = "1.0.49"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tower-http = { version = "0.4.4", features = ["catch-panic"] }
url = "2.4.1"
uuid = "1.4.1"
uuid = "1.10.0"
test_utils = { path = "../../misc/test_utils" }
base64-url = "2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion aries/aries_vcx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ base64 = "0.21.4"
sha2 = "0.10.7"
num-bigint = "0.4.5"
futures = { version = "0.3", default-features = false }
uuid = { version = "1.4.1", default-features = false, features = ["v4"] }
uuid = { version = "1.10.0", default-features = false, features = ["v4"] }
strum = "0.25.0"
strum_macros = "0.25.2"
derive_builder = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion aries/aries_vcx_anoncreds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ did_parser_nom = { path = "../../did_core/did_parser_nom" }
async-trait = "0.1.68"
thiserror = "1.0.40"
log = "0.4.17"
uuid = { version = "1.3.0", default-features = false, features = ["v4"] }
uuid = { version = "1.10.0", default-features = false, features = ["v4"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
time = "0.3.20"
Expand Down
2 changes: 1 addition & 1 deletion aries/aries_vcx_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rand = "0.8.5"
thiserror = "1.0.40"
tokio = { version = "1.38" }
typed-builder = "0.18.1"
uuid = { version = "1.3.0", default-features = false, features = ["v4"] }
uuid = { version = "1.10.0", default-features = false, features = ["v4"] }

[dev-dependencies]
tokio = { version = "1.38", features = ["rt", "macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion aries/misc/wallet_migrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public_key = { path = "../../../did_core/public_key"}

[dev-dependencies]
tokio = { version = "1.38.0", features = ["macros", "rt"] }
uuid = { version = "1.3.0", default-features = false, features = ["v4"] }
uuid = { version = "1.10.0", default-features = false, features = ["v4"] }
test-log = "0.2.14"

2 changes: 1 addition & 1 deletion did_core/did_methods/did_resolver_sov/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ log = "0.4.16"
mockall = "0.11.4"
aries_vcx = { path = "../../../aries/aries_vcx" }
tokio = { version = "1.38.0", default-features = false, features = ["macros", "rt"] }
uuid = "1.3.1"
uuid = "1.10.0"
test_utils = {path = "../../../aries/misc/test_utils", features = ["vdrtools_wallet"] }
aries_vcx_wallet = { path = "../../../aries/aries_vcx_wallet" }

0 comments on commit 3a8620e

Please sign in to comment.