Skip to content

Commit

Permalink
Merge pull request #70 from vertexclique/renovate/dependencies-non-major
Browse files Browse the repository at this point in the history
Update dependencies-non-major
  • Loading branch information
vertexclique authored May 12, 2022
2 parents efe9f8a + e779a77 commit b3b2734
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sink_postgres = ["tokio", "deadpool-postgres", "deadpool"]
nuclei = "0.2.0"
lightproc = "0.3.5"
lever = "0.1.3"
thiserror = "1.0.30"
thiserror = "1.0.31"
async-trait = "0.1.53"
futures = { version = "0.3.21", default-features = false, features = [
"std",
Expand All @@ -77,14 +77,14 @@ rdkafka = { version = "0.28.0", default-features = false, features = ["libz"] }
tracing = "0.1.34"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
url = "2.2.2"
libc = "0.2.124"
libc = "0.2.125"
cuneiform-fields = "0.1.1"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
bincode = "1.3.3"
http-types = "2.12.0"
async-h1 = "2.3.3"
pin-project-lite = "0.2.8"
pin-project-lite = "0.2.9"
futures-lite = "1.12.0"

# Optionals
Expand All @@ -93,7 +93,7 @@ elasticsearch = { version = "7.14.0-alpha.1", optional = true }
deadpool-postgres = { version = "0.10.2", features = [
"serde",
], optional = true }
deadpool = { version = "0.9.3", optional = true }
deadpool = { version = "0.9.4", optional = true }
async-global-executor = "2.0.4"
[dev-dependencies]
daemonize = "0.4.1"
Expand Down

0 comments on commit b3b2734

Please sign in to comment.