Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2022
1 parent 430da39 commit 51b12ae
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mongodb = { version = "2.3.1", features = ["bson-uuid-0_8"], default-fea

# Dependencies for bin `fake-data`
rand = { version = "0.8.5", optional = true }
uuid = { version = "0.8.2", optional = true }
uuid = { version = "1.1.2", optional = true }
fake = { version = "2.5.0", optional = true, features = ["uuid"] }

# Dependencies for client
Expand Down
2 changes: 1 addition & 1 deletion coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = { version = "1.22", features = ["rt", "rt-multi-thread", "parking_lot",
tokio-tungstenite = "0.17"
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = "0.8"
uuid = "1.1"

[dev-dependencies]
educe = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio-stream = { version = "0.1", features = ["sync"], optional = true }
tokio-tungstenite = "0.17"
tracing = "0.1"
url = { version = "2.3.1", features = ["serde"] }
uuid = "0.8"
uuid = "1.1"

[dev-dependencies]
core_derive = { path = "../core_derive" }
Expand Down
2 changes: 1 addition & 1 deletion middlewares/delay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ rand = "0.8"
rstest = "0.16"
sg-core = { package = "core", path = "../../core", features = ["mq", "mock"] }
tempfile = "3.3"
uuid = "0.8"
uuid = "1.1"
2 changes: 1 addition & 1 deletion middlewares/translate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sg-core = { package = "core", path = "../../core", features = ["mq", "config"] }
tokio = { version = "1.22", features = ["rt", "rt-multi-thread", "parking_lot", "time", "net", "macros"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = "0.8"
uuid = "1.1"

[dev-dependencies]
assert_cmd = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion workers/bililive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ tarpc = { version = "0.29", features = ["serde1", "tokio1"] }
tokio = { version = "1.22", features = ["rt", "rt-multi-thread", "parking_lot", "time", "net", "macros"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = "0.8"
uuid = "1.1"
2 changes: 1 addition & 1 deletion workers/twitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tokio-executor-trait = "2.1"
tokio-reactor-trait = "1.1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = "0.8"
uuid = "1.1"

[dev-dependencies]
figment = { version = "0.10", features = ["test"] }

0 comments on commit 51b12ae

Please sign in to comment.