Skip to content

Commit 359634e

Browse files
Bump chrono from 0.4.24 to 0.4.26 in /cmd/pinniped-proxy
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.26. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.24...v0.4.26) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2be0d88 commit 359634e

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

cmd/pinniped-proxy/Cargo.lock

+9-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/pinniped-proxy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ base64 = "0.21"
1616
# In chrono 0.4, the dependency on time 0.1 is used by default, but can be
1717
# disabled by switching the default features off. The dependency on the old time
1818
# module will be removed in 0.5: https://github.com/chronotope/chrono/issues/876
19-
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
19+
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
2020
env_logger = "0.10"
2121
hyper = { version = "0.14", features = ["server"] }
2222
hyper-tls = "0.5"

0 commit comments

Comments
 (0)