Skip to content

Commit

Permalink
Bump uuid from 1.2.1 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.2.1...1.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 24, 2023
1 parent 15ff22f commit 95a8dde
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 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 dozer-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ r2d2 = "0.8.2"
diesel = { version = "2.0.0", features = ["sqlite", "serde_json", "r2d2"] }
log = "0.4.17"
log4rs = "1.1.1"
uuid = { version = "1.1.2", features = ["v4", "serde"] }
uuid = { version = "1.2.2", features = ["v4", "serde"] }
tonic = "0.8.2"
tokio = "1.24.1"
prost-types = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion dozer-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
dozer-types = {path = "../dozer-types/"}
dozer-tracing = {path = "../dozer-tracing/"}
uuid = {version = "1.1.2", features = ["v1", "v4", "fast-rng"]}
uuid = {version = "1.2.2", features = ["v1", "v4", "fast-rng"]}
crossbeam = "0.8.2"
lmdb-rkv = "0.14.0"
lmdb-rkv-sys = "0.11.2"
Expand Down
2 changes: 1 addition & 1 deletion dozer-orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dozer-tracing = {path = "../dozer-tracing"}
dotenvy = "0.15.3"
serde_json = "1.0.91"
serde = "1.0.144"
uuid = { version = "1.1.2", features = ["v4", "serde"] }
uuid = { version = "1.2.2", features = ["v4", "serde"] }
tokio = { version = "1", features = ["full"] }
tempdir = "0.3.7"
clap = {version = "4.0.15", features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion dozer-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dyn-clone = "1.0.10"
like = "0.3.1"
lmdb-rkv = "0.14.0"
lmdb-rkv-sys = "0.11.2"
uuid = {version = "1.1.2", features = ["v1", "v4", "fast-rng"]}
uuid = {version = "1.2.2", features = ["v1", "v4", "fast-rng"]}
dozer-types = {path = "../dozer-types"}
dozer-core = {path = "../dozer-core"}
dozer-tracing = {path = "../dozer-tracing"}
Expand Down

0 comments on commit 95a8dde

Please sign in to comment.