Skip to content

Commit

Permalink
Update dependencies-non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2023
1 parent 0da10c5 commit 4002fa1
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 54 deletions.
80 changes: 42 additions & 38 deletions Cargo.lock

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

32 changes: 16 additions & 16 deletions callysto/Cargo.toml
Expand Up @@ -64,33 +64,33 @@ sink_postgres = ["tokio", "deadpool-postgres", "deadpool"]
#nuclei = { version = "0.2", default-features = false, features = ["epoll", "async-exec"] }
nuclei = "0.2.1"
lightproc = "0.3.5"
lever = "0.1.3"
thiserror = "1.0.37"
async-trait = "0.1.58"
lever = "0.1.4"
thiserror = "1.0.51"
async-trait = "0.1.74"
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
futures-timer = "3.0.2"
crossbeam-channel = "0.5.6"
rdkafka = { version = "0.28.0", default-features = false, features = ["libz"] }
tracing = "0.1.37"
url = "2.3.1"
libc = "0.2.135"
crossbeam-channel = "0.5.9"
rdkafka = { version = "0.36.0", default-features = false, features = ["libz"] }
tracing = "0.1.40"
url = "2.5.0"
libc = "0.2.151"
cuneiform-fields = "0.1.1"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
bincode = "1.3.3"
http-types = "2.12.0"
async-h1 = "2.3.3"
async-h1 = "2.3.4"
pin-project-lite = "0.2.13"
futures-lite = "1.12.0"
futures-lite = "1.13.0"

# Optionals
rocksdb = { version = "0.19.0", optional = true }
rocksdb = { version = "0.21.0", optional = true }
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
deadpool-postgres = { version = "0.10.2", features = [
deadpool-postgres = { version = "0.12.1", features = [
"serde",
], optional = true }
deadpool = { version = "0.9.5", optional = true }
async-global-executor = "2.3.0"
deadpool = { version = "0.10.0", optional = true }
async-global-executor = "2.4.1"

[dev-dependencies]
dirs = "4.0.0"
Expand Down

0 comments on commit 4002fa1

Please sign in to comment.