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 Jun 13, 2022
1 parent c794bfc commit 0be82c9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 14 deletions.
22 changes: 14 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 coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = { version = "1.17", 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 @@ -28,7 +28,7 @@ tokio-stream = { version = "0.1", features = ["sync"], optional = true }
tokio-tungstenite = "0.17"
tracing = "0.1"
url = { version = "2.2.2", features = ["serde"] }
uuid = "0.8"
uuid = "1.1"

[dev-dependencies]
tokio = { version = "1.17", features = ["rt", "time", "net", "sync"] }
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.12"
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"] }
tokio = { version = "1.17", 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.28", features = ["serde1", "tokio1"] }
tokio = { version = "1.17", 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 0be82c9

Please sign in to comment.