Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pbellchambers committed Feb 17, 2024
1 parent 1039cf2 commit ae1923e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 47 deletions.
89 changes: 44 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = true

[workspace.dependencies]
bincode = "1.3.3"
chrono = "0.4.33"
chrono = "0.4.34"
console_engine = "2.6.1"
crossbeam-channel = "0.5.11"
crossterm = { version = "0.26.1", features = ["serde"] }
Expand All @@ -27,5 +27,5 @@ regex = "1.10.3"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
simplelog = "0.12.1"
strum_macros = "0.25.3"
strum_macros = "0.26.1"
uuid = { version = "1.7.0", features = ["serde", "v4"] }

0 comments on commit ae1923e

Please sign in to comment.