mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-25 21:52:31 +00:00
build(deps): bump chrono from 0.4.35 to 0.4.38
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.38. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.35...v0.4.38) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
4c1b5d0a83
commit
ec2c8f3fc5
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -892,9 +892,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.35"
|
||||
version = "0.4.38"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
|
||||
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
||||
@@ -69,7 +69,7 @@ version = "1.1.6"
|
||||
|
||||
# Time utilities
|
||||
[workspace.dependencies.chrono]
|
||||
version = "0.4.35"
|
||||
version = "0.4.38"
|
||||
default-features = false
|
||||
features = ["serde", "clock"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user