Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 38 additions & 46 deletions compiler/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ default-features = false

[dependencies.aws_lc_sys]
package = "aws-lc-sys"
version = "=0.32.2"
version = "=0.32.3"
features = ["prebuilt-nasm"]

[dependencies.backtrace]
Expand Down Expand Up @@ -253,7 +253,7 @@ version = "=0.2.1"

[dependencies.cfg_if]
package = "cfg-if"
version = "=1.0.3"
version = "=1.0.4"

[dependencies.chrono]
package = "chrono"
Expand All @@ -262,22 +262,22 @@ features = ["alloc", "clock", "iana-time-zone", "js-sys", "now", "oldtime", "ser

[dependencies.clap]
package = "clap"
version = "=4.5.48"
version = "=4.5.49"
features = ["color", "derive", "error-context", "help", "std", "suggestions", "unstable-doc", "usage"]

[dependencies.clap_builder]
package = "clap_builder"
version = "=4.5.48"
version = "=4.5.49"
features = ["cargo", "color", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "usage", "wrap_help"]
default-features = false

[dependencies.clap_derive]
package = "clap_derive"
version = "=4.5.47"
version = "=4.5.49"

[dependencies.clap_lex]
package = "clap_lex"
version = "=0.7.5"
version = "=0.7.6"

[dependencies.cmake]
package = "cmake"
Expand Down Expand Up @@ -457,7 +457,7 @@ features = ["alloc"]

[dependencies.env_filter]
package = "env_filter"
version = "=0.1.3"
version = "=0.1.4"
features = ["regex"]
default-features = false

Expand Down Expand Up @@ -648,7 +648,7 @@ features = ["unicode"]

[dependencies.getrandom]
package = "getrandom"
version = "=0.3.3"
version = "=0.3.4"
features = ["std", "wasm_js"]

[dependencies.getrandom_0_2_16]
Expand Down Expand Up @@ -677,7 +677,7 @@ version = "=0.4.12"

[dependencies.half]
package = "half"
version = "=2.7.0"
version = "=2.7.1"
features = ["alloc", "std"]

[dependencies.hash32]
Expand Down Expand Up @@ -902,10 +902,6 @@ package = "libc"
version = "=0.2.177"
features = ["std"]

[dependencies.libloading]
package = "libloading"
version = "=0.8.8"

[dependencies.libm]
package = "libm"
version = "=0.2.15"
Expand Down Expand Up @@ -1125,7 +1121,7 @@ features = ["alloc", "race", "std"]

[dependencies.openssl]
package = "openssl"
version = "=0.10.73"
version = "=0.10.74"

[dependencies.openssl_macros]
package = "openssl-macros"
Expand All @@ -1137,7 +1133,7 @@ version = "=0.1.6"

[dependencies.openssl_sys]
package = "openssl-sys"
version = "=0.9.109"
version = "=0.9.110"

[dependencies.ordered_float]
package = "ordered-float"
Expand Down Expand Up @@ -1381,22 +1377,22 @@ version = "=1.13.0"

[dependencies.regex]
package = "regex"
version = "=1.12.1"
version = "=1.12.2"
features = ["perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"]

[dependencies.regex_automata]
package = "regex-automata"
version = "=0.4.12"
version = "=0.4.13"
features = ["alloc", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"]

[dependencies.regex_syntax]
package = "regex-syntax"
version = "=0.8.7"
version = "=0.8.8"
features = ["std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"]

[dependencies.reqwest]
package = "reqwest"
version = "=0.12.23"
version = "=0.12.24"
features = ["__rustls", "__rustls-ring", "__tls", "blocking", "charset", "cookies", "default-tls", "h2", "http2", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "system-proxy"]

[dependencies.rgb]
Expand Down Expand Up @@ -1708,7 +1704,7 @@ version = "=0.1.1"

[dependencies.tokio]
package = "tokio"
version = "=1.47.1"
version = "=1.48.0"
features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "windows-sys"]

[dependencies.tokio_io]
Expand All @@ -1717,7 +1713,7 @@ version = "=0.1.13"

[dependencies.tokio_macros]
package = "tokio-macros"
version = "=2.5.0"
version = "=2.6.0"

[dependencies.tokio_native_tls]
package = "tokio-native-tls"
Expand Down Expand Up @@ -2014,7 +2010,7 @@ version = "=0.1.3"
[dependencies.windows_sys]
package = "windows-sys"
version = "=0.61.2"
features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_SystemInformation"]
features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"]

[dependencies.windows_sys_0_52_0]
package = "windows-sys"
Expand All @@ -2024,7 +2020,7 @@ features = ["Win32", "Win32_Foundation", "Win32_System", "Win32_System_Threading
[dependencies.windows_sys_0_59_0]
package = "windows-sys"
version = "=0.59.0"
features = ["Wdk", "Wdk_Foundation", "Wdk_Storage", "Wdk_Storage_FileSystem", "Wdk_System", "Wdk_System_IO", "Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
features = ["Wdk", "Wdk_Foundation", "Wdk_Storage", "Wdk_Storage_FileSystem", "Wdk_System", "Wdk_System_IO", "Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Threading", "Win32_System_WindowsProgramming"]

[dependencies.windows_sys_0_60_2]
package = "windows-sys"
Expand Down Expand Up @@ -2287,7 +2283,7 @@ default-features = false

[build-dependencies.aws_lc_sys]
package = "aws-lc-sys"
version = "=0.32.2"
version = "=0.32.3"
features = ["prebuilt-nasm"]

[build-dependencies.backtrace]
Expand Down Expand Up @@ -2392,7 +2388,7 @@ version = "=0.2.1"

[build-dependencies.cfg_if]
package = "cfg-if"
version = "=1.0.3"
version = "=1.0.4"

[build-dependencies.chrono]
package = "chrono"
Expand All @@ -2401,22 +2397,22 @@ features = ["alloc", "clock", "iana-time-zone", "js-sys", "now", "oldtime", "ser

[build-dependencies.clap]
package = "clap"
version = "=4.5.48"
version = "=4.5.49"
features = ["color", "derive", "error-context", "help", "std", "suggestions", "unstable-doc", "usage"]

[build-dependencies.clap_builder]
package = "clap_builder"
version = "=4.5.48"
version = "=4.5.49"
features = ["cargo", "color", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "usage", "wrap_help"]
default-features = false

[build-dependencies.clap_derive]
package = "clap_derive"
version = "=4.5.47"
version = "=4.5.49"

[build-dependencies.clap_lex]
package = "clap_lex"
version = "=0.7.5"
version = "=0.7.6"

[build-dependencies.cmake]
package = "cmake"
Expand Down Expand Up @@ -2596,7 +2592,7 @@ features = ["alloc"]

[build-dependencies.env_filter]
package = "env_filter"
version = "=0.1.3"
version = "=0.1.4"
features = ["regex"]
default-features = false

Expand Down Expand Up @@ -2787,7 +2783,7 @@ features = ["unicode"]

[build-dependencies.getrandom]
package = "getrandom"
version = "=0.3.3"
version = "=0.3.4"
features = ["std", "wasm_js"]

[build-dependencies.getrandom_0_2_16]
Expand Down Expand Up @@ -2816,7 +2812,7 @@ version = "=0.4.12"

[build-dependencies.half]
package = "half"
version = "=2.7.0"
version = "=2.7.1"
features = ["alloc", "std"]

[build-dependencies.hash32]
Expand Down Expand Up @@ -3041,10 +3037,6 @@ package = "libc"
version = "=0.2.177"
features = ["std"]

[build-dependencies.libloading]
package = "libloading"
version = "=0.8.8"

[build-dependencies.libm]
package = "libm"
version = "=0.2.15"
Expand Down Expand Up @@ -3264,7 +3256,7 @@ features = ["alloc", "race", "std"]

[build-dependencies.openssl]
package = "openssl"
version = "=0.10.73"
version = "=0.10.74"

[build-dependencies.openssl_macros]
package = "openssl-macros"
Expand All @@ -3276,7 +3268,7 @@ version = "=0.1.6"

[build-dependencies.openssl_sys]
package = "openssl-sys"
version = "=0.9.109"
version = "=0.9.110"

[build-dependencies.ordered_float]
package = "ordered-float"
Expand Down Expand Up @@ -3520,22 +3512,22 @@ version = "=1.13.0"

[build-dependencies.regex]
package = "regex"
version = "=1.12.1"
version = "=1.12.2"
features = ["perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"]

[build-dependencies.regex_automata]
package = "regex-automata"
version = "=0.4.12"
version = "=0.4.13"
features = ["alloc", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"]

[build-dependencies.regex_syntax]
package = "regex-syntax"
version = "=0.8.7"
version = "=0.8.8"
features = ["std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"]

[build-dependencies.reqwest]
package = "reqwest"
version = "=0.12.23"
version = "=0.12.24"
features = ["__rustls", "__rustls-ring", "__tls", "blocking", "charset", "cookies", "default-tls", "h2", "http2", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "system-proxy"]

[build-dependencies.rgb]
Expand Down Expand Up @@ -3847,7 +3839,7 @@ version = "=0.1.1"

[build-dependencies.tokio]
package = "tokio"
version = "=1.47.1"
version = "=1.48.0"
features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "windows-sys"]

[build-dependencies.tokio_io]
Expand All @@ -3856,7 +3848,7 @@ version = "=0.1.13"

[build-dependencies.tokio_macros]
package = "tokio-macros"
version = "=2.5.0"
version = "=2.6.0"

[build-dependencies.tokio_native_tls]
package = "tokio-native-tls"
Expand Down Expand Up @@ -4153,7 +4145,7 @@ version = "=0.1.3"
[build-dependencies.windows_sys]
package = "windows-sys"
version = "=0.61.2"
features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_SystemInformation"]
features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Security_Authentication", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"]

[build-dependencies.windows_sys_0_52_0]
package = "windows-sys"
Expand All @@ -4163,7 +4155,7 @@ features = ["Win32", "Win32_Foundation", "Win32_System", "Win32_System_Threading
[build-dependencies.windows_sys_0_59_0]
package = "windows-sys"
version = "=0.59.0"
features = ["Wdk", "Wdk_Foundation", "Wdk_Storage", "Wdk_Storage_FileSystem", "Wdk_System", "Wdk_System_IO", "Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
features = ["Wdk", "Wdk_Foundation", "Wdk_Storage", "Wdk_Storage_FileSystem", "Wdk_System", "Wdk_System_IO", "Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Threading", "Win32_System_WindowsProgramming"]

[build-dependencies.windows_sys_0_60_2]
package = "windows-sys"
Expand Down
Loading