diff --git a/Cargo.lock b/Cargo.lock index c636969abb..5e0fd46574 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,7 +1555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4164,7 +4164,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.90", @@ -4484,7 +4484,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5178,8 +5178,9 @@ dependencies = [ [[package]] name = "serde_json_borrow" -version = "0.7.0" -source = "git+https://github.com/PSeitz/serde_json_borrow?rev=6ad7127e0fb9c31f6fd927e934a21112e9ac0fdb#6ad7127e0fb9c31f6fd927e934a21112e9ac0fdb" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "724685c39b301aa2cf7de617fed340d6529694a72fc0f5cc3b1846423e71c630" dependencies = [ "serde", "serde_json", @@ -5968,7 +5969,7 @@ dependencies = [ "fastrand", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6917,7 +6918,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b47ae50314..68f25713f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -163,8 +163,7 @@ tailcall-typedefs-common = { path = "./tailcall-typedefs-common" } tonic-types = "0.12.1" base64 = "0.22.1" tailcall-hasher = { path = "tailcall-hasher" } -# TODO: drop git ref when new version is released -serde_json_borrow = { version = "0.7.0", default-features = false, git = "https://github.com/PSeitz/serde_json_borrow", rev = "6ad7127e0fb9c31f6fd927e934a21112e9ac0fdb" } +serde_json_borrow = { version = "0.7.1", default-features = false } pluralizer = "0.4.0" path-clean = "=1.0.1" pathdiff = "0.2.1"