Skip to content

Commit

Permalink
build(deps): further minor dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Jan 2, 2024
1 parent 442c195 commit 6914c02
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 49 deletions.
57 changes: 16 additions & 41 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions htsget-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ figment = { version = "0.10", features = ["env", "toml"] }
clap = { version = "4.3", features = ["derive", "env", "cargo"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter", "ansi", "json"] }
toml = "0.7"
toml = "0.8"
http = "0.2"
http-serde = "1.1"
rustls-pemfile = "1.0"
Expand All @@ -42,4 +42,4 @@ serde_json = "1.0"
figment = { version = "0.10", features = ["test"] }
tokio = { version = "1.28", features = ["macros", "rt-multi-thread"] }
tempfile = "3.6"
rcgen = "0.11"
rcgen = "0.12"
2 changes: 1 addition & 1 deletion htsget-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ noodles = { version = "0.60", features = ["async", "core", "bgzf", "bam", "bcf",

# Amazon S3
bytes = { version = "1.4", optional = true }
aws-sdk-s3 = { version = "0.30", optional = true }
aws-sdk-s3 = { version = "0.34", optional = true }
aws-config = { version = "0.56", optional = true }

# Url storage
Expand Down
10 changes: 5 additions & 5 deletions htsget-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ serde = { version = "1", optional = true }
base64 = { version = "0.21", optional = true }

tempfile = { version = "3.3", optional = true }
aws-sdk-s3 = { version = "0.30", features = ["test-util"], optional = true }
aws-sdk-s3 = { version = "0.34", features = ["test-util"], optional = true }
aws-config = { version = "0.56", optional = true }
aws-credential-types = { version = "0.56", features = ["test-util"], optional = true }
s3s = { version = "0.7", optional = true }
s3s-fs = { version = "0.7", optional = true }
s3s-aws = { version = "0.7", optional = true }
s3s = { version = "0.8", optional = true }
s3s-fs = { version = "0.8", optional = true }
s3s-aws = { version = "0.8", optional = true }

# Default dependencies
rcgen = "0.11"
rcgen = "0.12"

0 comments on commit 6914c02

Please sign in to comment.