Skip to content

Commit

Permalink
Merge #799
Browse files Browse the repository at this point in the history
799: Update to latest dependencies r=Bromeon a=Bromeon

Also updates ahash, which was previously reverted (0.7.4 -> 0.7.6)

Co-authored-by: Jan Haller <bromeon@gmail.com>
  • Loading branch information
bors[bot] and Bromeon committed Oct 17, 2021
2 parents 6effb3e + 3b0c8cf commit e74c573
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
10 changes: 5 additions & 5 deletions bindings_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ debug = []
[dependencies]
heck = "0.3.3"
roxmltree = "0.14.1"
proc-macro2 = "1.0.28"
quote = "1.0.9"
syn = { version = "1.0.74", features = ["full", "extra-traits", "visit"] }
miniserde = "0.1.14"
proc-macro2 = "1.0.30"
quote = "1.0.10"
syn = { version = "1.0.80", features = ["full", "extra-traits", "visit"] }
miniserde = "0.1.15"
unindent = "0.1.7"
regex = "1.5.4"
memchr = "2.4" # to satisfy regex needing memchr >= 2.4
memchr = "2.4.1"
4 changes: 2 additions & 2 deletions gdnative-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ one_class_one_file = []
[dependencies]
gdnative-sys = { path = "../gdnative-sys", version = "0.9.3" }
gdnative-core = { path = "../gdnative-core", version = "=0.9.3" }
libc = "0.2.98"
bitflags = "1.2.1"
libc = "0.2.104"
bitflags = "1.3.2"

[build-dependencies]
heck = "0.3.3"
Expand Down
12 changes: 6 additions & 6 deletions gdnative-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ type_tag_fallback = []
[dependencies]
gdnative-sys = { path = "../gdnative-sys", version = "0.9.3" }
gdnative-impl-proc-macros = { path = "../impl/proc_macros", version = "=0.9.3" }
ahash = "=0.7.4" # TODO use flexible version as soon as https://github.com/tkaitchuck/aHash/issues/99 is fixed
ahash = "0.7.6"
approx = "0.5.0"
atomic-take = "1.0.0"
bitflags = { version = "1.2.1", optional = true }
bitflags = { version = "1.3.2", optional = true }
glam = "0.19.0"
indexmap = "1.7.0"
libc = "0.2.98"
libc = "0.2.104"
once_cell = "1.8.0"
parking_lot = { version = "0.11.1", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
parking_lot = { version = "0.11.2", optional = true }
serde = { version = "1.0.130", features = ["derive"], optional = true }

[dev-dependencies]
gdnative = { path = "../gdnative", version = "0.9.3" } # for doc-tests
gdnative = { path = "../gdnative", version = "0.9.3" } # for doc-tests
6 changes: 3 additions & 3 deletions gdnative-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ edition = "2018"
proc-macro = true

[dependencies]
syn = { version = "1.0.74", features = ["full", "extra-traits", "visit"] }
quote = "1.0.9"
proc-macro2 = "1.0.28"
syn = { version = "1.0.80", features = ["full", "extra-traits", "visit"] }
quote = "1.0.10"
proc-macro2 = "1.0.30"

[dev-dependencies]
# This is included for the doc tests.
Expand Down
8 changes: 4 additions & 4 deletions gdnative-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ workspace = ".."
edition = "2018"

[dependencies]
libc = "0.2.98"
libc = "0.2.104"

[build-dependencies]
bindgen = { version = "0.59.1", default-features = false, features = ["runtime"] }
proc-macro2 = "1.0.28"
quote = "1.0.9"
miniserde = "0.1.14"
proc-macro2 = "1.0.30"
quote = "1.0.10"
miniserde = "0.1.15"
2 changes: 1 addition & 1 deletion gdnative/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gdnative-core = { path = "../gdnative-core", version = "=0.9.3" }
gdnative-bindings = { optional = true, path = "../gdnative-bindings", version = "=0.9.3" }

[dev-dependencies]
trybuild = "1.0.43"
trybuild = "1.0.50"
rustversion = "1.0.5"

[package.metadata.docs.rs]
Expand Down
6 changes: 3 additions & 3 deletions impl/proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ edition = "2018"
proc-macro = true

[dependencies]
syn = { version = "1.0.74", features = ["full", "extra-traits", "visit", "visit-mut"] }
quote = "1.0.9"
proc-macro2 = "1.0.28"
syn = { version = "1.0.80", features = ["full", "extra-traits", "visit", "visit-mut"] }
quote = "1.0.10"
proc-macro2 = "1.0.30"
10 changes: 5 additions & 5 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ type_tag_fallback = ["gdnative/type_tag_fallback"]
gdnative = { path = "../gdnative", features = ["gd_test", "serde"] }
gdnative-derive = { path = "../gdnative-derive" }
approx = "0.5.0"
ron = "0.6.4"
serde = "1"
serde_json = "1.0.64"
ron = "0.6.5"
serde = "1.0.130"
serde_json = "1.0.68"
bincode = "1.3.3"
serde_cbor = "0.11.1"
serde_yaml = "0.8.17"
serde_cbor = "0.11.2"
serde_yaml = "0.8.21"
rmp-serde = "0.15.5"

0 comments on commit e74c573

Please sign in to comment.