Skip to content

Commit

Permalink
chore(sushii): Bump sushii to v0.2.43
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Dec 27, 2023
1 parent 3302e88 commit fe8d730
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

31 changes: 25 additions & 6 deletions sushii-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sushii-2"
version = "0.2.42"
version = "0.2.43"
authors = ["drklee3 <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand All @@ -22,14 +22,24 @@ num-format = "0.4"
num-traits = "0.2.14"
rand = "0.7.3"
regex = "1.3"
reqwest = { version = "0.11", features = [ "json" ] }
sentry = {version = "0.22", default-features= false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"]}
reqwest = { version = "0.11", features = ["json"] }
sentry = { version = "0.22", default-features = false, features = [
"backtrace",
"contexts",
"panic",
"reqwest",
"rustls",
] }
serde = "1.0.125"
serde_json = "1.0.57"
serde_yaml = "0.8.14"
tracing = "0.1"
tracing-subscriber = "0.2"
heim = { git = "https://github.com/heim-rs/heim", features = ["cpu", "process", "memory"]}
heim = { git = "https://github.com/heim-rs/heim", features = [
"cpu",
"process",
"memory",
] }
tracing-attributes = "0.1.13"
tokio-stream = "0.1.3"
deadpool-redis = "0.7.1"
Expand All @@ -54,9 +64,18 @@ version = "1.0"
features = ["macros", "rt-multi-thread", "time", "signal"]

[dependencies.sqlx]
version= "0.5.2"
version = "0.5.2"
default-features = false
features = [ "runtime-tokio-rustls", "macros", "postgres", "json", "chrono", "offline", "migrate", "decimal" ]
features = [
"runtime-tokio-rustls",
"macros",
"postgres",
"json",
"chrono",
"offline",
"migrate",
"decimal",
]

[dependencies.serenity]
# git = "https://github.com/serenity-rs/serenity"
Expand Down

0 comments on commit fe8d730

Please sign in to comment.