Skip to content

Commit 9181641

Browse files
committed
chore: update more vulnerable dependencies
1 parent 84d582a commit 9181641

File tree

3 files changed

+50
-66
lines changed

3 files changed

+50
-66
lines changed

Cargo.lock

Lines changed: 47 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

anyrun-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ proc-macro = true
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
quote = "1.0.26"
13-
syn = { version = "2.0.15", features = ["full"] }
12+
quote = "1.0.37"
13+
syn = { version = "2.0.85", features = ["full"] }

anyrun/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ anyrun-interface = { path = "../anyrun-interface" }
1616
wl-clipboard-rs = "0.9.1"
1717
nix = { version = "0.29", default-features = false, features = ["process"] }
1818
clap = { version = "4.2.7", features = ["derive"] }
19+
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }

0 commit comments

Comments
 (0)