diff --git a/Cargo.lock b/Cargo.lock index 60f1047cd..b72b43261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cc" -version = "1.0.101" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d" +checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490" [[package]] name = "cfg-if" @@ -587,9 +587,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "match_cfg" diff --git a/nss/Cargo.toml b/nss/Cargo.toml index b3367403e..00862491d 100644 --- a/nss/Cargo.toml +++ b/nss/Cargo.toml @@ -23,7 +23,7 @@ prost = "0.12.4" rustix = { version = "0.38.34", features = ["use-libc"] } tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] } tower = "0.4.13" -log = "0.4.20" +log = "0.4.22" simple_logger = {version = "5.0.0", features = ["stderr"]} syslog = "6.1.1" ctor = "0.2.8" @@ -31,4 +31,4 @@ procfs = "0.16.0" [build-dependencies] tonic-build = "0.11.0" -cc = "1.0.101" +cc = "1.0.104"