chore: pre-release v1.2.0-beta.2

This commit is contained in:
Matteo Settenvini 2025-08-21 23:25:31 +02:00
parent 8137566988
commit dc4360cd61
Signed by: matteo
GPG key ID: 1C1B12600D81DE05
3 changed files with 156 additions and 137 deletions

View file

@ -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"] }