chore: pre-release v1.2.0-beta.2
This commit is contained in:
parent
8137566988
commit
dc4360cd61
3 changed files with 156 additions and 137 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "serves3"
|
||||
version = "1.2.0-beta.1"
|
||||
version = "1.2.0-beta.2"
|
||||
|
||||
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
|
||||
description = "A very simple proxy to browse files from private S3 buckets"
|
||||
|
@ -30,7 +30,7 @@ rocket = "0.5"
|
|||
rocket_dyn_templates = { version = "0.2.0", features = ["tera"] }
|
||||
object_store = { version = "0.12", features = ["aws"] }
|
||||
serde = "1.0"
|
||||
tempfile = "3.20"
|
||||
tempfile = "3.21"
|
||||
|
||||
[dev-dependencies]
|
||||
delegate = "0.13"
|
||||
|
@ -40,7 +40,7 @@ minio = "0.3"
|
|||
regex = "1.11"
|
||||
reqwest = "0.12"
|
||||
rstest = "0.26"
|
||||
scraper = "0.23"
|
||||
scraper = "0.24"
|
||||
test-log = "0.2"
|
||||
testcontainers = "0.24"
|
||||
testcontainers-modules = { version = "0.12", features = ["minio"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue