alpha
Login
or
Join now
gwen.works
/
shapemaker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
⬆️ Update Rust crate chrono to 0.4.42
author
renovate[bot]
committer
Gwenn Le Bihan
date
8 months ago
(Oct 20, 2025, 1:22 PM +0200)
commit
a31825f3
a31825f35ca98f3f30f07786ac3a603c4fd0d7d2
parent
b92d3944
b92d3944e6e53ea53d1022b1ad81a315e8431b5d
+4
-11
2 changed files
Expand all
Collapse all
Unified
Split
Cargo.lock
Cargo.toml
+3
-10
Cargo.lock
Reviewed
···
45
45
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
46
46
47
47
[[package]]
48
48
-
name = "android-tzdata"
49
49
-
version = "0.1.1"
50
50
-
source = "registry+https://github.com/rust-lang/crates.io-index"
51
51
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
52
52
-
53
53
-
[[package]]
54
48
name = "android_system_properties"
55
49
version = "0.1.5"
56
50
source = "registry+https://github.com/rust-lang/crates.io-index"
···
611
605
612
606
[[package]]
613
607
name = "chrono"
614
614
-
version = "0.4.38"
608
608
+
version = "0.4.42"
615
609
source = "registry+https://github.com/rust-lang/crates.io-index"
616
616
-
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
610
610
+
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
617
611
dependencies = [
618
618
-
"android-tzdata",
619
612
"iana-time-zone",
620
613
"js-sys",
621
614
"num-traits",
622
615
"wasm-bindgen",
623
623
-
"windows-targets 0.52.6",
616
616
+
"windows-link 0.2.1",
624
617
]
625
618
626
619
[[package]]
+1
-1
Cargo.toml
Reviewed
···
55
55
"assert_process_allocs",
56
56
], optional = true }
57
57
anyhow = "1.0.100"
58
58
-
chrono = "0.4.23"
58
58
+
chrono = "0.4.42"
59
59
docopt = "1.1.1"
60
60
indicatif = "0.17.2"
61
61
itertools = "0.12.1"