Skip to content

Commit

Permalink
chore(deps): bump once_cell from 1.12.1 to 1.13.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 7, 2022
1 parent ffa6f85 commit ae139e9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jsonwebtoken = { version = "8.1.1", optional = true }
tracing-subscriber = { version = "0.3.14", optional = true, features = ["env-filter"] }

[dev-dependencies]
once_cell = "1.12.1"
once_cell = "1.13.0"
figment = { version = "0.10.6", features = ["test"] }
reqwest = { version = "0.11.10", features = ["blocking"] }
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down
2 changes: 1 addition & 1 deletion middlewares/translate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ eyre = "0.6"
figment = { version = "0.10", features = ["env"] }
futures-util = { version = "0.3" }
md5 = "0.7"
once_cell = "1.12"
once_cell = "1.13"
rand = "0.8"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion workers/bililive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ color-eyre = "0.6"
eyre = "0.6"
figment = { version = "0.10", features = ["env", "test"] }
futures-util = "0.3"
once_cell = "1.12"
once_cell = "1.13"
parking_lot = "0.12"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion workers/twitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ eyre = "0.6"
figment = { version = "0.10", features = ["env", "test"] }
futures-util = "0.3"
lapin = "2.0"
once_cell = "1.12"
once_cell = "1.13"
parking_lot = "0.12"
reqwest = "0.11"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit ae139e9

Please sign in to comment.