Skip to content

Commit

Permalink
build(deps): bump rouille from 3.6.1 to 3.6.2
Browse files Browse the repository at this point in the history
Bumps [rouille](https://github.com/tomaka/rouille) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/tomaka/rouille/releases)
- [Changelog](https://github.com/tomaka/rouille/blob/master/CHANGELOG.md)
- [Commits](tomaka/rouille@v3.6.1...v3.6.2)

---
updated-dependencies:
- dependency-name: rouille
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 7074753 commit a76dc28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ zstd = "0.12"
memmap2 = "0.6.2"
nix = { version = "0.26.2", optional = true }
object = "0.30"
rouille = { version = "3.5", optional = true, default-features = false, features = [
rouille = { version = "3.6", optional = true, default-features = false, features = [
"ssl",
] }
syslog = { version = "6", optional = true }
Expand Down

0 comments on commit a76dc28

Please sign in to comment.