Skip to content

Commit 1537a11

Browse files
Bump the security group across 1 directory with 7 updates
Bumps the security group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actix-files](https://github.com/actix/actix-web) | `0.6.8` | `0.6.10` | | [git2](https://github.com/rust-lang/git2-rs) | `0.20.2` | `0.20.4` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.47` | | [actix-http](https://github.com/actix/actix-web) | `3.11.1` | `3.12.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.1` | | [gix-date](https://github.com/GitoxideLabs/gitoxide) | `0.11.0` | `0.11.1` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.8` | `0.103.13` | Updates `actix-files` from 0.6.8 to 0.6.10 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.10/CHANGES.md) - [Commits](actix/actix-web@v0.6.8...v0.6.10) Updates `git2` from 0.20.2 to 0.20.4 - [Changelog](https://github.com/rust-lang/git2-rs/blob/git2-0.20.4/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.2...git2-0.20.4) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `actix-http` from 3.11.1 to 3.12.1 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](actix/actix-web@http-v3.11.1...http-v3.12.1) Updates `bytes` from 1.10.1 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.1) Updates `gix-date` from 0.11.0 to 0.11.1 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-date-v0.11.0...gix-date-v0.11.1) Updates `rustls-webpki` from 0.103.8 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.8...v/0.103.13) --- updated-dependencies: - dependency-name: actix-files dependency-version: 0.6.10 dependency-type: direct:production dependency-group: security - dependency-name: actix-http dependency-version: 3.12.1 dependency-type: indirect dependency-group: security - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: security - dependency-name: git2 dependency-version: 0.20.4 dependency-type: direct:production dependency-group: security - dependency-name: gix-date dependency-version: 0.11.1 dependency-type: indirect dependency-group: security - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect dependency-group: security - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 915434b commit 1537a11

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gitarena/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "gitarena"
1616
workspace = true
1717

1818
[dependencies]
19-
actix-files = "0.6.0"
19+
actix-files = "0.6.10"
2020
actix-identity = "0.4.0"
2121
actix-multipart = "0.4.0"
2222
actix-web = { version = "4.0.1", features = ["secure-cookies"] }
@@ -36,7 +36,7 @@ fs_extra = "1.2.0"
3636
futures = "0.3.19"
3737
futures-locks = "0.7.0"
3838
gix = { version = "0.75.0", features = ["async-network-client", "max-performance"] }
39-
git2 = "0.20.0"
39+
git2 = "0.20.4"
4040
gitarena-common = { path = "../gitarena-common" }
4141
gitarena-macros = { path = "../gitarena-macros" }
4242
hex = "0.4.3"
@@ -72,7 +72,7 @@ sqlx = { workspace = true }
7272
sysinfo = "0.29.0"
7373
tempfile = "3.3.0"
7474
tera = { version = "1.15.0", features = ["builtins"] }
75-
time = "0.3.5"
75+
time = "0.3.47"
7676
tokei = { version = "14.0.0", default-features = false }
7777
tokio = { version = "1.28.2", features = ["full", "tracing"] }
7878
tokio-tar = "0.3.0"

0 commit comments

Comments
 (0)