Skip to content

Commit 49fc5a2

Browse files
authored
Update deps (#7)
* Update deps Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add lockfile Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent ba12f39 commit 49fc5a2

File tree

5 files changed

+191
-8
lines changed

5 files changed

+191
-8
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/target/
22
**/target
33

4-
Cargo.lock
54
**/*.rs.bk
65

76
.vscode/

Cargo.lock

+184
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proc-macro-warning/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro-warning"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "GPL-3.0 OR Apache-2.0"
66
authors = ["Oliver Tale-Yazdi <[email protected]>"]
@@ -11,9 +11,9 @@ readme.workspace = true
1111
build = "build.rs"
1212

1313
[dependencies]
14-
proc-macro2 = { version = "1.0.56", default-features = false }
15-
quote = { version = "1.0.27", default-features = false }
16-
syn = { version = "2.0.16", default-features = false }
14+
proc-macro2 = { version = "1.0.66", default-features = false }
15+
quote = { version = "1.0.33", default-features = false }
16+
syn = { version = "2.0.29", default-features = false }
1717

1818
[dev-dependencies]
1919
derive = { path = "../ui-tests/derive" }

ui-tests/derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ proc-macro = true
99

1010
[dependencies]
1111
proc-macro-warning = { path = "../../proc-macro-warning" }
12-
quote = "1.0.27"
13-
syn = "2.0.16"
12+
quote = "1.0.33"
13+
syn = "2.0.29"

ui-tests/ui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2021"
55
publish = false
66

77
[dev-dependencies]
8-
trybuild = "1.0.80"
8+
trybuild = "1.0.83"
99
derive = { path = "../derive" }

0 commit comments

Comments
 (0)