Skip to content

Commit

Permalink
Bump shlex 1.3 to reduce escaping concerns (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jan 25, 2024
1 parent 561df5e commit 867a044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 pgrx-pg-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ proc-macro2 = "1.0.69"
quote = "1.0.33"
syn = { version = "1.0.109", features = [ "extra-traits", "full", "fold", "parsing" ] }
eyre = "0.6.8"
shlex = "1.2.0" # shell lexing, also used by many of our deps
shlex = "1.3" # shell lexing, also used by many of our deps
once_cell = "1.18.0"
walkdir = "2"

0 comments on commit 867a044

Please sign in to comment.