Skip to content

Commit 635c54b

Browse files
Merge branch 'main' into dependabot/cargo/shared-context/chrono-0.4.45
2 parents 0536919 + 60bcb05 commit 635c54b

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

bots/accessibilitybot/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bots/accessibilitybot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ walkdir = "2.5.0"
2121
regex = "1.12.3"
2222
scraper = "0.27.0"
2323
uuid = { version = "1.23.2", features = ["v4", "serde"] }
24-
chrono = { version = "0.4.44", features = ["serde"] }
24+
chrono = { version = "0.4.45", features = ["serde"] }
2525

2626
[dev-dependencies]
2727
tempfile = "3.27.0"

bots/finishingbot/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bots/finishingbot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ hex = "0.4.3"
5252
pulldown-cmark = "0.13.4"
5353

5454
# Date/time
55-
chrono = { version = "0.4.44", features = ["serde"] }
55+
chrono = { version = "0.4.45", features = ["serde"] }
5656

5757
# Fleet integration (optional)
5858
gitbot-shared-context = { path = "../../shared-context", optional = true }

bots/panicbot/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bots/panicbot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
3737
uuid = { version = "1.23.2", features = ["v4"] }
3838

3939
# Date/time
40-
chrono = { version = "0.4.44", features = ["serde"] }
40+
chrono = { version = "0.4.45", features = ["serde"] }
4141

4242
[dev-dependencies]
4343
tempfile = "3.27.0"

0 commit comments

Comments
 (0)