Skip to content

Commit

Permalink
Merge pull request #227 from dandi/dependabot/cargo/deps-68404ffbca
Browse files Browse the repository at this point in the history
[cargo](deps): Bump the deps group with 22 updates
  • Loading branch information
jwodder authored Jan 22, 2025
2 parents 7f7def5 + 4f07eb4 commit 0afe450
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 67 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
In Devlopment
-------------
In Development
--------------
- Serve a `/robots.txt` file denying all robots
- Log `User-Agent` and `X-Request-ID` headers
- Rate limit incoming requests
- Handling of incoming requests now times out after 25 seconds
- Increased MSRV to 1.81

v0.5.0 (2024-11-18)
-------------------
Expand Down
107 changes: 49 additions & 58 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dandidav"
version = "0.5.0"
edition = "2021"
rust-version = "1.78"
rust-version = "1.81"
description = "WebDAV view to DANDI Archive"
authors = [
"DANDI Developers <team@dandiarchive.org>",
Expand All @@ -17,9 +17,9 @@ publish = false
[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.85"
aws-config = { version = "1.5.10", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.65.0"
aws-smithy-async = "1.2.3"
aws-config = { version = "1.5.13", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.68.0"
aws-smithy-async = "1.2.4"
aws-smithy-runtime-api = "1.7.3"
aws-smithy-types-convert = { version = "0.60.8", features = ["convert-time"] }
axum = { version = "0.8.1", default-features = false, features = ["http1", "tokio", "tower-log"] }
Expand All @@ -40,7 +40,7 @@ reqwest = { version = "0.12.12", default-features = false, features = ["json", "
reqwest-middleware = "0.4.0"
reqwest-retry = "0.7.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
serde_json = { version = "1.0.137", features = ["preserve_order"] }
serde_yaml = "0.9.34"
smartstring = "1.0.1"
tera = { version = "1.20.0", default-features = false }
Expand All @@ -53,7 +53,7 @@ tower_governor = { version = "0.6.0", features = ["tracing"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["json", "local-time", "time"] }
url = { version = "2.5.4", features = ["serde"] }
uuid = { version = "1.11.1", features = ["fast-rng", "v4"] }
uuid = { version = "1.12.0", features = ["fast-rng", "v4"] }
xml-rs = "0.8.25"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![CI Status](https://github.com/dandi/dandidav/actions/workflows/test.yml/badge.svg)](https://github.com/dandi/dandidav/actions/workflows/test.yml)
[![codecov.io](https://codecov.io/gh/dandi/dandidav/branch/main/graph/badge.svg)](https://codecov.io/gh/dandi/dandidav)
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.78-orange)](https://www.rust-lang.org)
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.81-orange)](https://www.rust-lang.org)
[![MIT License](https://img.shields.io/github/license/dandi/dandidav.svg)](https://opensource.org/licenses/MIT)

[GitHub](https://github.com/dandi/dandidav) | [Issues](https://github.com/dandi/dandidav/issues) | [Changelog](https://github.com/dandi/dandidav/blob/main/CHANGELOG.md)
Expand Down

0 comments on commit 0afe450

Please sign in to comment.