Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mahkoh committed Mar 6, 2024
1 parent c33eadd commit c39c266
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 65 deletions.
188 changes: 126 additions & 62 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 uapi-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ proc-macro = true
libc = "0.2"
quote = "1"
proc-macro2 = "1"
syn = "1"
syn = "2"
regex = { version = "1", default_features = false, features = ["std"] }
lazy_static = "1"
2 changes: 1 addition & 1 deletion uapi-testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"
uapi = { path = "../uapi" }
tempfile = "3.0.5"
proc = { package = "uapi-proc", path = "../uapi-proc" }
cfg-if = "0.1"
cfg-if = "1"
2 changes: 1 addition & 1 deletion uapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "../README.md"

[dependencies]
libc = "0.2"
cfg-if = "0.1"
cfg-if = "1"
proc = { package = "uapi-proc", version = "0.0.5", path = "../uapi-proc" }

[dev-dependencies]
Expand Down

0 comments on commit c39c266

Please sign in to comment.