Skip to content

Commit

Permalink
build: update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed May 10, 2024
1 parent ccf840b commit d0ab9a4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion htsget-actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "htsget-actix"
version = "0.5.8"
rust-version = "1.70"
rust-version = "1.74"
authors = ["Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 1 addition & 3 deletions htsget-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "htsget-config"
version = "0.8.1"
rust-version = "1.70"
rust-version = "1.74"
authors = ["Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>"]
edition = "2021"
description = "Used to configure htsget-rs by using a config file or reading environment variables."
Expand Down Expand Up @@ -32,8 +32,6 @@ http = "0.2"
http-serde = "1.1"
rustls-pemfile = "1.0"
rustls = "0.21"
rustls-native-certs = "0.6"
hyper-rustls = { version = "0.24", features = ["rustls-native-certs", "http2", "http1"] }

# url-storage
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion htsget-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "htsget-http"
version = "0.4.12"
rust-version = "1.70"
rust-version = "1.74"
authors = ["Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion htsget-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "htsget-lambda"
version = "0.4.14"
rust-version = "1.70"
rust-version = "1.74"
authors = ["Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion htsget-search/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "htsget-search"
version = "0.6.6"
rust-version = "1.66"
rust-version = "1.74"
authors = ["Christian Perez Llamas <chrispz@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
edition = "2021"
description = "The primary mechanism by which htsget-rs interacts with, and processes bioinformatics files. It does this by using noodles to query files and their indices."
Expand Down
2 changes: 1 addition & 1 deletion htsget-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "htsget-test"
version = "0.5.4"
rust-version = "1.67"
rust-version = "1.74"
authors = ["Marko Malenic <mmalenic1@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit d0ab9a4

Please sign in to comment.