Skip to content

Commit

Permalink
Bump chrono from 0.4.33 to 0.4.34 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.33 to 0.4.34.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.33...v0.4.34)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 1f4aa27 commit 902e9d9
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.33", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] }
env_logger = "0.11"
hyper = { version = "0.14", features = ["server"] }
hyper-tls = "0.5"
Expand Down

0 comments on commit 902e9d9

Please sign in to comment.