Skip to content

Commit

Permalink
Port to syn 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bossmc committed Oct 6, 2023
1 parent d114bb6 commit 65f2146
Show file tree
Hide file tree
Showing 4 changed files with 507 additions and 497 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ iobuffer = "0.2"
serde = { version = "1.0", features = ["derive"] }
erased-serde = "0.3"
serde_json = "1.0"
slog = { version = "2.4", features = [ "nested-values" ] }
slog-json = { version = "2.1", features = [ "nested-values" ] }
slog = { version = "2.7", features = [ "nested-values" ] }
slog-json = { version = "2.6", features = [ "nested-values" ] }

# Used by the interval_logging feature
tokio = { version = "1", features = [ "rt", "time" ], optional = true }
Expand Down
10 changes: 5 additions & 5 deletions slog-extlog-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ readme = "../README.md"
edition = "2018"

[dependencies]
proc-macro2 = "1.0.19"
slog = { version = "2.4", features = ['nested-values'] }
syn = { version = "2.0.37", features = ["full"] }
quote = "1.0.7"
proc-macro2 = "1.0.68"
slog = { version = "2.7", features = ['nested-values'] }
syn = { version = "2.0.38", features = ["full", "extra-traits"] }
quote = "1.0.33"

[lib]
proc-macro = true
Expand All @@ -30,4 +30,4 @@ serde = { version = "1.0", features = ["derive"] }
# This is a known problem in Cargo - see
# https://github.com/rust-lang/cargo/issues/4242 for tracking issue.
slog-extlog = { path = ".." }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32", features = ["macros", "rt-multi-thread"] }
Loading

0 comments on commit 65f2146

Please sign in to comment.