Skip to content

Commit

Permalink
chore: update uuid dependency to 1.4.1 (zellij-org#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
silwol authored Sep 28, 2023
1 parent 31436f9 commit 19fd993
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion zellij-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sysinfo = "0.22.5"
sixel-tokenizer = "0.1.0"
sixel-image = "0.1.0"
arrayvec = "0.7.2"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
uuid = { version = "1.4.1", features = ["serde", "v4"] }
semver = "0.11.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion zellij-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ regex = "1.5.5"
tempfile = "3.2.0"
kdl = { version = "4.5.0", features = ["span"] }
shellexpand = "3.0.0"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
uuid = { version = "1.4.1", features = ["serde", "v4"] }
async-channel = "1.8.0"
include_dir = "0.7.3"
prost = "0.11.9"
Expand Down

0 comments on commit 19fd993

Please sign in to comment.