Skip to content

Commit 8066b44

Browse files
chore(deps)(deps): bump jiff from 0.1.29 to 0.2.23
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.1.29 to 0.2.23. - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@0.1.29...jiff-static-0.2.23) --- updated-dependencies: - dependency-name: jiff dependency-version: 0.2.23 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 468fab8 commit 8066b44

4 files changed

Lines changed: 14 additions & 28 deletions

File tree

Cargo.lock

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

crates/terraphim-session-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ anyhow = "1.0"
4444
thiserror = "1.0"
4545

4646
# Time handling (same as charm projects)
47-
jiff = { version = "0.1", features = ["serde"] }
47+
jiff = { version = "0.2", features = ["serde"] }
4848

4949
# Data processing
5050
regex = "1.12"

crates/terraphim_middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ haystack_jmap = { path = "../haystack_jmap", version = "1.0.0" }
2323
# terraphim_atomic_client = { path = "../terraphim_atomic_client", version = "1.0.0", features = ["native"], optional = true }
2424
grepapp_haystack = { path = "../haystack_grepapp", version = "1.0.0", optional = true }
2525
terraphim-session-analyzer = { path = "../terraphim-session-analyzer", version = "1.0.0", features = ["connectors"], optional = true }
26-
jiff = { version = "0.1", optional = true }
26+
jiff = { version = "0.2", optional = true }
2727
home = { version = "0.5", optional = true }
2828

2929
ahash = { version = "0.8.8", features = ["serde"] }

crates/terraphim_sessions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ anyhow = { workspace = true }
3939
tracing = "0.1"
4040

4141
# Time handling (same as CLA)
42-
jiff = { version = "0.1", features = ["serde"] }
42+
jiff = { version = "0.2", features = ["serde"] }
4343

4444
# File system
4545
walkdir = "2.4"

0 commit comments

Comments
 (0)