Skip to content

Commit

Permalink
Bump chrono from 0.4.28 to 0.4.29 in /cmd/pinniped-proxy
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.28 to 0.4.29.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.28...v0.4.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent f104424 commit 000ba1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/pinniped-proxy/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 cmd/pinniped-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base64 = "0.21"
# In chrono 0.4, the dependency on time 0.1 is used by default, but can be
# disabled by switching the default features off. The dependency on the old time
# module will be removed in 0.5: https://github.com/chronotope/chrono/issues/876
chrono = { version = "0.4.28", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4.29", default-features = false, features = ["clock", "std"] }
env_logger = "0.10"
hyper = { version = "0.14", features = ["server"] }
hyper-tls = "0.5"
Expand Down

0 comments on commit 000ba1e

Please sign in to comment.