Skip to content

Commit

Permalink
fix(deps): update all patch updates (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent e98a731 commit b05951c
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions crates/robbb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ edition = "2018"
[dependencies]
serenity.workspace = true
poise.workspace = true
anyhow = "1.0"
chrono = "0.4"
chrono-humanize = "0.2"
anyhow = "1.0.82"
chrono = "0.4.38"
chrono-humanize = "0.2.3"
itertools = "0.12.1"
indoc = "2.0.5"
lazy_static = "1.4"
rand = "0.8"
humantime = "2"
thiserror = "1.0"
serde_json = "1"
serde = "1"
maplit = "1"
byte-unit = { version = "5.1", features = ["u128"] }
rand = "0.8.5"
humantime = "2.1.0"
thiserror = "1.0.59"
serde_json = "1.0.116"
serde = "1.0.200"
maplit = "1.0.2"
byte-unit = { version = "5.1.4", features = ["u128"] }
url = "2"
regex = "1"
reqwest = { version = "0.11" }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["compat"] }
futures = "0.3"
tokio-util = { version = "0.7.10", features = ["compat"] }
futures = "0.3.30"

unicase = "2.6.0"

parking_lot = "0.12"
parking_lot = "0.12.2"

tracing = "0.1.40"
tracing-log = "0.2.0"
Expand Down Expand Up @@ -59,4 +59,4 @@ tracing-opentelemetry = "0.22.0"


pyroscope = "0.5.7"
pyroscope_pprofrs = "0.2"
pyroscope_pprofrs = "0.2.7"
24 changes: 12 additions & 12 deletions crates/robbb_commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ edition = "2021"
[dependencies]
serenity.workspace = true
poise.workspace = true
anyhow = "1.0"
chrono = "0.4"
chrono-humanize = "0.2"
anyhow = "1.0.82"
chrono = "0.4.38"
chrono-humanize = "0.2.3"
itertools = "0.11.0"
indoc = "2.0.5"
lazy_static = "1.4"
humantime = "2"
thiserror = "1.0"
serde_json = "1"
serde = "1"
maplit = "1"
byte-unit = { version = "5.1", features = ["u128"] }
regex = "1"
humantime = "2.1.0"
thiserror = "1.0.59"
serde_json = "1.0.116"
serde = "1.0.200"
maplit = "1.0.2"
byte-unit = { version = "5.1.4", features = ["u128"] }
regex = "1.10.4"
reqwest = { version = "0.11" }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["compat"] }
futures = "0.3"
tokio-util = { version = "0.7.10", features = ["compat"] }
futures = "0.3.30"

unicase = "2.7.0"

Expand Down
10 changes: 5 additions & 5 deletions crates/robbb_db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ edition = "2021"
[dependencies]
serenity.workspace = true
poise.workspace = true
thiserror = "1.0"
thiserror = "1.0.59"
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "sqlite", "chrono"] }
anyhow = "1.0"
chrono = "0.4"
anyhow = "1.0.82"
chrono = "0.4.38"
itertools = "0.11.0"
regex = "1"
tracing = "0.1.40"
serde_json = "1"
serde = "1"
serde_json = "1.0.116"
serde = "1.0.200"
lazy_static = "1.4"
unicase = "2.6.0"
24 changes: 12 additions & 12 deletions crates/robbb_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ edition = "2021"
[dependencies]
serenity.workspace = true
poise.workspace = true
anyhow = "1.0"
serde_json = "1"
serde = "1"
thiserror = "1.0"
anyhow = "1.0.82"
serde_json = "1.0.116"
serde = "1.0.200"
thiserror = "1.0.59"
lazy_static = "1.4"
chrono = "0.4"
chrono-humanize = "0.2"
chrono = "0.4.38"
chrono-humanize = "0.2.3"
itertools = "0.11.0"
tokio-util = { version = "0.7", features = ["compat"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"]}
futures = "0.3"
futures = "0.3.30"
tracing = "0.1.40"
reqwest = { version = "0.11" }
tracing-futures = "0.2.5"
rand = "0.8"
regex = "1"
url = "2"
parking_lot = "0.12"
rand = "0.8.5"
regex = "1.10.4"
url = "2.5.0"
parking_lot = "0.12.2"
extend = "1.2"

robbb_db = { path = "../robbb_db" }

0 comments on commit b05951c

Please sign in to comment.