Skip to content

Commit

Permalink
deps: update to new filenamegen
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 13, 2024
1 parent 70c4e03 commit 944e0b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 32 deletions.
43 changes: 13 additions & 30 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 lua-api-crates/filesystem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
filenamegen = "0.2"
filenamegen = "0.2.6"
anyhow = "1.0"
config = { path = "../../config" }
luahelper = { path = "../../luahelper" }
Expand Down
2 changes: 1 addition & 1 deletion wezterm-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bitflags = "1.3"
camino = "1.0"
dirs-next = "2.0"
filedescriptor = { version="0.8", path = "../filedescriptor" }
filenamegen = "0.2"
filenamegen = "0.2.6"
gethostname = "0.4"
libc = "0.2"
log = "0.4"
Expand Down

0 comments on commit 944e0b2

Please sign in to comment.