Skip to content

Commit 28ddb45

Browse files
authored
Update dependencies (#2695)
- Bump protox to 0.8 - Bump interim to 0.2
1 parent a3a9502 commit 28ddb45

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Diff for: Cargo.lock

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config = { version = "0.15.8", default-features = false, features = ["toml"] }
2727
directories = "5.0.1"
2828
eyre = "0.6"
2929
fs-err = "2.9"
30-
interim = { version = "0.1.0", features = ["time"] }
30+
interim = { version = "0.2.0", features = ["time_0_3"] }
3131
itertools = "0.13.0"
3232
rand = { version = "0.8.5", features = ["std"] }
3333
semver = "1.0.20"

Diff for: crates/atuin-daemon/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ rand.workspace = true
4040
listenfd = "1.0.1"
4141

4242
[build-dependencies]
43-
protox = "0.7.0"
43+
protox = "0.8.0"
4444
tonic-build = "0.12"

0 commit comments

Comments
 (0)