Skip to content

Commit

Permalink
build(deps): bump the all group with 7 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: dirs
  dependency-type: direct:production
  dependency-group: all
- dependency-name: filedescriptor
  dependency-type: direct:production
  dependency-group: all
- dependency-name: structopt
  dependency-type: direct:production
  dependency-group: all
- dependency-name: sqlite
  dependency-type: direct:production
  dependency-group: all
- dependency-name: termwiz
  dependency-type: direct:production
  dependency-group: all
- dependency-name: vergen
  dependency-type: direct:production
  dependency-group: all
- dependency-name: bstr
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 79bdd2a commit 31c4939
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ edition = "2018"
default-run = "wzsh"

[build-dependencies]
vergen = "3"
vergen = "8"

[dependencies]
atty = "0.2"
cancel = "0.1"
dirs = "2.0"
dirs = "5.0"
anyhow = "1.0"
filedescriptor = "0.7"
filedescriptor = "0.8"
lazy_static = "1.3"
libc = "0.2"
filenamegen = { path = "filenamegen" }
shell_compiler = { path = "shell_compiler" }
shell_lexer = { path = "shell_lexer" }
shell_parser = { path = "shell_parser" }
shell_vm = { path = "shell_vm" }
structopt = "0.2"
structopt = "0.3"
pathsearch = { path = "pathsearch" }
chrono = "0.4"
sqlite = "0.25"
sqlite = "0.36"

[dependencies.tabout]
version="0.3"
#path = "../wezterm/tabout"
#git = "https://github.com/wez/wezterm.git"

[dependencies.termwiz]
version="0.8"
version="0.22"
#path = "../wezterm/termwiz"
#git = "https://github.com/wez/wezterm.git"

Expand Down
2 changes: 1 addition & 1 deletion shell_compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
filedescriptor = "0.7"
filedescriptor = "0.8"
lazy_static = "1.3"
shell_lexer = { path = "../shell_lexer" }
shell_parser = { path = "../shell_parser" }
Expand Down
4 changes: 2 additions & 2 deletions shell_vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ authors = ["Wez Furlong"]
edition = "2018"

[dependencies]
bstr = "0.1"
bstr = "1.9"
caseless = "0.2"
anyhow = "1.0"
filedescriptor = "0.7"
filedescriptor = "0.8"
filenamegen = { path = "../filenamegen" }
lazy_static = "1.3"

Expand Down

0 comments on commit 31c4939

Please sign in to comment.