Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: update dependency on time crate
Lars Wirzenius committed 2 months ago
commit 2ee045e2ce2a30765ecae1ead2649c83583ba07a
parent 85d2def
2 files changed +11 -11
modified Cargo.lock
@@ -1693,9 +1693,9 @@ dependencies = [

[[package]]
name = "num-conv"
-
version = "0.1.0"
+
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
+
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"

[[package]]
name = "num-integer"
@@ -2999,30 +2999,30 @@ dependencies = [

[[package]]
name = "time"
-
version = "0.3.44"
+
version = "0.3.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
dependencies = [
 "deranged",
 "itoa",
 "num-conv",
 "powerfmt",
-
 "serde",
+
 "serde_core",
 "time-core",
 "time-macros",
]

[[package]]
name = "time-core"
-
version = "0.1.6"
+
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"

[[package]]
name = "time-macros"
-
version = "0.2.24"
+
version = "0.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
dependencies = [
 "num-conv",
 "time-core",
modified Cargo.toml
@@ -2,7 +2,7 @@
name = "radicle-ci-broker"
version = "0.25.0"
edition = "2024"
-
rust-version = "1.85"
+
rust-version = "1.90"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
description = "add integration to CI engins or systems to a Radicle node"
license = "MIT OR Apache-2.0"
@@ -29,7 +29,7 @@ sqlite = "0.32.0"
subplotlib = "0.14.0"
tempfile = { version = "3.24.0" }
thiserror = "2.0.0"
-
time = { version = "0.3.36", features = ["formatting", "macros"] }
+
time = { version = "0.3.47", features = ["formatting", "macros"] }
tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_trace", "valuable"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "json", "valuable"] }
url = "2.5.4"