Skip to content

Commit

Permalink
chore: update vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar committed Dec 14, 2023
1 parent 1c417e3 commit a06c601
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 94 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
testdrive
target/
book
assets
.git
.github
122 changes: 55 additions & 67 deletions Cargo.lock

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

15 changes: 8 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oura"
description = "The tail of Cardano"
version = "1.8.3"
version = "1.9.0"
edition = "2021"
repository = "https://github.com/txpipe/oura"
homepage = "https://github.com/txpipe/oura"
Expand All @@ -18,11 +18,12 @@ pallas = "0.18.2"
hex = "0.4.3"
net2 = "0.2.37"
bech32 = "0.9.1"
clap = "3.2.22"
clap = "3.2.25"
log = "0.4.17"
env_logger = "0.10.0"
crossterm = "0.27"
merge = "0.1.0"
webpki = ">=0.22.2"
config = { version = "0.13.2", default-features = false, features = [
"toml",
"yaml",
Expand All @@ -31,7 +32,7 @@ config = { version = "0.13.2", default-features = false, features = [
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.89", features = ["arbitrary_precision"] }
strum = "0.25"
strum_macros = "0.24"
strum_macros = "0.25.3"
prometheus_exporter = { version = "0.8.5", default-features = false }
unicode-truncate = "0.2.0"

Expand All @@ -57,17 +58,17 @@ aws-sdk-lambda = { version = "0.14.0", optional = true }
aws-sdk-s3 = { version = "0.14.0", optional = true }

# features: elasticsearch || aws
tokio = { version = "1.24.2", optional = true, features = ["rt"] }
tokio = { version = "1.35.0", optional = true, features = ["rt"] }

# required for CI to complete successfully
openssl = { version = "0.10", optional = true, features = ["vendored"] }

# redis support
redis = { version = "0.21.6", optional = true, features = ["tokio-comp"] }
redis = { version = "0.24.0", optional = true, features = ["tokio-comp"] }

# features: gcp
google-cloud-pubsub = { version = "0.12.0", optional = true }
google-cloud-googleapis = { version = "0.7.0", optional = true }
google-cloud-pubsub = { version = "0.21.0", optional = true }
google-cloud-googleapis = { version = "0.11.1", optional = true }

# features: rabbitmqsink
lapin = { version = "2.1.1", optional = true }
Expand Down
Loading

0 comments on commit a06c601

Please sign in to comment.